uses pushing box to write to google spreadsheets

Dependencies:   GSM_PUSHING_BOX_STATE_MACHINE MBed_Adafruit-GPS-Library SDFileSystem mbed

Fork of DCS by DCS_TEAM

Committer:
bjcrofts
Date:
Tue Mar 24 17:04:31 2015 +0000
Revision:
8:6b4a6bcd7694
Parent:
0:d7b2716c5a4f
Child:
14:97611177509b
GSM Integration;

Who changed what in which revision?

UserRevisionLine numberNew 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 0:d7b2716c5a4f 8 #define NUM_TAPS 513