Laser Sensing Display for UI interfaces in the real world

Dependencies:   mbed

Fork of skinGames_forktest by Alvaro Cassinelli

Revision:
38:9b522ef2c519
Parent:
37:fa6b1f15819f
--- a/hardwareIO/hardwareIO.cpp	Wed Mar 13 12:29:37 2013 +0000
+++ b/hardwareIO/hardwareIO.cpp	Wed Mar 13 12:44:09 2013 +0000
@@ -115,9 +115,7 @@
  //USING the adc library: 
     // unset fast adc for lockin, and set normal adc for conversion from analog input pin:
     lockin.setADC_forLockin(0);
-    adc.setup(POT_ANALOG_INPUT,1);
-
-    wait(1);
+   // wait(1);
 
     //Measure pin POT_ANALOG_INPUT
     adc.select(POT_ANALOG_INPUT);