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

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

#include <mma845x_drv.h>

Collaboration diagram for mma845x_acceldata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t accel [3]
 

Detailed Description

This structure defines the mma845x raw data buffer.

Definition at line 38 of file mma845x_drv.h.

Field Documentation

◆ accel

int16_t accel[3]

The accel data

Definition at line 41 of file mma845x_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 40 of file mma845x_drv.h.


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