Balboa32U4 library
Classes | Macros
Balboa32U4Buttons.h File Reference
#include <Pushbutton.h>
#include <FastGPIO.h>
#include <USBPause.h>
#include <util/delay.h>

Go to the source code of this file.

Classes

class  Balboa32U4ButtonA
 Interfaces with button A on the Balboa 32U4. More...
 
class  Balboa32U4ButtonB
 Interfaces with button B on the Balboa 32U4. More...
 
class  Balboa32U4ButtonC
 Interfaces with button C on the Balboa 32U4. More...
 

Macros

#define BALBOA_32U4_BUTTON_A   14
 
#define BALBOA_32U4_BUTTON_B   IO_D5
 
#define BALBOA_32U4_BUTTON_C   17
 

Macro Definition Documentation

◆ BALBOA_32U4_BUTTON_A

#define BALBOA_32U4_BUTTON_A   14

The pin number for the pin connected to button A on the Balboa 32U4.

Definition at line 13 of file Balboa32U4Buttons.h.

◆ BALBOA_32U4_BUTTON_B

#define BALBOA_32U4_BUTTON_B   IO_D5

The pin number for the pin connected to button B on the Balboa 32U4.

Definition at line 16 of file Balboa32U4Buttons.h.

◆ BALBOA_32U4_BUTTON_C

#define BALBOA_32U4_BUTTON_C   17

The pin number for the pin conencted to button C on the Balboa 32U4.

Definition at line 19 of file Balboa32U4Buttons.h.