started on the firmware, added BOM
[nixiedisp] / fw / src / serial.h
1 #ifndef SERIAL_H_
2 #define SERIAL_H_
3
4 void init_serial(long baud);
5 int have_input(void);
6
7 #endif  /* SERIAL_H_ */