Skip to content

Commit bf735fc

Browse files
authored
Merge pull request #18 from pimoroni/patch-add-pimoroni-module
Add pimoroni module.
2 parents 5102357 + 2aaee75 commit bf735fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

modules/default.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
# Include the manifest.py from micropython/<board>/manifest.py
55
include("$(BOARD_DIR)/manifest.py")
66

7-
# Include pga/modules/py_frozen
8-
freeze("py_frozen/")
7+
# Freeze modules/py_frozen
8+
freeze("py_frozen/")
9+
10+
# Freeze pimoroni.py
11+
freeze("../../pimoroni-pico/micropython/modules_py/", "pimoroni.py")

0 commit comments

Comments
 (0)