mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-21 11:05:39 +00:00
pid_ctrl: abstract into example common component
This commit is contained in:
4
examples/common_components/pid_ctrl/CMakeLists.txt
Normal file
4
examples/common_components/pid_ctrl/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
set(srcs "src/pid_ctrl.c")
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "include")
|
||||
Reference in New Issue
Block a user