|
Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
|
This structure defines the device specific info required by register I/O. More...
#include <driver_sensors_types.h>
Public Attributes | |
| registeridlefunction_t | idleFunction |
| void * | functionParam |
| uint8_t | deviceInstance |
This structure defines the device specific info required by register I/O.
Definition at line 95 of file driver_sensors_types.h.
| uint8_t registerDeviceInfo_t::deviceInstance |
Definition at line 99 of file driver_sensors_types.h.
| void* registerDeviceInfo_t::functionParam |
Definition at line 98 of file driver_sensors_types.h.
| registeridlefunction_t registerDeviceInfo_t::idleFunction |
Definition at line 97 of file driver_sensors_types.h.