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

Data Fields | |
| uint32_t | timestamp | 
| int32_t | altitude | 
| int16_t | temperature | 
This structure defines the mpl3115 data buffer in Altitude Mode.
Definition at line 80 of file mpl3115_drv.h.
| int32_t altitude | 
Sensor pressure/altitude output: MS 16-bits are integer meters; LS 4-bits are fractional meters.
Definition at line 83 of file mpl3115_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 85 of file mpl3115_drv.h.
Referenced by main().
| uint32_t timestamp | 
Time stamp value in micro-seconds.
Definition at line 82 of file mpl3115_drv.h.