mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-28 18:52:34 +01:00
16 lines
202 B
CMake
Executable File
16 lines
202 B
CMake
Executable File
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 ".")
|