00001 /***************************************************************************/ 00035 #ifndef __USBKBDSCANCODES_H 00036 #define __USBKBDSCANCODES_H 00037 00038 /***************************************************************************/ 00043 /***************************************************************************/ 00048 #ifdef __cplusplus 00049 extern "C" { 00050 #endif 00051 00052 char USB_HidScancodeToAscii(uint8_t scancode); 00053 00054 #ifdef __cplusplus 00055 } 00056 #endif 00057 00061 #endif /* __USBKBDSCANCODES_H */