remove duplicate code: function readAdc was used in multiple files, outsourced this to gpio component
7 lines
114 B
CMake
7 lines
114 B
CMake
idf_component_register(
|
|
SRCS
|
|
"gpio_evaluateSwitch.cpp"
|
|
"gpio_adc.cpp"
|
|
INCLUDE_DIRS "."
|
|
)
|