Pololu3piPlus32U4 library
|
Interfaces with button A on the 3pi+ 32U4. More...
#include <Pololu3piPlus32U4Buttons.h>
Public Member Functions | |
virtual bool | isPressed () |
void | waitForPress () |
void | waitForRelease () |
void | waitForButton () |
bool | getSingleDebouncedPress () |
bool | getSingleDebouncedRelease () |
Static Public Attributes | |
static const uint8_t | buttonAPin = 14 |
The pin number for the pin connected to button A on the 3pi+ 32U4. More... | |
Interfaces with button A on the 3pi+ 32U4.
Definition at line 16 of file Pololu3piPlus32U4Buttons.h.
|
static |
The pin number for the pin connected to button A on the 3pi+ 32U4.
Definition at line 20 of file Pololu3piPlus32U4Buttons.h.