You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/mpy_sdcard_log/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ A great option for this is the [1GB SD Card](https://www.sparkfun.com/microsd-ca
28
28
29
29
## Install the Demo
30
30
31
-
The demo Python source code must be installed on the development board. This is either peformed using a MicroPython enabled IDE (such as [Thonny](https://thonny.org) or [PyCharm](https://www.jetbrains.com/pycharm/download/?section=mac)).
31
+
The demo Python source code [mpy_sdcard_log.py](mpy_sdcard_log.py)must be installed on the development board. This is either peformed using a MicroPython enabled IDE (such as [Thonny](https://thonny.org) or [PyCharm](https://www.jetbrains.com/pycharm/download/?section=mac)).
32
32
33
33
> [!NOTE]
34
34
> For development boards that access the SDCard via a SPI connection (such as the SparkFun Line of IoT RedBaords), the MicroPython `sdcard` library must be available. If not included in the MicroPython firmware, this library is easily installed using the MicroPython tool [mpremote](https://docs.micropython.org/en/latest/reference/mpremote.html).
0 commit comments