ardupilot/libraries/AP_ADC
Andrew Tridgell 47da2ec992 ADC: change adc.Ch() to return a float
this gives us a bit more precision in airspeed measurement, and costs
us virtually nothing as we are converting to float immediately after
getting the value
2011-12-12 15:14:55 +11:00
..
examples/AP_ADC_test AP_ADC: rework ADC library to use PeriodicProcess and ISR_Register 2011-11-25 20:00:16 -08:00
AP_ADC.cpp fixed inconsistent linefeeds in ADC code 2011-09-19 11:04:02 +10:00
AP_ADC.h ADC: change adc.Ch() to return a float 2011-12-12 15:14:55 +11:00
AP_ADC_ADS7844.cpp ADC: change adc.Ch() to return a float 2011-12-12 15:14:55 +11:00
AP_ADC_ADS7844.h ADC: change adc.Ch() to return a float 2011-12-12 15:14:55 +11:00
AP_ADC_HIL.cpp ADC: change adc.Ch() to return a float 2011-12-12 15:14:55 +11:00
AP_ADC_HIL.h ADC: change adc.Ch() to return a float 2011-12-12 15:14:55 +11:00
keywords.txt Moved APM_ADC to AP_ADC 2010-11-27 05:36:19 +00:00