![]() |
ISSDK
1.8
IoT Sensing Software Development Kit
|
This structure defines the fxpq3115 data buffer in Altitude Mode. More...
#include <fxpq3115_drv.h>
Data Fields | |
uint32_t | timestamp |
int32_t | altitude |
int16_t | temperature |
This structure defines the fxpq3115 data buffer in Altitude Mode.
Definition at line 54 of file fxpq3115_drv.h.
int32_t altitude |
Sensor pressure/altitude output: MS 16-bits are integer meters; LS 4-bits are fractional meters.
Definition at line 57 of file fxpq3115_drv.h.
Referenced by main().
int16_t temperature |
Sensor temperature output; 2's complement 12-bits justified to MSBs. MS 8-bits are integer degrees Celsius; LS 4-bits are fractional degrees Celsius.
Definition at line 59 of file fxpq3115_drv.h.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 56 of file fxpq3115_drv.h.