Arduino library BMP280_LTSM created
- Name: BMP280_LTSM
- Description:
Arduino Library for Bosch BMP280 Digital pressure sensor.
- Supports sensors features:
- Read pressure data
- Read temperature data
- Tested on SPI interface and I2C interface, Interface is selected by user constructor overload(see examples)
- Oversampling settings, standby times, Filter settings and can be set thru API.
- Normal mode, sleep mode and forced mode supported.
- This supports the BMP280 sensor fully only. The humidity functionality of the BME280 is not tested or supported.
- 3 Examples files 2 for SPI and 1 for I2C.
- Chip ID should be 0x56-0X58 for BMP280, 0x60 BME280.
- Hardware SPI and I2C supported.