jonny_l480 69a421a924 Outsource speedsensor, Display: show speed
- move speedsensor files from motorctl pcb to common
- single pcb create and configure global speedsensor objects
- display: create fast slow veryslow loop
  - clear display every 30s
  - show speed in rpm and km/h
  NOTE: speedsensor needs fix, direction unreliable
2023-09-12 16:00:20 +02:00

10 lines
141 B
CMake

idf_component_register(
SRCS
"main.cpp"
"config.cpp"
"fan.cpp"
"uart.cpp"
INCLUDE_DIRS
"."
)