mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 20:50:14 +01:00
If SD card is present on (soft) reset then it's mounted on 1:/ and files
can be openned using, eg, open('1:/test.txt', 'r'), or 'w' for writing.