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 AP_RPM: attach_interrupt now takes a functor 2018-08-21 20:34:01 +09:00
RPM_Backend.h AP_RPM: instance range should use define instead of hardcoded value 2019-02-20 00:51:03 -07:00
RPM_EFI.cpp AP_RPM: added EFI backend 2019-11-17 20:10:54 +11:00
RPM_EFI.h AP_RPM: added EFI backend 2019-11-17 20:10:54 +11:00
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 AP_RPM: set pin to input before attaching interrupt 2018-11-08 18:25:14 +11:00
RPM_Pin.h AP_RPM: add override keyword where required 2018-11-08 11:30:12 +11:00
RPM_SITL.cpp AP_RPM: use updated rpm information for sitl 2019-12-17 10:07:06 +11:00
RPM_SITL.h AP_RPM: add missing override keywords 2019-02-22 15:01:09 +00:00