LSM9DS1 Library  0.7.0-alpha
C Library for the LSM9DS1 device.
Data Fields
lsm9ds1_device_t Struct Reference

Data and configurations for the lsm9ds1 device. More...

#include <lsm9ds1.h>

Collaboration diagram for lsm9ds1_device_t:
Collaboration graph
[legend]

Data Fields

bool initialized
 
lsm9ds1_settings_t settings
 
lsm9ds1_xfer_bus_t xfer_bus
 
lsm9ds1_data_t raw_data
 
lsm9ds1_converted_data_t converted_data
 
lsm9ds1_sub_devices_t sub_device
 
lsm9ds1_status_t(* update_temp )(struct lsm9ds1_device_t *self)
 
lsm9ds1_status_t(* update_accel )(struct lsm9ds1_device_t *self)
 
lsm9ds1_status_t(* update_mag )(struct lsm9ds1_device_t *self)
 
lsm9ds1_status_t(* update_gyro )(struct lsm9ds1_device_t *self)
 
lsm9ds1_status_t(* update )(struct lsm9ds1_device_t *self)
 

Detailed Description

Data and configurations for the lsm9ds1 device.


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