Skip to content

Instantly share code, notes, and snippets.

@boochow
Created June 10, 2018 16:12
Show Gist options
  • Save boochow/522656b2f1d6a30035b9b516aa880fbc to your computer and use it in GitHub Desktop.
Save boochow/522656b2f1d6a30035b9b516aa880fbc to your computer and use it in GitHub Desktop.
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