pimoroni / picosystem

PicoSystem libraries and examples.
MIT License
145 stars 33 forks source link

MicroPython: Switch module to builtin. #26

Closed Gadgetoid closed 3 years ago

Gadgetoid commented 3 years ago

HACK: Use a tweaked MicroPython source to include all module functions as builtins.

Eliminate the requirement for "from picosystem import *".

MUCH faster access to methods which are now allocated on the QSTR module pool.