ardupilot/libraries/AP_RPM
Andrew Tridgell 9b4fef4d50 AP_RPM: removed create() method for objects
See discussion here:

  https://github.com/ArduPilot/ardupilot/issues/7331

we were getting some uninitialised variables. While it only showed up in
AP_SbusOut, it means we can't be sure it won't happen on other objects,
so safest to remove the approach

Thanks to assistance from Lucas, Peter and Francisco
2017-12-14 08:12:28 +11:00
..
examples/RPM_generic AP_RPM: removed create() method for objects 2017-12-14 08:12:28 +11:00
AP_RPM.cpp AP_RPM: support RPM input on any AUX pin 2017-04-04 16:33:45 +10:00
AP_RPM.h AP_RPM: removed create() method for objects 2017-12-14 08:12:28 +11:00
RPM_Backend.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
RPM_Backend.h AP_RPM: support RPM input on any AUX pin 2017-04-04 16:33:45 +10:00
RPM_PX4_PWM.cpp AP_RPM: replace board ifdef with feature ifdef 2017-03-24 12:06:19 +11:00
RPM_PX4_PWM.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
RPM_Pin.cpp AP_RPM: fixed build for aero-fc 2017-04-07 17:45:10 +10:00
RPM_Pin.h AP_RPM: support RPM input on any AUX pin 2017-04-04 16:33:45 +10:00
RPM_SITL.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
RPM_SITL.h Global: remove mode line from headers 2016-10-24 09:42:01 -02:00