pico-stuff/lib/bmp390
Luigi Cruz bfabf02146
[WIP] Add BMP390 sensor support. (#3)
* Initial BMP390 support.

* Add BMP390 support.
2023-01-23 23:37:23 -08:00
..
CMakeLists.txt [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00
README.md [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00
bmp390.h [WIP] Add BMP390 sensor support. (#3) 2023-01-23 23:37:23 -08:00

README.md

BMP180 Library

This is a library for the BMP390 atmospheric pressure and temperature sensor. It can output the temperature (ºC) and the barometric pressure (hPa). For an example of how to use it, check out the barometer example.