rpm_capture: add rpm capture driver, publising pwm_input (for now)

This commit is contained in:
Beat Küng
2024-03-04 19:14:16 +01:00
committed by Matthias Grob
parent ef823e5bb1
commit 491ee01ac4
7 changed files with 364 additions and 0 deletions
+5
View File
@@ -354,6 +354,11 @@ else
then
pps_capture start
fi
# RPM capture driver
if param greater -s RPM_CAP_ENABLE 0
then
rpm_capture start
fi
# Camera capture driver
if param greater -s CAM_CAP_FBACK 0
then