1 dépôt
Ports core Python modules to run on MicroPython, enabling familiar coding patterns on constrained hardware.
Distinct from Python Module Development: Distinct from Python Module Development: focuses on porting existing modules to microcontrollers, not authoring new modules for post-exploitation.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Microcontroller Ports. Refine with filters or upvote what's useful.
micropython-lib is the official package repository for MicroPython, providing a collection of modules and libraries designed to run on microcontrollers and other constrained devices. It implements a reduced subset of CPython's standard library, adapting familiar Python interfaces to fit within the limited memory and processing power of embedded systems. The project enables developers to reuse existing Python knowledge on MicroPython hardware by offering minimalist implementations of core modules. The library supports multiple methods for getting code onto devices, including copying single-fil
Ports core Python modules to run on MicroPython, enabling familiar coding patterns on constrained hardware.