a500kbd

annotate 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
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_ */