Board specific Buttons driver header for the Atmel XMEGA B1 Xplained. More...
Macros | |
| #define | BUTTONS_BUTTON1 (1 << 0) |
| #define | BUTTONS_BUTTON2 (1 << 1) |
| #define | BUTTONS_BUTTON3 (1 << 2) |
| #define | BUTTONS_BUTTON4 (1 << 3) |
Board specific Buttons driver header for the Atmel XMEGA B1 Xplained.
| Name | Info | Active Level | Port Pin |
|---|---|---|---|
| BUTTONS_BUTTON1 | Touch CS0 Button | Low | PORTE.0 |
| BUTTONS_BUTTON2 | Touch CS1 Button | Low | PORTE.1 |
| BUTTONS_BUTTON3 | Touch CS2 Button | Low | PORTE.2 |
| BUTTONS_BUTTON4 | Touch CS3 Button | Low | PORTE.3 |
| #define BUTTONS_BUTTON1 (1 << 0) |
Button mask for the first button on the board.
| #define BUTTONS_BUTTON2 (1 << 1) |
Button mask for the second button on the board.
| #define BUTTONS_BUTTON3 (1 << 2) |
Button mask for the third button on the board.
| #define BUTTONS_BUTTON4 (1 << 3) |
Button mask for the fourth button on the board.