mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
c8befe4536
this fixes several problems with reading analog sources: - we were getting poor values because we didn't wait long enough for an analog source to settle - we wasted a lot of CPU cycles waiting for conversions - we were not taking averages over many samples, which we did with the old AP_ADC driver on the APM1 |
||
---|---|---|
.. | ||
AnalogSource.h | ||
AP_AnalogSource_ADC.cpp | ||
AP_AnalogSource_ADC.h | ||
AP_AnalogSource_Arduino.cpp | ||
AP_AnalogSource_Arduino.h | ||
AP_AnalogSource.h |