Is there a way to access M5Paper SD card with MicroPython?
There is no uos module, but os has mount function.
I tried:
import os
os.mount(machine.SDCard(), '/sd')
which result in:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: 16