Moved to Team 9.

Fork of LineScan by Nicholas Gan

Revision:
26:5e70edee216d
Parent:
25:8357ee048ad3
Child:
27:173b2f564143
--- a/LineScan.cpp	Mon Apr 27 23:20:37 2015 +0000
+++ b/LineScan.cpp	Tue Apr 28 01:05:47 2015 +0000
@@ -1,10 +1,10 @@
 #include "LineScan.h"
 #include <string.h>
 
-#define THRESH 5000
+#define THRESH 4000
 
 #define MEAN_REF 10000      //ideal mean we should see
-#define CAM_CTRL_GAIN 0.0003 //should be small
+#define CAM_CTRL_GAIN 0.002 //should be small
 
 #define NEUTRAL 0
 #define FIND_PEAK 1