My Project
Functions
baro.h File Reference
#include "Arduino.h"
#include "Wire.h"
Include dependency graph for baro.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float readPressure ()
 
float readTemperature ()
 
uint8_t initBaro (TwoWire *wire)
 

Function Documentation

◆ initBaro()

uint8_t initBaro ( TwoWire *  wire)

Definition at line 11 of file baro.cpp.

References lps.

Referenced by CanSatInit().

Here is the caller graph for this function:

◆ readPressure()

float readPressure ( )

Definition at line 23 of file baro.cpp.

References lps.

◆ readTemperature()

float readTemperature ( )

Definition at line 28 of file baro.cpp.

References lps.