Copy gpio component from gate project Add instance of evaluatedswitch for button next to joystick to config Add code for testing the button to main.cpp
5 lines
82 B
CMake
5 lines
82 B
CMake
idf_component_register(
|
|
SRCS "gpio_evaluateSwitch.cpp"
|
|
INCLUDE_DIRS "."
|
|
)
|