software:firmware
MakAir Firmware
pressure_utl.h
Go to the documentation of this file.
1 
8 #pragma once
9 
10 // INCLUDES ===================================================================
11 
12 #include <stdint.h>
13 
14 // FUNCTIONS ==================================================================
15 
22 int16_t convertSensor2Pressure(uint32_t sensorValue);
23 
void resetFilteredRawPressure()
Reset the value of void filteredRawPressure to 0.
int16_t convertSensor2Pressure(uint32_t sensorValue)
Convert the analog value from sensor to a pressure value.