arduino stuffs
Diffstat (limited to 'steer/buttons.h')
| -rw-r--r-- | steer/buttons.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/steer/buttons.h b/steer/buttons.h index 2b0f12d..dcef935 100644 --- a/steer/buttons.h +++ b/steer/buttons.h @@ -4,8 +4,8 @@ namespace Controller { // #define MODE_STEERING_WHEEL #define MODE_GAMEPAD -// #define GAMEPAD_USE_TRIGGERS -#define GAMEPAD_USE_BUTTONS +#define GAMEPAD_USE_TRIGGERS +// #define GAMEPAD_USE_BUTTONS /// @brief sets up the pins void begin(); @@ -13,4 +13,4 @@ void begin(); /// @brief reads the pins, and sends it to the computer void send(); }; // namespace Controller -#endif
\ No newline at end of file +#endif |