works through pushing box to log data to google spreadsheet

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of GPR_Interface by DCS_TEAM

Revision:
11:045cb766d9a5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/param.h	Wed Oct 21 19:41:42 2015 +0000
@@ -0,0 +1,9 @@
+#define SAMPLE_LENGTH       6000 
+#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 FILTER_LENGTH       513
+#define DEC_FACTOR          2 
\ No newline at end of file