Skip to content

Commit

Permalink
Merge pull request #18 from pimoroni/patch-add-pimoroni-module
Browse files Browse the repository at this point in the history
Add pimoroni module.
  • Loading branch information
Gadgetoid authored Oct 14, 2024
2 parents 5102357 + 2aaee75 commit bf735fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions modules/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
# Include the manifest.py from micropython/<board>/manifest.py
include("$(BOARD_DIR)/manifest.py")

# Include pga/modules/py_frozen
freeze("py_frozen/")
# Freeze modules/py_frozen
freeze("py_frozen/")

# Freeze pimoroni.py
freeze("../../pimoroni-pico/micropython/modules_py/", "pimoroni.py")

0 comments on commit bf735fc

Please sign in to comment.