avr-equeue

view serial.h @ 2:9b7983ee2a89

changed the baud rate to 38400
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Jul 2014 02:42:47 +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_ */