Example controlling galvanomirrors (X and Y) using the spi DAC MCP4922 and the new platform FRDM_K64F

Dependencies:   mbed

Revision:
5:cea6da0fe2f0
Parent:
4:1428775752f7
diff -r 1428775752f7 -r cea6da0fe2f0 main.cpp
--- a/main.cpp	Wed Dec 10 07:22:41 2014 +0000
+++ b/main.cpp	Wed Dec 10 08:55:56 2014 +0000
@@ -102,7 +102,7 @@
   else if (val=='C') {     
     stringData[indexStringData] = 0 ;
     if(atoi(stringData)>0) {
-   IO.drawCircle(2048, 2048, 1500, 1000, int(atoi(stringData)));
+   IO.drawCircle(2048, 2048, 1200, 2000, int(atoi(stringData)));
    }
     indexStringData=0;
   }