![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
This structure defines the mpxv5004dp data buffer. More...
Data Fields | |
uint32_t | timestamp |
uint16_t | pressure |
This structure defines the mpxv5004dp data buffer.
Definition at line 86 of file dp5004_demo.c.
uint16_t pressure |
Sensor pressure output: unsigned 16-bits.
Definition at line 89 of file dp5004_demo.c.
Referenced by main().
uint32_t timestamp |
Time stamp value in micro-seconds.
Definition at line 88 of file dp5004_demo.c.
Referenced by main().