Changes between Version 2 and Version 3 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/ClearKeyBuffer
- Timestamp:
- 03/12/25 07:56:25 (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/ClearKeyBuffer
v2 v3 2 2 Clear the keypad input buffer. 3 3 4 {{{ 4 {{{#!c++ 5 5 void ClearKeyBuffer(void); 6 6 }}} … … 20 20 == Examples == 21 21 22 {{{ 22 {{{#!c++ 23 23 ClearKeyBuffer(); 24 24 }}}