2022-06-30 08:55:15 +01:00
|
|
|
include_directories(${CMAKE_CURRENT_LIST_DIR}/../../)
|
|
|
|
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../")
|
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
|
|
|
|
|
|
|
|
# Essential
|
|
|
|
include(pimoroni_i2c/micropython)
|
|
|
|
include(pimoroni_bus/micropython)
|
|
|
|
|
|
|
|
# Pico Graphics Essential
|
|
|
|
include(hershey_fonts/micropython)
|
|
|
|
include(bitmap_fonts/micropython)
|
|
|
|
include(picographics/micropython)
|
|
|
|
|
|
|
|
# Pico Graphics Extra
|
|
|
|
include(jpegdec/micropython)
|
|
|
|
include(qrcode/micropython/micropython)
|
|
|
|
|
|
|
|
# Sensors & Breakouts
|
2023-02-20 15:35:52 +00:00
|
|
|
include(micropython-common-breakouts)
|
2022-06-30 08:55:15 +01:00
|
|
|
include(pcf85063a/micropython)
|
|
|
|
|
|
|
|
# Utility
|
|
|
|
include(adcfft/micropython)
|
|
|
|
|
|
|
|
# LEDs & Matrices
|
|
|
|
include(plasma/micropython)
|
|
|
|
include(hub75/micropython)
|
|
|
|
|
|
|
|
# Packs
|
2022-07-07 11:25:34 +01:00
|
|
|
include(pico_unicorn/micropython)
|
|
|
|
include(pico_scroll/micropython)
|
2022-06-30 08:55:15 +01:00
|
|
|
include(pico_rgb_keypad/micropython)
|
|
|
|
|
|
|
|
# Servos & Motors
|
|
|
|
include(pwm/micropython)
|
|
|
|
include(servo/micropython)
|
|
|
|
include(encoder/micropython)
|
|
|
|
include(motor/micropython)
|
|
|
|
|
|
|
|
# include(micropython-common)
|
|
|
|
|
2022-07-01 07:12:35 +01:00
|
|
|
include(modules_py/modules_py)
|