![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the diff_p data buffer in Pressure Mode. More...
#include <diff_p_drv.h>

Data Fields | |
| uint32_t | timestamp |
| int16_t | pressure |
| int8_t | temperature |
This structure defines the diff_p data buffer in Pressure Mode.
Definition at line 79 of file diff_p_drv.h.
| int16_t pressure |
Sensor pressure output: unsigned 16-bits justified to MSBs.
Definition at line 82 of file diff_p_drv.h.
Referenced by main().
| int8_t temperature |
Sensor temperature output; 2's complement 8-bits justified to MSBs.
Definition at line 83 of file diff_p_drv.h.
Referenced by main().
| uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 81 of file diff_p_drv.h.
Referenced by main().