usbkbdscancodes.h

Go to the documentation of this file.
00001 /***************************************************************************/
00017 #ifndef __USBKBDSCANCODES_H
00018 #define __USBKBDSCANCODES_H
00019 
00020 /***************************************************************************/
00025 /***************************************************************************/
00030 #ifdef __cplusplus
00031 extern "C" {
00032 #endif
00033 
00034 char USB_HidScancodeToAscii(uint8_t scancode);
00035 
00036 #ifdef __cplusplus
00037 }
00038 #endif
00039 
00043 #endif /* __USBKBDSCANCODES_H */