cleanup, renamed main

This commit is contained in:
Skot Croshere 2023-05-10 23:16:13 -04:00
parent 5a689f90cc
commit 3a0a33b195
2 changed files with 15 additions and 2 deletions

View File

@ -1,2 +1,15 @@
idf_component_register(SRCS "system.c" "adc.c" "INA260.c" "EMC2101.c" "i2c_simple_main.c" "led_controller.c" "DS4432U.c" "EMC2101.c" "INA260.c" "adc.c" "oled.c" "fonts.c" "system.c"
INCLUDE_DIRS ".")
idf_component_register(SRCS
"main.c"
"system.c"
"adc.c"
"INA260.c"
"EMC2101.c"
"led_controller.c"
"DS4432U.c"
"EMC2101.c"
"INA260.c"
"adc.c"
"oled.c"
"fonts.c"
"system.c"
INCLUDE_DIRS ".")