ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
fxos8700_accelmagdata_t Struct Reference

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

#include <fxos8700_drv.h>

Collaboration diagram for fxos8700_accelmagdata_t:
Collaboration graph

Data Fields

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

Detailed Description

This structure defines the fxos8700 raw data buffer.

Definition at line 53 of file fxos8700_drv.h.

Field Documentation

◆ accel

int16_t accel[3]

The time, this sample was recorded. The accel data

Definition at line 56 of file fxos8700_drv.h.

Referenced by accel_off_noise(), and main().

◆ mag

int16_t mag[3]

The mag data

Definition at line 57 of file fxos8700_drv.h.

Referenced by mag_off_noise(), and main().

◆ timestamp

uint32_t timestamp

Definition at line 55 of file fxos8700_drv.h.

Referenced by main().


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