Files @ 64275d7d6618
Branch filter:

Location: protofusion-esp32-template/components/esp-osc/CMakeLists.txt

Ethan Zonca
More LED work, etc
1
2
3
4
5
6
7
8
set(srcs
    "esp_osc.c"
    "tinyosc.c"
)

idf_component_register(SRCS ${srcs}
    INCLUDE_DIRS "."
)