|
My Project
|

Go to the source code of this file.
Functions | |
| uint8_t | initBaro (TwoWire *wire) |
| float | readPressure () |
| float | readTemperature () |
Variables | |
| LPS35HW | lps |
| uint8_t initBaro | ( | TwoWire * | wire | ) |
Definition at line 11 of file baro.cpp.
References lps.
Referenced by CanSatInit().

| LPS35HW lps |
Definition at line 9 of file baro.cpp.
Referenced by initBaro(), readPressure(), and readTemperature().
1.8.17