Mini projet LOO

Dependencies:   mbed APDS_9960 mbed-rtos

Dependents:   MoveYourTetris_OK

Home du projet

Revision:
9:6f3d8b714a59
Parent:
7:4b283e36b147
Child:
10:9ef3f520ff6c
diff -r 92d0c4961a16 -r 6f3d8b714a59 src/cLed.cpp
--- a/src/cLed.cpp	Wed Apr 06 15:41:24 2016 +0000
+++ b/src/cLed.cpp	Wed Apr 06 21:53:55 2016 +0000
@@ -46,19 +46,6 @@
 
 void cLed::allumer(unsigned char c) {
 	_couleur = c;
-	/*DigitalOut cs(p14);
-	 SPI point(p11,p12,p13);
-	 cs=0;
-	 wait(0.5);
-	 for(char i=0; i<_positionX; i++)
-	 {
-	 for(char j=0; j<_positionY; j++)
-	 {
-	 point.write(c);
-	 }
-	 }
-	 wait(0.5);
-	 cs=1;*/
 }
 
 void cLed::eteindre() {