Skip to content

Commit

Permalink
Add pimoroni module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 14, 2024
1 parent 5102357 commit ad0cef6
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 ad0cef6

Please sign in to comment.