pid_ctrl: abstract into example common component

This commit is contained in:
morris
2021-08-10 10:41:13 +08:00
parent b6c5a6ee8b
commit f0fab687ad
11 changed files with 281 additions and 272 deletions

View File

@@ -0,0 +1,4 @@
set(srcs "src/pid_ctrl.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include")