The official code that runs on the FRDM board for the chlorine sensor.

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed GSM_Library

Fork of DCS by Brandon Crofts

Revision:
8:6b4a6bcd7694
Parent:
0:d7b2716c5a4f
Child:
14:97611177509b
--- a/param.h	Fri Mar 06 22:36:44 2015 +0000
+++ b/param.h	Tue Mar 24 17:04:31 2015 +0000
@@ -1,4 +1,4 @@
-#define SAMPLE_LENGTH       1000 
+#define SAMPLE_LENGTH       6000 
 #define SAMPLE_RATE         10000
 #define SIN_LENGTH          500
 #define OUTAVG_LENGTH       100