jonny_jr9 a3257e89ee Add speedSensor class - functional
successfully read rotational speed and direction using encoder disk and
optical sensor
custom implementation of incremental encoder using gpio edge interrupt
2023-09-06 21:15:44 +02:00

14 lines
233 B
CMake

idf_component_register(
SRCS
"main.cpp"
"motordrivers.cpp"
"motorctl.cpp"
"config.cpp"
"fan.cpp"
"currentsensor.cpp"
"uart.cpp"
"speedsensor.cpp"
INCLUDE_DIRS
"."
)