mirror of
https://github.com/StuckAtPrototype/Racer.git
synced 2024-10-20 22:49:48 +03:00
5 lines
211 B
CMake
5 lines
211 B
CMake
idf_component_register(SRCS "main.c" "gap.c" "gatt_svr.c" "motor.c"
|
|
"controller.c" "led.c" "battery.c" "gpio_interrupt.c" "i2c_config.c"
|
|
"opt4060.c" "color_predictor.c"
|
|
INCLUDE_DIRS ".")
|