Developing with ZBOSS for Zigbee
|
Functions | |
void | zboss_main_loop (void) |
void | zboss_main_loop_iteration (void) |
void zboss_main_loop | ( | void | ) |
ZBOSS main loop. Must be called after ZB_INIT() and zboss_start(). Loops infinitely.
void zboss_main_loop_iteration | ( | void | ) |
ZBOSS main loop iteration.
This function is useful if application wants to do something special in the main loop without involving ZBOSS scheduler.
Must be called after ZB_INIT() and zboss_start() / zboss_start_no_autostart() inside the application's main cycle.