We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b34d3 commit 7b07e7eCopy full SHA for 7b07e7e
1 file changed
lib/bme280/bme280/device.py
@@ -56,10 +56,6 @@ def _write_reg(self, reg, value):
56
"""Write a single byte to register."""
57
self.i2c.writeto_mem(self.address, reg, bytes([value]))
58
59
- # --------------------------------------------------
60
- # Device identification and initialization
61
62
-
63
# --------------------------------------------------
64
# Calibration data
65
0 commit comments