- Note
- There are multiple supported Micropendous boards, compile with
BOARD = MICROPENDOUS_{VERSION}
.
Board specific Buttons driver header for the Micropendous 32U2 (https://code.google.com/p/micropendous/wiki/Micropendous_32U2).BOARD_MICROPENDOUS_1 and BOARD_MICROPENDOUS_32U2:
Name | Info | Active Level | Port Pin |
BUTTONS_BUTTON1 | HWB Button | Low | PORTD.7 |
Other Revisions:
Name | Info | Active Level | Port Pin |
BUTTONS_BUTTON1 | HWB Button | Low | PORTE.2 |
- Note
- This file should not be included directly. It is automatically included as needed by the Buttons driver dispatch header located in LUFA/Drivers/Board/Buttons.h.