df

Dependencies:   mbed

Fork of APP1 by Team APP

Revision:
13:bb9669053eb3
Parent:
2:b8a20f7e2912
Child:
21:a111be2582be
--- a/SPIDisplayer.cpp	Sun Jan 15 19:46:10 2017 +0000
+++ b/SPIDisplayer.cpp	Mon Jan 16 00:06:45 2017 +0000
@@ -39,8 +39,6 @@
     wait(0.001);
     device.write(FLOATING_POINT_DOT_POSITION);
     wait(0.001);
-    
-    printf("Angle displayed\n");
 }
 
 void SPIDisplayer::reset()
@@ -51,6 +49,4 @@
     wait(0.001);
     device.write(MOST_LEFT_DIGIT_POSITION);
     wait(0.001);
-    
-    printf("Cursor reset\n");
 }
\ No newline at end of file