Go to the source code of this file.
Typedefs | |
typedef void(* | TButtonCallback) (int aButtonPresssed) |
Functions | |
void | EwBspInOutInitButton (TButtonCallback aButtonCallback) |
Configures one hardware button of the board used for demo applications. More... | |
void | EwBspInOutInitLed (void) |
Configures one LED of the board used for demo applications. More... | |
void | EwBspInOutLedOn (void) |
Switch LED on. More... | |
void | EwBspInOutLedOff (void) |
Switch LED off. More... | |
void | EwBspInOutEventHandler (int aEventId) |
The function EwBspInOutEventHandler is called from the touch screen driver in case of an input event. More... | |