Peter Barker
|
b863f8a331
|
AP_Baro: allow baro backends to be individually compiled out
|
3 years ago |
murata
|
aabbda3978
|
AP_Baro: Change from division to multiplication
|
3 years ago |
Andrew Tridgell
|
901978a9b3
|
AP_Baro: fixed averaging of samples for several drivers
|
4 years ago |
Andrew Tridgell
|
978a7d2859
|
AP_Baro: added device IDs for barometers
this allows us to tell what barometers were detected in logs
|
5 years ago |
Patrick José Pereira
|
d36157f314
|
AP_Baro: Add BME280 ID in BMP280
BME280 has the same memory layout than BMP280,
but with more features.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
|
5 years ago |
Andrew Tridgell
|
e4e793b295
|
AP_Baro: use WITH_SEMAPHORE()
and removed usage of hal.util->new_semaphore()
|
6 years ago |
Andrew Tridgell
|
b2cc992e0c
|
AP_Baro: convert to use WITH_SEMAPHORE()
|
7 years ago |
Andrew Tridgell
|
769c99d4d7
|
AP_Baro: added register checking on BMP280
this follows a log which seems to show an in-flight register
corruption on a MatekF405
|
7 years ago |
night-ghost
|
740e322438
|
AP_Baro: fix BMP280 scale
|
7 years ago |
night-ghost
|
cb8a34f784
|
AP_Baro: added range filter to backend, use it in most sensors (thanks khancyr for style correction)
|
7 years ago |
Andrew Tridgell
|
375c7b0f5f
|
AP_Baro: rename macros to avoid conflicts
these macros were also defined in NuttX in clock.h
|
8 years ago |
murata
|
f5c3de2a61
|
AP_Baro: Change from magic number 0 to definition name.
|
8 years ago |
Andrew Tridgell
|
8aa100d164
|
AP_Baro: fix for change to timer API
|
8 years ago |
mirkix
|
1ce5e5360a
|
AP_Baro: Add Bosch BMP280 driver
|
8 years ago |