1 2 3 4 5 6 7 8
#ifndef SERIAL_H #define SERIAL_H void initializeSerial(); void writeSerial(char a); void Serial_PrintF(const char *format, ...); #endif // SERIAL_H