mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-03-27 17:44:16 +08:00
7 lines
307 B
Plaintext
7 lines
307 B
Plaintext
float32 voltage5V_v # peripheral 5V rail voltage
|
|
uint8 usb_connected # USB is connected when 1
|
|
uint8 brick_valid # brick power is good when 1
|
|
uint8 servo_valid # servo power is good when 1
|
|
uint8 periph_5V_OC # peripheral overcurrent when 1
|
|
uint8 hipower_5V_OC # hi power peripheral overcurrent when 1
|