Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 746 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 746 Bytes

micropython for esp32

Code examples and how to program esp32 chips with micropython.

MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.

Visit the official micropython sites

Website: Micropython

Github Repo The Micropython project

Core Python libraries ported to Micropython micropython-lib

The Miccropython board pyboard

Special thanks to Damien George the head behind the micropython project.