ardupilot/libraries/AP_RPM
Peter Barker 370db00096 AP_RPM: add explicit RPM_TYPE_SITL
Old behaviour is that anything that wasn't claimed (or failed to
allocate) would become a SITL RPM sensor.  This meant we always had at
least one RPM sensor which was allocated but never provided valid data.

New behaviour is that if you want a SITL RPM sensor you have to set type
to 10.
2021-03-02 15:41:44 +11:00
..
examples AP_RPM: changed get_rpm() API to be scripting compatible 2020-03-12 08:36:40 +11:00
AP_RPM.cpp AP_RPM: add explicit RPM_TYPE_SITL 2021-03-02 15:41:44 +11:00
AP_RPM.h AP_RPM: add explicit RPM_TYPE_SITL 2021-03-02 15:41:44 +11:00
RPM_Backend.cpp
RPM_Backend.h
RPM_EFI.cpp
RPM_EFI.h
RPM_HarmonicNotch.cpp AP_RPM: allow harmonic notch driver to appear as RPM values. 2020-04-14 09:43:16 +10:00
RPM_HarmonicNotch.h AP_RPM: allow harmonic notch driver to appear as RPM values. 2020-04-14 09:43:16 +10:00
RPM_Pin.cpp
RPM_Pin.h
RPM_SITL.cpp AP_RPM: use updated rpm information for sitl 2019-12-17 10:07:06 +11:00
RPM_SITL.h