An open API service indexing awesome lists of open source software.

https://github.com/retiredwizard/mydos

Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)
https://github.com/retiredwizard/mydos

Last synced: 5 months ago
JSON representation

Early Proof of Concept version of PyDOS (low FLASH/RAM requirements)

Awesome Lists containing this project

README

          

## MyDOS
**Early Proof of Concept version of PyDOS

**MicroPython/CircuitPython DOS-like shell for microcontroller boards**

I have gotten used to having PyDOS installed on microcontrllers I'm working with but on boards with limited FLASH or RAM PyDOS won't run. That's where this
early prototype version has come in useful.

To launch MyDOS, type **import MyDOS**

**Notes:**

- Unlike PyDOS, When running Python scripts from the MyDOS prompt you must include the .py extension.
- Directory Paths are not supported so you must use the **CD** command if you want to run scripts from subdirectories