Ardupilot2/libraries/AP_UAVCAN/dsdl/ardupilot/indication/20001.Button.uavcan
2019-09-10 16:22:33 +10:00

12 lines
250 B
Plaintext

#
# support for buttons on UAVCAN
# while a button is being pressed this message should be sent at 10Hz
uint8 BUTTON_SAFETY = 1
uint8 button
# number of 0.1s units the button has been pressed for. If over 255
# then send 255
uint8 press_time