Implementing a MicroPython Library

This section decribes using a simple walk-through example how to implement a a new MicroPython module implemented in C.

The Source files Structure

Compiling the Module

Compiling for a Port

MicroPython Library Management

  • About upip.