adafruit / Adafruit_CircuitPython_BME280

CircuitPython driver for the BME280
MIT License
63 stars 42 forks source link

self._mode and self.mode #42

Closed heke-pp closed 3 years ago

heke-pp commented 3 years ago

Some part of the code uses self._mode and other self.mode. Should perhaps merge?

ladyada commented 3 years ago

nope! its on purpose. one is the internal register, one is the exposed 'cleaned up' value :)