7Robot_Freescale / Mbed 2 deprecated freescal_cup_k22f

Dependencies:   mbed freescal_cup_k22f

Dependents:   freescal_cup_k22f

Revision:
8:8f886cd6a59f
Parent:
1:49100fa5e278
Child:
9:43c8e6d6724d
--- a/source/main.cpp	Tue Jan 13 15:51:53 2015 +0000
+++ b/source/main.cpp	Tue Jan 13 16:18:03 2015 +0000
@@ -30,16 +30,14 @@
     while(1){
         
         readline();
-        
         passebas();
         
-        uart.printf("S");
+        uart.printf("S");//debug START
         for (int indice_pixel=0; indice_pixel<128; indice_pixel++)   
         {
             uart.printf("%d,",pixel[indice_pixel]);
         }
-        uart.printf("E");
-        //uart.printf("\n\r");
+        uart.printf("E");//debug END
         
         for (int j=indexMin; j<indexMax; j++)
         {