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

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

#include <driver_fxos8700.h>

Public Attributes

uint32_t timestamp
 
int16_t accel [3]
 

Detailed Description

This structure defines the fxos8700 raw accel data buffer.

Definition at line 49 of file driver_fxos8700.h.

Member Data Documentation

◆ accel

int16_t fxos8700_acceldata_t::accel[3]

The time this sample was recorded.
The accel data

Definition at line 52 of file driver_fxos8700.h.

◆ timestamp

uint32_t fxos8700_acceldata_t::timestamp

Definition at line 51 of file driver_fxos8700.h.


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