diff options
| author | ailurux <me@dbyron.id.au> | 2023-03-13 15:14:32 +1100 |
|---|---|---|
| committer | ailurux <me@dbyron.id.au> | 2023-03-13 15:14:32 +1100 |
| commit | 78ec09c494faadf9e7d06dc7d3e04531c3a34ff7 (patch) | |
| tree | 7f328e7236492f6bbcc66aea044b5e78fda620cc /src/drivers/CMakeLists.txt | |
| parent | b9a75cd55a11fd404a1977539acb64a6705f3809 (diff) | |
| download | tangara-fw-78ec09c494faadf9e7d06dc7d3e04531c3a34ff7.tar.gz | |
Touchwheel test
Diffstat (limited to 'src/drivers/CMakeLists.txt')
| -rw-r--r-- | src/drivers/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/CMakeLists.txt b/src/drivers/CMakeLists.txt index c4e4c172..bf8f0c4e 100644 --- a/src/drivers/CMakeLists.txt +++ b/src/drivers/CMakeLists.txt @@ -1,5 +1,5 @@ idf_component_register( - SRCS "dac.cpp" "gpio_expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" + SRCS "touchwheel.cpp" "dac.cpp" "gpio_expander.cpp" "battery.cpp" "storage.cpp" "i2c.cpp" "spi.cpp" "display.cpp" "display_init.cpp" INCLUDE_DIRS "include" REQUIRES "esp_adc" "fatfs" "result" "lvgl" "span") |
