nRF Connect SDK API 2.8.99
|
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
CONFIG_DULT_MOTION_DETECTOR
Kconfig option is enabled.