zavrsni ricci

Dependencies:   mbed

Revision:
0:427833cc260e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyb2.h	Fri Nov 09 16:29:02 2018 +0000
@@ -0,0 +1,7 @@
+#define KEYNULL 0x00
+#define KEYOK   0x01
+#define KEYSEL  0x02
+
+void KeybOk(void);
+void KeybSEL(void);
+char Keyboard(void);
\ No newline at end of file