arduino stuffs
Diffstat (limited to 'steer/buttons.h')
-rw-r--r--steer/buttons.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/steer/buttons.h b/steer/buttons.h
deleted file mode 100644
index dcef935..0000000
--- a/steer/buttons.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef BUTTONS_H
-#define BUTTONS_H
-
-namespace Controller {
-// #define MODE_STEERING_WHEEL
-#define MODE_GAMEPAD
-#define GAMEPAD_USE_TRIGGERS
-// #define GAMEPAD_USE_BUTTONS
-
-/// @brief sets up the pins
-void begin();
-
-/// @brief reads the pins, and sends it to the computer
-void send();
-}; // namespace Controller
-#endif