This is the device firmware for the imagingBoard on the DIY 3D Printable Raspberry Pi Raman Spectrometer. For more details please visit: http://hackaday.io/project/1279

Dependencies:   mbed

Revision:
7:0f8b3da4fb24
Parent:
6:fe473ca8b625
Child:
8:5fcd8a2149f0
--- a/main.cpp	Tue Aug 19 06:48:45 2014 +0000
+++ b/main.cpp	Tue Aug 19 07:09:07 2014 +0000
@@ -18,8 +18,8 @@
 
 int masterFreq_period       = 20;      //microseconds
 int masterFreq_width        = 10;      //microseconds
-int shiftGate_period        = 60;    //microseconds
-int shiftGate_width         = 30;    //microseconds
+int shiftGate_period        = 80;    //microseconds
+int shiftGate_width         = 40;    //microseconds
 
 int none        = 0;
 int veryLow     = 1;