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
param.h@18:fcce48e94191, 2015-04-28 (annotated)
- Committer:
- es_marble
- Date:
- Tue Apr 28 03:04:48 2015 +0000
- Revision:
- 18:fcce48e94191
- Parent:
- 14:97611177509b
Updated TIME_CONST in GSM_Library to 1 second (this is how often the gsm_tick is called)
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
bjcrofts | 8:6b4a6bcd7694 | 1 | #define SAMPLE_LENGTH 6000 |
bjcrofts | 0:d7b2716c5a4f | 2 | #define SAMPLE_RATE 10000 |
bjcrofts | 0:d7b2716c5a4f | 3 | #define SIN_LENGTH 500 |
bjcrofts | 0:d7b2716c5a4f | 4 | #define OUTAVG_LENGTH 100 |
bjcrofts | 0:d7b2716c5a4f | 5 | #define CARRIER_FREQ 220 |
bjcrofts | 0:d7b2716c5a4f | 6 | #define TIME_CONST 0.0001 |
bjcrofts | 0:d7b2716c5a4f | 7 | #define PI 3.14159265 |
bjcrofts | 14:97611177509b | 8 | #define FILTER_LENGTH 513 |
bjcrofts | 14:97611177509b | 9 | #define DEC_FACTOR 2 |