pico-stuff/lib/bmp180
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 Add RNDIS helper library for PiccoloSDR. 2021-03-12 01:21:43 -03:00
README.md Add barometer example app. 2021-03-12 00:34:21 -03:00
bmp180.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 BMP180 atmospheric pressure sensor. It can output the temperature and the barometric pressure. For an example of how to use it, check out the barometer example.