My Project
Sensors
baro.h
Go to the documentation of this file.
1
// Copyright (c) 2023 Samuli Nyman
2
// SPDX-License-Identifier: MIT
3
4
#ifndef __BARO_H
5
#define __BARO_H
6
7
#include "Arduino.h"
8
#include "Wire.h"
9
10
float
readPressure
();
11
float
readTemperature
();
12
uint8_t
initBaro
(TwoWire *wire);
13
14
#endif
readPressure
float readPressure()
Definition:
baro.cpp:23
initBaro
uint8_t initBaro(TwoWire *wire)
Definition:
baro.cpp:11
readTemperature
float readTemperature()
Definition:
baro.cpp:28
Generated by
1.8.17