REPL CMD
- Use Serial tools Putty
REPL for MaixPy
- help()
- os.listdir()
- print("hello maixpy")
- change dir -> os.chdir("/flash")
- run .py -> import hello
- edit file using pre-included pye editor -> pye("hello.py")
Check DIR
>>> os.listdir("/")
['flash', 'sd']