avr-equeue

view serial.h @ 1:9cb1db5d0e7c

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 13 Jul 2014 12:18:14 +0300
parents
children
line source
1 #ifndef SERIAL_H_
2 #define SERIAL_H_
4 void init_serial(void);
5 int have_input(void);
7 #endif /* SERIAL_H_ */