micropython-bmp280
micropython-bmp280 copied to clipboard
module for the BMP280 sensor
Tested on BMP280 and BMP282 (the SPI-only? version used on some phones)
The calibration registers are read immediately on initialization of a BMP280 instance, however if the device itself has not completed power-on-reset these registers may not contain valid data. We should...
When I added all the constants from the spec the file grew quite a bit. I'm considering seperating them into a separate file you can use if you need them....
Hey David Thanks for your cool library! While commissioning, I noticed that the i2c address of the bmp280 can be `0x76` or `0x77` - depending on the SDO value. If...