This commit is contained in:
Correl Roush 2023-02-08 01:44:22 -05:00
parent 2d7cdd454d
commit 4fb55beffd

View file

@ -0,0 +1,11 @@
:PROPERTIES:
:ID: 6cd321bb-34bf-4a93-96f6-a9ef93257bd1
:END:
#+title: MicroPython
A pared down version of [[id:cda9c620-fec5-4549-b979-22fc06819d77][Python]] designed for programming [[id:c412e81c-9271-4224-89b7-315a4b89968e][Microcontrollers]] like
the [[id:d97fde4a-0e91-40f9-ac57-d0cd67295d14][ESP2866]].
* Documentation
- [[https://docs.micropython.org/en/latest/index.html][Official documentation]]
* Tools
- [[https://docs.micropython.org/en/latest/reference/mpremote.html#][mpremote]] :: MicroPython remote control. Provides REPL access, editing, and
file system mounting.