-Added GPIO.c -Added ADC.c -Added mcpwm.c -Added all headrs for new files -Fixed Header usage -Fixed parsed pins only import once
4 lines
222 B
CMake
4 lines
222 B
CMake
idf_component_register(SRCS "ADC.c" "GPIO.c" "mcpwm.c" "functions.c" "app_main.c"
|
|
INCLUDE_DIRS "include""${CMAKE_SOURCE_DIR}""."
|
|
REQUIRES ssd1306 driver esp_adc hal esp_timer)
|