ardupilot/APMrover2
Stewart Loving-Gibbard a315b980bf Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more.
* Retains ability to read from Analog Pin
* Adds ability to read RSSI from PWM channel value as is done in OpenLRSng, EazyUHF, and various other LRS.
* Handles any type of RSSI that provides RSSI values inverted - i.e. when the low value is the best signal and the high value is the worst signal.
* Has different key names from all existing RSSI parameters to provide for a clean break and easier distinguishing.
* Existing parameters are marked as obsolete
2015-08-29 08:05:59 +10:00
..
APM_Config.h Rover: major restructuring 2013-02-08 09:21:22 +11:00
APMrover2.cpp Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
GCS_Mavlink.cpp Rover: sanity check ROI target 2015-08-27 15:15:59 +09:00
Log.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
Makefile Rover Makefile: don't include targets.mk directly (included by apm.mk) 2013-01-09 13:15:53 -08:00
Parameters.cpp Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
Parameters.h Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
Parameters.pde Rover: added blank Parameters.pde for MissionPlanner 2015-05-30 15:21:29 +09:00
Rover.cpp Rover: bring rover mission callback inline with copter and plane 2015-08-19 15:26:32 +10:00
Rover.h Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
Steering.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
capabilities.cpp Rover: init vehicle capabilities 2015-08-01 09:35:46 +09:00
commands.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
commands_logic.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
commands_process.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
compat.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
compat.h Rover: coversion to class now complete 2015-05-21 07:48:48 +10:00
config.h Rover: fix for HAL_SITL rename 2015-05-05 09:45:57 +10:00
control_modes.cpp Rover: Merged a bug fix from Plane. 2015-07-22 21:27:36 +10:00
createTags APMrover v2.0 - tested on Traxxas Monster Jam Grinder XL-5 3602 2012-04-30 09:17:14 +02:00
defines.h Rover: removed NOINLINE define 2015-05-21 09:35:40 +10:00
events.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
failsafe.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
make.inc Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
navigation.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
nocore.inoflag Rover: added nocore.inoflag 2012-12-20 14:52:35 +11:00
radio.cpp Rover: fixed bug when reverse throttle would increase speed in AUTO 2015-08-06 17:11:53 +10:00
release-notes.txt Rover: Release 2.50! 2015-06-19 14:24:05 +10:00
sensors.cpp Rover: Moving to RSSI library for reading various kinds of RSSI, with the possibility of adding more. 2015-08-29 08:05:59 +10:00
setup.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00
system.cpp Rover: update severity values 2015-08-25 14:04:40 +09:00
test.cpp Rover: fixed build of .cpp files 2015-05-21 07:48:49 +10:00