test_simm30_dram

view serial.h @ 2:42d26388b709

memory detection works
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 09 Mar 2017 01:40:31 +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_ */