We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cabfb47 + 77313f6 commit 54827b8Copy full SHA for 54827b8
adafruit_sdcard.py
@@ -94,6 +94,7 @@ class SDCard:
94
95
"""
96
97
+ # pylint: disable=invalid-name
98
def __init__(self, spi: SPI, cs: DigitalInOut, baudrate: int = 1320000) -> None:
99
# Create an SPIDevice running at a lower initialization baudrate first.
100
self._spi = spi_device.SPIDevice(spi, cs, baudrate=250000, extra_clocks=8)
0 commit comments