Sensor Fusion Library 0.6.1
Orientation sensing for Espressif (ESP32, ESP8266) processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
fxos8700_i2c_sensorhandle_t Struct Reference

This defines the sensor specific information for I2C. More...

#include <driver_fxos8700.h>

Collaboration diagram for fxos8700_i2c_sensorhandle_t:
Collaboration graph
[legend]

Public Attributes

registerDeviceInfo_t deviceInfo
 
bool isInitialized
 
uint16_t slaveAddress
 

Detailed Description

This defines the sensor specific information for I2C.

Definition at line 33 of file driver_fxos8700.h.

Member Data Documentation

◆ deviceInfo

registerDeviceInfo_t fxos8700_i2c_sensorhandle_t::deviceInfo

I2C device context.

Definition at line 35 of file driver_fxos8700.h.

◆ isInitialized

bool fxos8700_i2c_sensorhandle_t::isInitialized

whether sensor is intialized or not.

Definition at line 36 of file driver_fxos8700.h.

◆ slaveAddress

uint16_t fxos8700_i2c_sensorhandle_t::slaveAddress

slave address.

Definition at line 37 of file driver_fxos8700.h.


The documentation for this struct was generated from the following file: