Releases: adafruit/Adafruit_BMP280_Library
Releases · adafruit/Adafruit_BMP280_Library
2.4.4 - Matched BME280 library behaviour on sensorID
Bump to 2.4.4
Fix compilation issues on Zero
new zero release changed definition of SPI, removed the old forward decls
2.4.2 - Fixed uninitialized configuration structs issue
Bump to 2.4.2
2.4.1 Memory alloc cleanup
- Add some checks and cleanup dynamic memory allocation usage
2.4.0 - Convert to BusIO
Convert to BusIO (#55) * convert to busio * clang
2.3.0 - Added unified sensor mode support over SPI, allow for deletion of sensors in SPI mode
2.2.0 - Added sensorID
Bump to 2.2.0
2.1.2 - Added alternative address to examples
Bump to 2.1.2
Typo fix
- Sensor min/max value parameters were swapped. Thanks @AlexZibin for finding this.