Arduino library BMP390_LTSM created
- Name: BMP390
- Description:
Arduion library for Bosch BMP390 Digital pressure sensor hardware SPI or I2C.
- 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, filter settings and can be set thru API.
- Normal mode, sleep mode and forced mode supported.
- Chip ID read: 0x60
- I2C address is 0x76 or 0x77 depending on SDO pin connection.
- Supports FIFO and interrupt pin.