#include "chip.h"
#include "board_api.h"
Go to the source code of this file.
#define BOARD_NXP_LPCXPRESSO_1125 |
#define BUTTONS_BUTTON1 0x01 /* WAKE button */ |
BUTTON defines
Definition at line 89 of file board.h.
#define BUTTONS_BUTTON2 0x02 /* ISP button */ |
LED defines
Definition at line 82 of file board.h.
#define NO_BUTTON_PRESSED 0x00 |
void Board_Buttons_Init |
( |
void |
| ) |
|
Initialize buttons on the board.
- Returns
- Nothing
Definition at line 164 of file board.c.
uint32_t Buttons_GetStatus |
( |
void |
| ) |
|
Get button status.
- Returns
- status of button
Definition at line 170 of file board.c.