software:firmware
MakAir Firmware
Main Page
Related Pages
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Variables
a
b
c
i
m
o
p
t
v
Enumerations
Enumerator
Files
File List
File Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
b
c
d
e
g
h
i
k
l
m
o
r
s
t
u
v
Variables
a
b
c
d
e
f
h
i
l
m
n
p
r
s
t
v
Enumerations
Enumerator
a
b
c
d
e
f
h
i
l
m
o
p
r
s
t
u
v
w
Macros
a
b
c
d
e
f
h
k
l
m
n
p
r
s
t
v
w
•
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
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
29
void
resetFilteredRawPressure
();
resetFilteredRawPressure
void resetFilteredRawPressure()
Reset the value of void filteredRawPressure to 0.
Definition:
pressure_utl.cpp:68
convertSensor2Pressure
int16_t convertSensor2Pressure(uint32_t sensorValue)
Convert the analog value from sensor to a pressure value.
Definition:
pressure_utl.cpp:51
includes
pressure_utl.h
Generated by
1.9.1