MarcoAndreaBuchmann / bme280pi

Package to read out BME280 sensor on Raspberry Pi
MIT License
11 stars 4 forks source link

Add address as optional argument to Sensor class #9

Closed MarcoAndreaBuchmann closed 4 years ago

MarcoAndreaBuchmann commented 4 years ago

This merge request adds the optional address argument to the Sensor class. This allows the user to use the class with other addresses than the default one, or even use two sensors simultaneously.