Native pico-sdk BMP280 temperature sensor and air pressure sensor library for Raspberry Pi Pico in C++

from blog The Angry Dev, | ↗ original
The BMP280 works as an ambient temperature sensor and air pressure sensor, and is available as either a standalone IC, or as a breakout board and is usually conntected up via I2C (IIC, ICC or I2C, depending on your preference). I have written a bmp280 raspberry pi pico library as part of a group of libraries over at the pico-libs repository on...