Created
June 10, 2018 16:12
-
-
Save boochow/522656b2f1d6a30035b9b516aa880fbc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import machine | |
sd = machine.SD() | |
import os | |
os.mount(sd, '/sd') | |
os.chdir('sd') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment