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 e89a1c2 commit 0362929Copy full SHA for 0362929
adafruit_sdcard.py
@@ -68,6 +68,7 @@
68
_TOKEN_STOP_TRAN = const(0xFD)
69
_TOKEN_DATA = const(0xFE)
70
71
+
72
# pylint: disable-msg=superfluous-parens
73
class SDCard:
74
"""Controls an SD card over SPI.
examples/sd_read_simpletest.py
@@ -26,6 +26,7 @@
26
27
# Use the filesystem as normal! Our files are under /sd
28
29
30
# This helper function will print the contents of the SD
31
def print_directory(path, tabs=0):
32
for file in os.listdir(path):
0 commit comments