ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
fxas21002_gyrodata_t Struct Reference

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

#include <fxas21002_drv.h>

Collaboration diagram for fxas21002_gyrodata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t gyro [3]
 

Detailed Description

This structure defines the fxas21002 raw data buffer.

Definition at line 79 of file fxas21002_drv.h.

Field Documentation

◆ gyro

int16_t gyro[3]

The time, this sample was recorded. The gyro data

Definition at line 82 of file fxas21002_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Definition at line 81 of file fxas21002_drv.h.


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