![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the mag3110 data buffer. More...
#include <mag3110_drv.h>
Data Fields | |
uint32_t | timestamp |
int16_t | mag [3] |
This structure defines the mag3110 data buffer.
Definition at line 64 of file mag3110_drv.h.
int16_t mag[3] |
Sensor Magnetic Strength output: signed 16-bits.
Definition at line 67 of file mag3110_drv.h.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 66 of file mag3110_drv.h.