mirror of
https://github.com/micropython/micropython.git
synced 2026-03-18 14:50:18 +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.