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
Diff: param.h
- Revision:
- 0:d7b2716c5a4f
- Child:
- 8:6b4a6bcd7694
diff -r 000000000000 -r d7b2716c5a4f param.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/param.h Fri Mar 06 22:13:58 2015 +0000 @@ -0,0 +1,8 @@ +#define SAMPLE_LENGTH 1000 +#define SAMPLE_RATE 10000 +#define SIN_LENGTH 500 +#define OUTAVG_LENGTH 100 +#define CARRIER_FREQ 220 +#define TIME_CONST 0.0001 +#define PI 3.14159265 +#define NUM_TAPS 513 \ No newline at end of file