#define PULLUP HIGH #define PULLDOWN LOW Button(uint8_t switchPin, uint8_t switchMode=PULLDOWN); void pullup(); void pulldown(); bool isPressed();