Board specific Buttons driver header for the Atmel XMEGA A3BU Xplained. More...
#include <avr/io.h>Macros | |
| #define | BUTTONS_BUTTON1 (1 << 5) |
| #define | BUTTONS_BUTTON2 (1 << 1) |
| #define | BUTTONS_BUTTON3 (1 << 2) |
Board specific Buttons driver header for the Atmel XMEGA A3BU Xplained.
| Name | Info | Active Level | Port Pin |
|---|---|---|---|
| BUTTONS_BUTTON1 | SW0 Button | Low | PORTE.5 |
| BUTTONS_BUTTON2 | SW1 Button | Low | PORTF.1 |
| BUTTONS_BUTTON3 | SW2 Button | Low | PORTF.2 |