2021-05-13 12:06:01 +01:00
|
|
|
include_directories(${CMAKE_CURRENT_LIST_DIR}/../../)
|
|
|
|
|
2021-05-21 11:34:52 +01:00
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}")
|
2022-03-11 09:21:09 +00:00
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../")
|
2021-05-21 11:34:52 +01:00
|
|
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
|
2021-05-14 18:12:37 +01:00
|
|
|
|
2021-05-21 11:34:52 +01:00
|
|
|
include(pimoroni_i2c/micropython)
|
2021-04-22 20:00:30 +01:00
|
|
|
|
2021-05-21 11:34:52 +01:00
|
|
|
include(breakout_dotmatrix/micropython)
|
|
|
|
include(breakout_encoder/micropython)
|
|
|
|
include(breakout_ioexpander/micropython)
|
|
|
|
include(breakout_ltr559/micropython)
|
|
|
|
include(breakout_colourlcd160x80/micropython)
|
|
|
|
include(breakout_as7262/micropython)
|
|
|
|
include(breakout_roundlcd/micropython)
|
|
|
|
include(breakout_rgbmatrix5x5/micropython)
|
|
|
|
include(breakout_matrix11x7/micropython)
|
|
|
|
include(breakout_msa301/micropython)
|
2021-09-13 21:58:11 +01:00
|
|
|
include(breakout_pmw3901/micropython)
|
2021-05-21 11:34:52 +01:00
|
|
|
include(breakout_mics6814/micropython)
|
|
|
|
include(breakout_potentiometer/micropython)
|
|
|
|
include(breakout_rtc/micropython)
|
|
|
|
include(breakout_trackball/micropython)
|
|
|
|
include(breakout_sgp30/micropython)
|
|
|
|
include(breakout_colourlcd240x240/micropython)
|
2021-07-12 15:26:41 +01:00
|
|
|
include(breakout_bh1745/micropython)
|
2021-05-21 11:14:41 +01:00
|
|
|
include(breakout_bme68x/micropython)
|
2021-05-19 17:49:14 +01:00
|
|
|
include(breakout_bme280/micropython)
|
|
|
|
include(breakout_bmp280/micropython)
|
2021-07-23 12:18:17 +01:00
|
|
|
include(breakout_icp10125/micropython)
|
2021-07-23 16:37:21 +01:00
|
|
|
include(breakout_scd41/micropython)
|
2021-05-21 11:34:52 +01:00
|
|
|
|
|
|
|
include(pico_scroll/micropython)
|
|
|
|
include(pico_rgb_keypad/micropython)
|
|
|
|
include(pico_unicorn/micropython)
|
|
|
|
include(pico_display/micropython)
|
2021-06-17 15:33:05 +01:00
|
|
|
include(pico_display_2/micropython)
|
2021-05-21 11:34:52 +01:00
|
|
|
include(pico_explorer/micropython)
|
2022-03-28 18:32:05 +01:00
|
|
|
include(pico_motor_shim/micropython)
|
2021-05-21 11:34:52 +01:00
|
|
|
include(pico_wireless/micropython)
|
2022-03-04 15:27:28 +00:00
|
|
|
|
2022-03-29 15:13:14 +01:00
|
|
|
include(bitmap_fonts/micropython)
|
|
|
|
|
2021-08-19 15:25:12 +01:00
|
|
|
include(plasma/micropython)
|
2021-11-18 12:51:43 +00:00
|
|
|
include(hub75/micropython)
|
2022-04-05 20:44:03 +01:00
|
|
|
include(pwm/micropython)
|
2022-02-17 17:59:09 +00:00
|
|
|
include(servo/micropython)
|
2022-04-13 20:13:27 +01:00
|
|
|
include(encoder/micropython)
|
2022-04-05 20:44:03 +01:00
|
|
|
include(motor/micropython)
|
2021-05-21 11:14:41 +01:00
|
|
|
include(ulab/code/micropython)
|
2022-03-10 15:16:23 +00:00
|
|
|
include(qrcode/micropython/micropython)
|
2022-03-11 09:21:09 +00:00
|
|
|
|
2022-03-10 15:16:23 +00:00
|
|
|
include(modules_py/modules_py)
|