Added external Encoder readings

This commit is contained in:
2024-11-29 22:16:34 +01:00
parent 919162a2be
commit f526d78f9a
5 changed files with 120 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
idf_component_register(SRCS "functions.c" "app_main.c"
INCLUDE_DIRS "include""${CMAKE_SOURCE_DIR}""."
REQUIRES ssd1306 driver esp_adc hal)
REQUIRES ssd1306 driver esp_adc hal esp_timer)