test_simm30_dram

view serial.h @ 0:c47d05df0667

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 07 Mar 2017 23:50:45 +0200
parents
children bd6ad00cb1bc
line source
1 #ifndef SERIAL_H_
2 #define SERIAL_H_
4 void init_serial(long baud);
5 int have_input(void);
7 #endif /* SERIAL_H_ */