USB Host Shield 2.0
|
#include <PSBuzz.h>
Public Attributes | |
struct { | |
uint8_t red: 1 | |
uint8_t yellow: 1 | |
uint8_t green: 1 | |
uint8_t orange: 1 | |
uint8_t blue: 1 | |
} | btn [4] |
uint32_t | val: 20 |
Struct used to easily read the different buttons on the controllers
struct { ... } PSBUZZButtons::btn[4] |