Tran Rick / Mbed 2 deprecated LORA_Keyboard_INPUT

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers keyboard.h Source File

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