test_simm30_dram

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/serial.h	Tue Mar 07 23:50:45 2017 +0200
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef SERIAL_H_
     1.5 +#define SERIAL_H_
     1.6 +
     1.7 +void init_serial(long baud);
     1.8 +int have_input(void);
     1.9 +
    1.10 +#endif	/* SERIAL_H_ */