![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the mag3110 data buffer. More...
Data Fields | |
uint32_t | timestamp |
int16_t | mag [3] |
int16_t | temp |
This structure defines the mag3110 data buffer.
Definition at line 76 of file mag3110_demo.c.
int16_t mag |
Sensor Magnetic Strength output: signed 16-bits.
Definition at line 79 of file mag3110_demo.c.
Referenced by main().
int16_t temp |
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 78 of file mag3110_demo.c.
Referenced by main().