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:
14:97611177509b
Parent:
8:6b4a6bcd7694
diff -r 6fa5239902e8 -r 97611177509b param.h
--- a/param.h	Sun Apr 12 03:09:47 2015 +0000
+++ b/param.h	Tue Apr 14 04:05:59 2015 +0000
@@ -5,4 +5,5 @@
 #define CARRIER_FREQ        220
 #define TIME_CONST          0.0001
 #define PI                  3.14159265
-#define NUM_TAPS            513 
\ No newline at end of file
+#define FILTER_LENGTH       513
+#define DEC_FACTOR          2 
\ No newline at end of file