ELEC2645 (2018/19) / Mbed 2 deprecated el17ajf

Dependencies:   mbed

Fork of el17ajf by Angus Findlay

Revision:
25:bf47fe41883a
Parent:
22:0a474f074553
Child:
31:69fedaa9b171
--- a/Input/Input.h	Thu Apr 04 08:08:01 2019 +0000
+++ b/Input/Input.h	Thu Apr 04 15:53:06 2019 +0000
@@ -1,14 +1,8 @@
 #ifndef INPUT_H
 #define INPUT_H
 
-#include "Gamepad.h"
-
 namespace Input {
     enum Button {LEFT, RIGHT, UP, DOWN, START};
-    
-    void init();
-    void deinit();
-    void update();
     bool buttonHit(Button button);
 };
 #endif
\ No newline at end of file