Changes between Version 3 and Version 4 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/KeyPadSetUSBEvent
- Timestamp:
- 03/12/25 07:55:34 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/KeyPadSetUSBEvent
v3 v4 2 2 Set an event (callback) function to be called when character is received via USB keyboard. 3 3 4 {{{ 4 {{{#!c++ 5 5 void KeyPadSetUSBEvent(uint8 (*pUSBKeypadEvent)(uint 8 keyRcvd)) 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 uint8 USBKeyRcvd(uint8 key) 24 24 {