You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# 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
|
|
|