|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <mpl3115a2.h>
Public Attributes | |
| union { | |
| uint32_t q | |
| uint16_t w [sizeof(q)/sizeof(uint16_t)] | |
| uint8_t b [sizeof(q)/sizeof(uint8_t)] | |
| } | pressure |
| union { | |
| uint16_t w | |
| uint8_t b [sizeof(w)] | |
| } | temperature |
Definition at line 95 of file mpl3115a2.h.
| uint8_t MPL3115A2_data_t::b[sizeof(w)] |
Definition at line 99 of file mpl3115a2.h.
| union { ... } MPL3115A2_data_t::pressure |
| uint32_t MPL3115A2_data_t::q |
Definition at line 97 of file mpl3115a2.h.
| union { ... } MPL3115A2_data_t::temperature |
| uint16_t MPL3115A2_data_t::w |
Definition at line 98 of file mpl3115a2.h.