1 2 3 4 5
#pragma once #include <stddef.h> void serial_write(const char *buf, size_t len); void serial_init();