ardupilot/libraries/AP_BattMonitor
Iampete1 6e6fcf4880 AP_BattMonitor: params always use set method 2022-08-03 13:43:48 +01:00
..
tests AP_BattMonitor: Add calculate_mah, add unit tests 2021-12-22 07:52:03 +11:00
AP_BattMonitor.cpp AP_BattMonitor: make healthy() check all configured monitors 2022-06-24 11:13:16 +10:00
AP_BattMonitor.h AP_BattMonitor: make healthy() check all configured monitors 2022-06-24 11:13:16 +10:00
AP_BattMonitor_Analog.cpp AP_BattMonitor: fixed battery remaining of sum battery 2022-03-23 20:21:38 +11:00
AP_BattMonitor_Analog.h
AP_BattMonitor_Backend.cpp AP_BattMonitor: allow INA2xx battery monitors to be powered after boot 2022-06-24 11:13:16 +10:00
AP_BattMonitor_Backend.h AP_BattMonitor: tidy includes 2022-05-03 09:14:58 +10:00
AP_BattMonitor_Bebop.cpp AP_BattMonitor: Change from division to multiplication 2022-03-16 18:41:52 +11:00
AP_BattMonitor_Bebop.h
AP_BattMonitor_ESC.cpp
AP_BattMonitor_ESC.h
AP_BattMonitor_FuelFlow.cpp
AP_BattMonitor_FuelFlow.h
AP_BattMonitor_FuelLevel_PWM.cpp
AP_BattMonitor_FuelLevel_PWM.h
AP_BattMonitor_Generator.cpp
AP_BattMonitor_Generator.h
AP_BattMonitor_INA2xx.cpp AP_BattMonitor: allow INA2xx battery monitors to be powered after boot 2022-06-24 11:13:16 +10:00
AP_BattMonitor_INA2xx.h AP_BattMonitor: allow INA2xx battery monitors to be powered after boot 2022-06-24 11:13:16 +10:00
AP_BattMonitor_LTC2946.cpp AP_BattMonitor: fixed battery remaining of sum battery 2022-03-23 20:21:38 +11:00
AP_BattMonitor_LTC2946.h
AP_BattMonitor_Logging.cpp
AP_BattMonitor_Params.cpp AP_BattMonitor: added option to send resting voltage to GCS 2022-03-22 11:12:54 +11:00
AP_BattMonitor_Params.h AP_BattMonitor: added option to send resting voltage to GCS 2022-03-22 11:12:54 +11:00
AP_BattMonitor_SMBus.cpp AP_BattMonitor: params always use set method 2022-08-03 13:43:48 +01:00
AP_BattMonitor_SMBus.h
AP_BattMonitor_SMBus_Generic.cpp AP_BattMonitor: zero-terminate strings in caller rather than read_block 2022-05-03 07:11:45 +10:00
AP_BattMonitor_SMBus_Generic.h AP_BattMonitor: zero-terminate strings in caller rather than read_block 2022-05-03 07:11:45 +10:00
AP_BattMonitor_SMBus_Maxell.h
AP_BattMonitor_SMBus_NeoDesign.cpp
AP_BattMonitor_SMBus_NeoDesign.h
AP_BattMonitor_SMBus_Rotoye.cpp AP_BattMonitor: make C_TO_KELVIN a function macro; create KELVIN_TO_C 2022-01-13 18:31:46 +11:00
AP_BattMonitor_SMBus_Rotoye.h
AP_BattMonitor_SMBus_SUI.cpp AP_BattMonitor: fixed a segv with BATT_MONITOR=14 2021-12-29 10:51:35 +11:00
AP_BattMonitor_SMBus_SUI.h
AP_BattMonitor_SMBus_Solo.cpp AP_BattMonitor: Change from division to multiplication 2022-03-16 18:41:52 +11:00
AP_BattMonitor_SMBus_Solo.h
AP_BattMonitor_Sum.cpp AP_BattMonitor: fixed battery remaining of sum battery 2022-03-23 20:21:38 +11:00
AP_BattMonitor_Sum.h
AP_BattMonitor_Torqeedo.cpp
AP_BattMonitor_Torqeedo.h
AP_BattMonitor_UAVCAN.cpp AP_BattMonitor: fixed battery remaining of sum battery 2022-03-23 20:21:38 +11:00
AP_BattMonitor_UAVCAN.h AP_BattMonitor: UAVCAN switch to CURR_MULT 2022-01-25 13:55:31 +09:00
LogStructure.h