VersBinarii / bme280-rs

A platform agnostic Rust driver for the Bosch BM[PE]-280
Other
59 stars 73 forks source link

Supporting BMP280 #1

Closed TeXitoi closed 5 years ago

TeXitoi commented 5 years ago

Hi!

I have a BMP280, with is basically a BME280 without humidity. Your driver is working by just allowing CHIP_ID == 0x58, humidity is outputed to 0%.

It could be great to support this sensor. I can make the modifications and test on the BMP280, but we need to choose how to support it:

What do you think?