Z-Stack API Reference  3.2.0
Keypress Functions


This module handles the definition, initilization and key bounce for key presses. To use this module, call Board_Key_initialize() with a callback function as the parameter, then when a key or keys are pressed, the callback function will be called (after a debounce period). Single or multiple key presses are detected and passed to the callback function.