Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
firmware
boards
breezy
breezystm32
drv_ms5611.h
Go to the documentation of this file.
1
/*
2
drv_ms5611.h : driver for Measurement Specialties MS5611 barometer
3
4
Adapted from https://github.com/multiwii/baseflight/blob/master/src/drv_ms5611.h
5
6
This file is part of BreezySTM32.
7
8
BreezySTM32 is free software: you can redistribute it and/or modify
9
it under the terms of the GNU General Public License as published by
10
the Free Software Foundation, either version 3 of the License, or
11
(at your option) any later version.
12
13
BreezySTM32 is distributed in the hope that it will be useful,
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
GNU General Public License for more details.
17
18
You should have received a copy of the GNU General Public License
19
along with BreezySTM32. If not, see <http://www.gnu.org/licenses/>.
20
*/
21
22
#pragma once
23
24
bool
ms5611_init
(
void
);
25
26
// Asynchronous ms5611 functions
27
bool
ms5611_present
(
void
);
28
void
ms5611_async_update
(
void
);
29
void
ms5611_async_read
(
float
*
pressure
,
float
*
temperature
);
pressure
float pressure
Definition:
ms4525.c:41
temperature
float temperature
Definition:
ms4525.c:41
ms5611_present
bool ms5611_present(void)
Definition:
drv_ms5611.c:203
ms5611_init
bool ms5611_init(void)
Definition:
drv_ms5611.c:151
ms5611_async_read
void ms5611_async_read(float *pressure, float *temperature)
Definition:
drv_ms5611.c:452
ms5611_async_update
void ms5611_async_update(void)
Definition:
drv_ms5611.c:405
rosflight_firmware
Author(s): Daniel Koch
, James Jackson
autogenerated on Wed Jul 3 2019 19:59:24