David Fletcher / Mbed 2 deprecated CC3000WebServer

Dependencies:   mbed

Revision:
2:e6a185df9e4c
Parent:
1:7a4efebd6e44
--- a/Board/Wheel.cpp	Sat Sep 14 22:34:00 2013 +0000
+++ b/Board/Wheel.cpp	Mon Sep 16 18:37:14 2013 +0000
@@ -111,7 +111,7 @@
     positionData = ((LPC_ADC->ADGDR >> 4) & 0xFFF);         /* read converted value */
                                                    /* read value needs scaling*/
     LPC_ADC->ADCR &= ~(7<<24);                     /* stop conversion */
-    printf("ADC Value %i\r\n",positionData);
+    //printf("ADC Value %i\r\n",positionData);
     //measure ADC value
     //ADC12IE = 0x01;                                    // Enable interrupt
     //ADC12CTL0 |= ADC12SC;                              // Start sampling/conversion