You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Infinnovation team edited this page Apr 29, 2016
·
1 revision
There is not yet support for files storage on an SD card, for those boards which have one.
This would be very useful, especially for storing python modules.
Possible approaches are:
Use the mbed SDFileSystem library and glue it into MicroPython's required functions.
Use MicroPython's fatfs library on top of a lower level mbed API (need to check what is available at the C level)