Skip to content

SD Cards

Boyne edited this page Feb 20, 2023 · 1 revision

SD cards on the Spryg are simple. If you include sd.py and insert a compatible SD card (a lot aren't for no reason), the SD card is automatically mounted at /sd. You can access it like a regular filesystem at that point, and even import Python files from it.

Clone this wiki locally