pilot.keypad_state_t

Struct

An object of this type represents the current state of the keypad.

For each button there is a boolean member which is true when the button is pressed and false when it is not.

Fields

bool info_button
bool home_button
bool start_button
bool stop_button
bool break_release_button
bool digital_input[3]

An array entry is true if the corresponding digital input is active.