wheel/components/mcpwm_bdc_control/CMakeLists.txt

3 lines
169 B
CMake
Raw Normal View History

idf_component_register(SRCS "mcpwm_bdc_control.c"
INCLUDE_DIRS "."
2024-01-23 15:19:46 +08:00
REQUIRES bdc_motor pid_ctrl esp_timer modbus_tcp servo driver)