successfully read rotational speed and direction using encoder disk and optical sensor custom implementation of incremental encoder using gpio edge interrupt
14 lines
233 B
CMake
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
|
|
"."
|
|
)
|