recieveController

Dependents:   hayatoShooter

Revision:
1:445486d27613
Parent:
0:57fc300625c4
Child:
3:6287618256b5
--- a/recieveController.h	Fri Sep 01 11:18:24 2017 +0900
+++ b/recieveController.h	Fri Dec 01 18:15:58 2017 +0900
@@ -15,7 +15,7 @@
 public:
   recieveController (PinName tx,PinName rx,const uint8_t& id);
   void update();
-  int buttons[5];
+  int buttons[7];
 };