AP_Scripting: add reset_remianing battery binding

This commit is contained in:
Iampete1 2021-03-26 20:14:43 +00:00 committed by Andrew Tridgell
parent 9fdceeded3
commit 82228469c8
1 changed files with 1 additions and 0 deletions

View File

@ -71,6 +71,7 @@ singleton AP_BattMonitor method has_failsafed boolean
singleton AP_BattMonitor method overpower_detected boolean uint8_t 0 ud->num_instances()
singleton AP_BattMonitor method get_temperature boolean float'Null uint8_t 0 ud->num_instances()
singleton AP_BattMonitor method get_cycle_count boolean uint8_t 0 ud->num_instances() uint16_t'Null
singleton AP_BattMonitor method reset_remaining boolean uint8_t 0 ud->num_instances() float 0 100
include AP_GPS/AP_GPS.h