Laser Sensing Display for UI interfaces in the real world

Dependencies:   mbed

Fork of skinGames_forktest by Alvaro Cassinelli

Revision:
37:fa6b1f15819f
Parent:
34:1244fa3f2559
Child:
38:9b522ef2c519
--- a/hardwareIO/lockin.cpp	Wed Mar 13 11:38:48 2013 +0000
+++ b/hardwareIO/lockin.cpp	Wed Mar 13 12:29:37 2013 +0000
@@ -44,7 +44,7 @@
 }
 
 void Lockin::setADC_forLockin(int mode) {
-    if (mode>0) {
+    if (mode>0) { // ADC BURST MODE:
     adc.startmode(0,0);
     adc.burst(1);
     adc.setup(LOCKIN_ADC_PIN, 1);