BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
21:f0cf4173ecdb
Parent:
16:5c3d61584f51
Child:
23:298a1314fc81
--- a/include/cJeu.h	Wed Apr 13 15:39:11 2016 +0000
+++ b/include/cJeu.h	Thu Apr 14 12:50:25 2016 +0000
@@ -9,6 +9,7 @@
 #include "cLigne.h"
 #include "cCollision.h"
 #include "cSPI.h"
+#include "cBoussole.h"
 
 class cJeu 
 {
@@ -16,10 +17,15 @@
     cMatrice *_mat;
     cForme *_ptrForme;
     cSPI _spi;
+    cBoussole *_boussole;
+    ////////////////////////////////////////////////////
+Ticker tick;
+    //InterruptIn _interrupt;
     unsigned char _score;    
     public:
     // CONSTRUCTEURS
     cJeu();
+    cJeu(unsigned char, unsigned char);
     // DESTRUCTEUR
     ~cJeu();
     // SETTERS