nRF Connect SDK API 0.1.0
|
Motion detector callback structure. More...
#include <dult.h>
Data Fields | |
void(* | start )(void) |
Request the user to start the motion detector. | |
bool(* | period_expired )(void) |
Notify the user that the motion detector period has expired. | |
void(* | stop )(void) |
Notify the user that the motion detector can be stopped. | |
Motion detector callback structure.
Used only when the
embed:rst:inline :kconfig:option:`CONFIG_DULT_MOTION_DETECTOR`
Kconfig option is enabled.