We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a4eec97 + 55887ff commit 215bd39Copy full SHA for 215bd39
adafruit_max9744.py
@@ -47,15 +47,13 @@
47
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX9744.git"
48
49
50
-# pylint: disable=bad-whitespace
51
# Internal constants:
52
_MAX9744_DEFAULT_ADDRESS = const(0b01001011)
53
_MAX9744_COMMAND_VOLUME = const(0b00000000)
54
_MAX9744_COMMAND_FILTERLESS = const(0b01000000)
55
_MAX9744_COMMAND_CLASSIC_PWM = const(0b01000001)
56
_MAX9744_COMMAND_VOLUME_UP = const(0b11000100)
57
_MAX9744_COMMAND_VOLUME_DOWN = const(0b11000101)
58
-# pylint: enable=bad-whitespace
59
60
61
class MAX9744:
0 commit comments