Adafruit_BMP280_Library icon indicating copy to clipboard operation
Adafruit_BMP280_Library copied to clipboard

Arduino Library for BMP280 sensors

Results 6 Adafruit_BMP280_Library issues
Sort by recently updated
recently updated
newest added

There is the build problem that I must add the following libraries to lib_deps: https://github.com/adafruit/Adafruit_BusIO https://github.com/adafruit/Adafruit_Sensor However, the Adafruit_BusIO library causes the build to fail for the following reason: #include...

When using this library in Platform.io, it doesn't install the required dependencies correctly. This is presumably an issue in other development environments as well. Please set the dependency list correctly...

Line 35 + 36 fixed - something was messed up with this 2 lines so the alternative address was not working

- Arduino IDE version (found in Arduino -> About Arduino menu): 2.3.2 - List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch...

Thank you for the great library. The source code indicates that it is provided under the BSD license, but there are several types of BSD licenses. Under which license is...

Hi, I have a BM**P**280 module and would like to connect it with an esp32 using this library using custom I2C pins (SCL = 32 / SDA = 33). With...