CMakeLists.txt 259 B

123456
  1. idf_component_register(SRCS "Decection.c"
  2. INCLUDE_DIRS "include"
  3. REQUIRES "esp_adc"
  4. "driver"
  5. "hal"
  6. "USER_SPIFFS")