micropython / micropython-esp32

Old port of MicroPython to the ESP32 -- new port is at https://github.com/micropython/micropython
MIT License
673 stars 216 forks source link

unix modos is missing listdir (but has ilistdir) #123

Closed raboof closed 7 years ago

raboof commented 7 years ago

listdir is more standard, and present in uos (https://docs.micropython.org/en/latest/pyboard/library/uos.html)

dpgeorge commented 7 years ago

This repo is for the ESP32 port only.