a500kbd

diff src/serial.h @ 0:8e8e17a0f88e

initial commit: serial comms up, kbd doesn't respond
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 12 Oct 2017 04:08:48 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/serial.h	Thu Oct 12 04:08:48 2017 +0300
     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_ */