11 lines
588 B
Org Mode
11 lines
588 B
Org Mode
: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.
|