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

Files at this revision

API Documentation at this revision

Comitter:
flatcat
Date:
Tue Aug 19 08:52:40 2014 +0000
Parent:
8:5fcd8a2149f0
Child:
10:f16d2d5bd04d
Commit message:
This works..;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Tue Aug 19 07:27:52 2014 +0000
+++ b/main.cpp	Tue Aug 19 08:52:40 2014 +0000
@@ -24,12 +24,13 @@
 int none        = 0;
 int veryLow     = 1;
 int low         = 100;
+int mediumLow   = 1000;
 int medium      = 100000;
 int high        = 1000000;
 int veryHigh    = 10000000;
 
 double imageData;
-int sensitivity             = none;
+int sensitivity             = mediumLow;
 int pixelTotal              = 3694;
 int leadingDummyElements    = 16;
 int leadShieldedElements    = 13;