CMakeLists.txt 113 B

1234
  1. set(srcs "src/pid_ctrl.c")
  2. idf_component_register(SRCS "${srcs}"
  3. INCLUDE_DIRS "include")