wheel/components/servo/CMakeLists.txt

3 lines
132 B
CMake
Raw Permalink Normal View History

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