We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6fb54 commit 2336c93Copy full SHA for 2336c93
adafruit_ds3502.py
@@ -58,7 +58,6 @@
58
from adafruit_register.i2c_bit import RWBit
59
import adafruit_bus_device.i2c_device as i2cdevice
60
61
-# pylint: disable=bad-whitespace
62
_REG_WIPER = const(0x00) # Wiper value register (R/W)
63
_REG_CONTROL = const(0x02) # Configuration Register (R/W)
64
0 commit comments