a command line interface that can dynamically assign pins

Dependencies:   TextLCD mbed PS2

Revision:
0:4b04cc4cccb4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/keyname.h	Thu Oct 20 20:27:04 2011 +0000
@@ -0,0 +1,11 @@
+#ifndef _KEYNAME_H
+#define _KEYNAME_H
+
+#include "mbed.h"
+#include "PS2Keyboard.h"
+
+char keyname(char scancode);
+int curstr(char* str,int numchar,char c);
+int keyhit(char* str,int numchar,PS2Keyboard::keyboard_event_t evt_kb);
+
+#endif
\ No newline at end of file