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 be1f950 commit 6971b92Copy full SHA for 6971b92
examples/mpy_sdcard_log/mpy_sdcard_log.py
@@ -23,10 +23,6 @@
23
# module is installed using the following mpremote command:
24
# mpremote mip install sdcard
25
26
-
27
-import machine
28
29
30
import os
31
import uos
32
import time
@@ -112,7 +108,7 @@ def setup_sd_card():
112
108
else:
113
109
status = True
114
110
115
- if status == True:
111
+ if status is True:
116
print("SD Card mounted successfully")
117
118
return status
0 commit comments