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

This structure defines the mma8491q data buffer. More...

#include <mma8491q_drv.h>

Collaboration diagram for mma8491q_acceldata_t:
Collaboration graph

Data Fields

uint32_t timestamp
 
int16_t accel [3]
 
uint8_t tilt [3]
 

Detailed Description

This structure defines the mma8491q data buffer.

Definition at line 64 of file mma8491q_drv.h.

Field Documentation

◆ accel

int16_t accel[3]

Definition at line 67 of file mma8491q_drv.h.

Referenced by main().

◆ tilt

uint8_t tilt[3]

Sensor Acceleration output: signed 14-bits.

Definition at line 68 of file mma8491q_drv.h.

Referenced by main().

◆ timestamp

uint32_t timestamp

Time stamp value in micro-seconds.

Definition at line 66 of file mma8491q_drv.h.

Referenced by main().


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