2022-03-28 22:46:58 +01:00
|
|
|
add_library(motor2040 INTERFACE)
|
|
|
|
|
|
|
|
target_include_directories(motor2040 INTERFACE ${CMAKE_CURRENT_LIST_DIR})
|
|
|
|
|
|
|
|
# Pull in pico libraries that we need
|
2022-04-26 23:15:13 +01:00
|
|
|
target_link_libraries(motor2040 INTERFACE pico_stdlib plasma motor motor_cluster encoder)
|