works through pushing box to log data to google spreadsheet

Dependencies:   MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of GPR_Interface by DCS_TEAM

Committer:
DeWayneDennis
Date:
Wed Oct 21 19:41:42 2015 +0000
Revision:
11:045cb766d9a5
Changed GPR Interface to work with pushingbox

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DeWayneDennis 11:045cb766d9a5 1 #define SAMPLE_LENGTH 6000
DeWayneDennis 11:045cb766d9a5 2 #define SAMPLE_RATE 10000
DeWayneDennis 11:045cb766d9a5 3 #define SIN_LENGTH 500
DeWayneDennis 11:045cb766d9a5 4 #define OUTAVG_LENGTH 100
DeWayneDennis 11:045cb766d9a5 5 #define CARRIER_FREQ 220
DeWayneDennis 11:045cb766d9a5 6 #define TIME_CONST 0.0001
DeWayneDennis 11:045cb766d9a5 7 #define PI 3.14159265
DeWayneDennis 11:045cb766d9a5 8 #define FILTER_LENGTH 513
DeWayneDennis 11:045cb766d9a5 9 #define DEC_FACTOR 2