Changes between Initial Version and Version 1 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/KeyPadInsertKey


Ignore:
Timestamp:
04/09/18 13:47:02 (6 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/KeyPadInsertKey

    v1 v1  
     1= KeyPadInsertKey =
     2Insert a character into the keypad buffer.
     3
     4{{{
     5void KeyPadInsertKey(uint8 ky);
     6}}}
     7
     8== Parameters ==
     9
     10 ky - character value to insert
     11
     12== Return Value ==
     13
     14 * void - does not return any value
     15
     16== Remarks ==
     17
     18Applications must call OpenBeeper before the keypad or beeper devices may be used from the application.
     19
     20== Examples ==
     21
     22{{{
     23KeyPadInsertKey(ESC);
     24}}}
     25
     26
     27== See Also ==
     28
     29 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/OpenBeeper OpenBeeper]