ardupilot/libraries/AP_BattMonitor
Randy Mackay dcc4f69f7c AP_BattMonitor: confirm pec support before attempting to read voltage
Previously we checked PEC support continuously at 10hz.  With this change PEC support (or lack of support) is determined first before we try to read from the battery.  Once determined, we do not repeat the checks.
Also simplified logic to determine PEC support based on version (should have no functional effect)
Also renamed get_pec_support to check_pec_support
Also renamed _pec_confirm to _pec_confirmed
2017-03-30 10:34:45 +09:00
..
examples/AP_BattMonitor_test AP_BattMonitor: example sketch uses Solo battery 2017-02-09 09:21:55 +09:00
AP_BattMonitor_Analog.cpp Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
AP_BattMonitor_Analog.h AP_BattMonitor: add default PM definitions for Navio boards 2016-12-01 05:41:37 -08:00
AP_BattMonitor_Backend.cpp AP_BattMonitor: remove Bebop fixed capacity 2016-10-24 09:24:11 -03:00
AP_BattMonitor_Backend.h AP_BattMonitor: remove Bebop fixed capacity 2016-10-24 09:24:11 -03:00
AP_BattMonitor_Bebop.cpp AP_BattMonitor: remove Bebop fixed capacity 2016-10-24 09:24:11 -03:00
AP_BattMonitor_Bebop.h AP_BattMonitor: add override specifier to Bebop 2017-02-09 08:35:12 +09:00
AP_BattMonitor_SMBus_Maxell.cpp AP_BattMonitor: confirm pec support before attempting to read voltage 2017-03-30 10:34:45 +09:00
AP_BattMonitor_SMBus_Maxell.h AP_BattMonitor: confirm pec support before attempting to read voltage 2017-03-30 10:34:45 +09:00
AP_BattMonitor_SMBus_Solo.cpp AP_BattMonitor: I2C driver becomes Solo driver 2017-02-09 10:44:50 +09:00
AP_BattMonitor_SMBus_Solo.h AP_BattMonitor: I2C driver becomes Solo driver 2017-02-09 10:44:50 +09:00
AP_BattMonitor_SMBus.h AP_BattMonitor: remove PX4 driver 2017-02-09 10:45:01 +09:00
AP_BattMonitor.cpp AP_BattMonitor: fix param description 2017-02-15 20:01:59 +10:00
AP_BattMonitor.h AP_BattMonitor: remove PX4 driver 2017-02-09 10:45:01 +09:00