avr-equeue

view serial.h @ 0:b1d590a201df

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 09 Jul 2014 08:58:46 +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_ */