File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,33 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../../")
7
7
set (CMAKE_C_STANDARD 11 )
8
8
set (CMAKE_CXX_STANDARD 17 )
9
9
10
- include (micropython-common )
10
+ # Essential
11
+ include (pimoroni_i2c/micropython )
12
+ include (pimoroni_bus/micropython )
13
+
14
+ # Sensors & Breakouts
15
+ include (micropython-common-breakouts )
16
+
17
+ # LEDs & Matrices
18
+ include (plasma/micropython )
19
+ include (hub75/micropython )
20
+
21
+ # Servos & Motors
22
+ include (pwm/micropython )
23
+ include (servo/micropython )
24
+ include (encoder/micropython )
25
+ include (motor/micropython )
26
+
27
+ # Utility
28
+ include (adcfft/micropython )
29
+
30
+ # RTC (Badger 2040W, Enviro)
31
+ if (PICO_BOARD STREQUAL "pico_w" )
32
+ include (pcf85063a/micropython )
33
+ endif ()
34
+
35
+ include (modules_py/modules_py )
36
+
11
37
include (pint/micropython )
12
38
13
39
# C++ Magic Memory
You can’t perform that action at this time.
0 commit comments