IZAR Flight Controller 1.0.0
IZAR Flight Controller running with an ESP32.
|
#include <ms5611.h>
Public Attributes | |
uint16_t | sens |
C1 Pressure sensitivity | SENS_t1. | |
uint16_t | off |
C2 Pressure offset | OFF_t1. | |
uint16_t | tcs |
C3 Temperature coefficient of pressure sensitivity | TCS. | |
uint16_t | tco |
C4 Temperature coefficient of pressure offset | TCO. | |
uint16_t | t_ref |
C5 Reference temperature | T_ref. | |
uint16_t | tempsens |
C6 Temperature coefficient of the temperature | TEMPSENSE. |
Configuration data
uint16_t ms5611_config_data_t::off |
C2 Pressure offset | OFF_t1.
uint16_t ms5611_config_data_t::sens |
C1 Pressure sensitivity | SENS_t1.
uint16_t ms5611_config_data_t::t_ref |
C5 Reference temperature | T_ref.
uint16_t ms5611_config_data_t::tco |
C4 Temperature coefficient of pressure offset | TCO.
uint16_t ms5611_config_data_t::tcs |
C3 Temperature coefficient of pressure sensitivity | TCS.
uint16_t ms5611_config_data_t::tempsens |
C6 Temperature coefficient of the temperature | TEMPSENSE.