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

This structure defines the fxos8700 raw data buffer. More...

#include <driver_fxos8700.h>

Public Attributes

uint32_t timestamp
 
int16_t accel [3]
 
int16_t mag [3]
 

Detailed Description

This structure defines the fxos8700 raw data buffer.

Definition at line 41 of file driver_fxos8700.h.

Member Data Documentation

◆ accel

int16_t fxos8700_accelmagdata_t::accel[3]

The time this sample was recorded.
The accel data

Definition at line 44 of file driver_fxos8700.h.

◆ mag

int16_t fxos8700_accelmagdata_t::mag[3]

The mag data

Definition at line 45 of file driver_fxos8700.h.

◆ timestamp

uint32_t fxos8700_accelmagdata_t::timestamp

Definition at line 43 of file driver_fxos8700.h.


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