UsbHidKit Drivers
Detailed Description
USB HID keyboard scan codes.
| Functions | |
| char | USB_HidScancodeToAscii (uint8_t scancode) | 
| Converts the keyboard scancode to ASCII. | |
| Variables | |
| static const uint8_t | Scancode2Ascii [] | 
| Table of keyboard scancode to ASCII mappings. Refer to the "HID Usage Tables" standard document from www.usb.org, section 10 "Keyboard/Keypad Page (0x07)". | |
Function Documentation
| char USB_HidScancodeToAscii | ( | uint8_t | 
            scancode
            | ) | 
Converts the keyboard scancode to ASCII.
- Parameters
- 
         [in] scancodeScancode you want to convert. 
- Returns
- Scancode2Ascii .
        Definition at line
        
         58
        
        of file
        
         usbkbdscancodes.c
        
        .
       
References Scancode2Ascii .