BastatDoreau / Mbed 2 deprecated MoveYourTetris

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Revision:
35:7aef0bbdf335
Parent:
9:6f3d8b714a59
Child:
36:f58a566595ad
diff -r 3f8df7ccfcbc -r 7aef0bbdf335 include/cSPI.h
--- a/include/cSPI.h	Fri Apr 22 11:28:37 2016 +0000
+++ b/include/cSPI.h	Fri Apr 22 13:49:03 2016 +0000
@@ -32,9 +32,9 @@
     void setMode(unsigned int mode);
     void setBits(unsigned char bits);
     // METHODES
-    void initSPI(unsigned int frequence, unsigned int bits, unsigned int mode);
+    void initSPI(unsigned int frequence);
     int envoyerMatrice(cMatrice &); // Renvoi la reponse SPI
-
+    void setNbMatrice(unsigned int nb);
 
 };