- Copy buzzer function from gate project this makes it possible to easily trigger and queue up buzzing events without having to worry about delaying the program - Add instance buzzer to config - Add code for testing the buzzer to main.cpp
3 lines
152 B
CMake
3 lines
152 B
CMake
idf_component_register(SRCS "main.cpp" "motordrivers.cpp" "motorctl.cpp" "config.cpp" "joystick.cpp" "buzzer.cpp"
|
|
INCLUDE_DIRS ".")
|