1
0
mirror of https://github.com/danbee/unicorn synced 2026-06-20 22:52:22 +00:00

Enable ulab.

This commit is contained in:
Phil Howard 2025-02-01 08:08:15 +00:00
parent 9c2b991fa2
commit 0481f38f29

View File

@ -38,8 +38,14 @@ include(adcfft/micropython)
# LEDs & Matrices # LEDs & Matrices
include(plasma/micropython) include(plasma/micropython)
# Unicorn driver. Note: The UNICORN var must be set in mpconfigboard.cmake
include(${UNICORN}_unicorn/micropython) include(${UNICORN}_unicorn/micropython)
# Must call `enable_ulab()` to enable
include(micropython-common-ulab)
enable_ulab()
# Servos & Motors # Servos & Motors
include(pwm/micropython) include(pwm/micropython)
include(servo/micropython) include(servo/micropython)