2022-05-27 10:12:44 +00:00
|
|
|
include(pimoroni_i2c/micropython)
|
2022-05-28 17:09:39 +00:00
|
|
|
include(pimoroni_bus/micropython)
|
2022-05-27 10:12:44 +00:00
|
|
|
|
2023-02-20 15:35:52 +00:00
|
|
|
include(micropython-common-breakouts)
|
2022-05-27 10:12:44 +00:00
|
|
|
|
|
|
|
include(pico_scroll/micropython)
|
|
|
|
include(pico_rgb_keypad/micropython)
|
|
|
|
include(pico_unicorn/micropython)
|
|
|
|
include(pico_wireless/micropython)
|
2022-05-28 17:09:39 +00:00
|
|
|
include(pico_explorer/micropython)
|
2022-05-27 10:12:44 +00:00
|
|
|
|
2022-06-08 15:37:09 +00:00
|
|
|
include(hershey_fonts/micropython)
|
2022-05-27 10:12:44 +00:00
|
|
|
include(bitmap_fonts/micropython)
|
|
|
|
|
|
|
|
include(plasma/micropython)
|
|
|
|
include(hub75/micropython)
|
|
|
|
include(pwm/micropython)
|
|
|
|
include(servo/micropython)
|
|
|
|
include(encoder/micropython)
|
|
|
|
include(motor/micropython)
|
|
|
|
include(qrcode/micropython/micropython)
|
|
|
|
include(adcfft/micropython)
|
2022-05-25 16:21:27 +00:00
|
|
|
include(pcf85063a/micropython)
|
2022-05-27 10:12:44 +00:00
|
|
|
|
2022-06-07 15:37:06 +00:00
|
|
|
include(picographics/micropython)
|
2022-05-25 16:21:27 +00:00
|
|
|
include(jpegdec/micropython)
|
2022-07-26 19:52:37 +00:00
|
|
|
include(galactic_unicorn/micropython)
|
|
|
|
|
2022-05-27 10:12:44 +00:00
|
|
|
|
|
|
|
include(modules_py/modules_py)
|
|
|
|
|
2023-03-09 11:13:06 +00:00
|
|
|
# Most board specific ports wont need all of these
|
|
|
|
copy_module(gfx_pack.py)
|
|
|
|
copy_module(interstate75.py)
|
|
|
|
if(PICO_BOARD STREQUAL "pico_w")
|
|
|
|
copy_module(automation.py)
|
|
|
|
copy_module(inventor.py)
|
|
|
|
endif()
|
|
|
|
|
2023-02-02 15:31:01 +00:00
|
|
|
include(micropython-common-ulab)
|