|
Firmware SDK
|
Analog sensor driver interface. More...
#include <twr_analog_sensor.h>
Data Fields | |
| void(* | init )(twr_analog_sensor_t *self) |
| Callback for initialization. | |
| void(* | enable )(twr_analog_sensor_t *self) |
| Callback for enabling analog sensor. | |
| void(* | disable )(twr_analog_sensor_t *self) |
| Callback for disabling analog sensor. | |
| twr_tick_t(* | get_settling_interval )(twr_analog_sensor_t *self) |
| Callback for getting settling interval. | |
Analog sensor driver interface.
Definition at line 29 of file twr_analog_sensor.h.