BMP280_DEV
BMP280_DEV copied to clipboard
An Arduino compatible, non-blocking, I2C/SPI library for the Bosch BMP280 barometer.
Just as the title says, all readings are zero. Im using the example code BMP280_I2C_Alt_Normal.ino, I2C mode, on a STM32F401CC6 (blackpill). I have other devices connected to the I2C bus...
I'm trying the example code for esp32 with changes to test my bmp280 but couldn't because when trying to upload the error appears: **call of overloaded 'BMP280_DEV(const uint8_t&, const uint8_t&)'...
In order to compare the performance of BMP280 and BMP388, I need to run them at the same time, and I have two devices connected to the I2C bus. I...