-
Notifications
You must be signed in to change notification settings - Fork 61
Frozen Modules
Yihui Xiong edited this page Aug 24, 2020
·
1 revision
Importing modules from /lib
is slow and needs a large block of RAM. To improve importing speed and save RAM, Modules can be compiled into a CircuitPython firmware. The frozen modules in the firmware of the M60 keyboard are:
- adafruit_ble
-
PYKB
, renamed from keyboard
If a frozen module and a module in /lib
have the same name , the frozen module will be used.