File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
ardupilot/equipment/power Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ #
2+ # Battery tag information. This is broadcast by a battery tag device
3+ # permanently attached to a battery to record the lifecycle of the battery
4+ #
5+
6+ # vendor supplied serial number
7+ uint32 serial_number
8+
9+ # number of cycles this battery has been through. Criteria for
10+ # defining a cycle is vendor specific
11+ uint32 num_cycles
12+
13+ # number of hours that this battery has been running when
14+ # vehicle is in an armed state
15+ float32 armed_hours
16+
17+ # battery capacity in milliAmpHours
18+ uint32 battery_capacity_mAh
19+
20+ # time of first use of battery with vehicle armed, in minutes since 1/1/1970
21+ uint32 first_use_mins
22+
23+ # time of most recent change to armed state, in minutes since 1/1/1970
24+ uint32 last_arm_time_mins
You can’t perform that action at this time.
0 commit comments