EFM32 Giant Gecko Software Documentation  efm32gg-doc-5.1.2
usbkbdscancodes.h
Go to the documentation of this file.
1 /***************************************************************************/
17 #ifndef __USBKBDSCANCODES_H
18 #define __USBKBDSCANCODES_H
19 
20 /***************************************************************************/
25 /***************************************************************************/
30 #ifdef __cplusplus
31 extern "C" {
32 #endif
33 
34 char USB_HidScancodeToAscii(uint8_t scancode);
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
43 #endif /* __USBKBDSCANCODES_H */
char USB_HidScancodeToAscii(uint8_t scancode)
Converts the keyboard scancode to ASCII.