REPL CMD

From ElectroDragon Wiki


REPL for MaixPy

category: Micropython

  • 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']