Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
keyboard.h
00001 #ifndef inputkey_H 00002 #define inputkey_H 00003 #include "mbed.h" 00004 // allow pc to be manipulated by other files 00005 extern Serial pc; 00006 void inputkey(void); // function prototype 00007 //void inputkey1(void); 00008 char GetkeyInput(void); // function prototype 00009 //int GetkeyInput1(void); 00010 #endif 00011
Generated on Sun Jul 24 2022 02:35:24 by
1.7.2