Skip to content

Commit 5a95c7a

Browse files
committed
is ok. is friend.
1 parent 8ab5028 commit 5a95c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_cap1188/cap1188.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
_SENSITIVITY = (128, 64, 32, 16, 8, 4, 2, 1)
7878

7979
class CAP1188_Channel:
80+
# pylint: disable=protected-access
8081
"""Helper class to represent a touch channel on the CAP1188. Not meant to
8182
be used directly."""
8283
def __init__(self, cap1188, pin):

0 commit comments

Comments
 (0)