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


Ignore:
Timestamp:
02/18/11 13:28:50 (13 years ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v1 v1  
     1= OpenBeeper =
     2Opens application communications with the keypad and beeper devices.
     3
     4{{{
     5void OpenBeeper(void);
     6}}}
     7
     8== Parameters ==
     9
     10 * Function does not accept any parameters
     11
     12== Return Value ==
     13
     14 * void - does not return any value
     15
     16== Remarks ==
     17
     18 * Any application that will use the keypad must call this function before any keypad functions are used.
     19
     20== Examples ==
     21
     22{{{
     23OpenBeeper();
     24}}}
     25
     26== See Also ==
     27
     28 * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/KeypadSound/PlayNotes PlayNotes]