We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc9af6 commit dffa0eaCopy full SHA for dffa0ea
adafruit_onewire/bus.py
@@ -72,6 +72,7 @@ class OneWireBus(object):
72
"""A class to represent a 1-Wire bus."""
73
74
def __init__(self, pin):
75
+ # pylint: disable=no-member
76
self._ow = busio.OneWire(pin)
77
self._readbit = self._ow.read_bit
78
self._writebit = self._ow.write_bit
0 commit comments