@@ -18,27 +18,7 @@ include(jpegdec/micropython)
18
18
include (qrcode/micropython/micropython)
19
19
20
20
# Sensors & Breakouts
21
- include (breakout_dotmatrix/micropython)
22
- include (breakout_encoder/micropython)
23
- include (breakout_ioexpander/micropython)
24
- include (breakout_ltr559/micropython)
25
- include (breakout_as7262/micropython)
26
- include (breakout_rgbmatrix5x5/micropython)
27
- include (breakout_matrix11x7/micropython)
28
- include (breakout_msa301/micropython)
29
- include (breakout_pmw3901/micropython)
30
- include (breakout_mics6814/micropython)
31
- include (breakout_potentiometer/micropython)
32
- include (breakout_rtc/micropython)
33
- include (breakout_trackball/micropython)
34
- include (breakout_sgp30/micropython)
35
- include (breakout_bh1745/micropython)
36
- include (breakout_bme68x/micropython)
37
- include (breakout_bme280/micropython)
38
- include (breakout_bmp280/micropython)
39
- include (breakout_icp10125/micropython)
40
- include (breakout_scd41/micropython)
41
- include (breakout_vl53l5cx/micropython)
21
+ include (micropython-common-breakouts)
42
22
include (pcf85063a/micropython)
43
23
44
24
# Utility
@@ -47,6 +27,8 @@ include(adcfft/micropython)
47
27
# LEDs & Matrices
48
28
include (galactic_unicorn/micropython)
49
29
50
- # include(micropython-common)
30
+ # ULAB
31
+ include (micropython-common-ulab)
32
+ enable_ulab()
51
33
52
34
include (modules_py/modules_py)
0 commit comments