mirror of
https://github.com/danbee/unicorn
synced 2026-06-20 22:52:22 +00:00
Enable ulab.
This commit is contained in:
parent
9c2b991fa2
commit
0481f38f29
@ -38,8 +38,14 @@ include(adcfft/micropython)
|
||||
|
||||
# LEDs & Matrices
|
||||
include(plasma/micropython)
|
||||
|
||||
# Unicorn driver. Note: The UNICORN var must be set in mpconfigboard.cmake
|
||||
include(${UNICORN}_unicorn/micropython)
|
||||
|
||||
# Must call `enable_ulab()` to enable
|
||||
include(micropython-common-ulab)
|
||||
enable_ulab()
|
||||
|
||||
# Servos & Motors
|
||||
include(pwm/micropython)
|
||||
include(servo/micropython)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user