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.
2 parents 9542ee4 + 312215d commit 11e36b4Copy full SHA for 11e36b4
adafruit_vs1053.py
@@ -65,7 +65,6 @@
65
__version__ = "0.0.0-auto.0"
66
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VS1053.git"
67
68
-# pylint: disable=bad-whitespace
69
_COMMAND_BAUDRATE = const(250000) # Speed for command transfers (MUST be slow)
70
_DATA_BAUDRATE = const(8000000) # Speed for data transfers (fast!)
71
@@ -101,7 +100,6 @@
101
100
_VS1053_MODE_SM_ADPCM = const(0x1000)
102
_VS1053_MODE_SM_LINE1 = const(0x4000)
103
_VS1053_MODE_SM_CLKRANGE = const(0x8000)
104
-# pylint: enable=bad-whitespace
105
106
107
class VS1053:
0 commit comments