test_simm30_dram

annotate 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
rev   line source
nuclear@0 1 #ifndef SERIAL_H_
nuclear@0 2 #define SERIAL_H_
nuclear@0 3
nuclear@0 4 void init_serial(long baud);
nuclear@0 5 int have_input(void);
nuclear@0 6
nuclear@0 7 #endif /* SERIAL_H_ */