Generation 3 of the Harp project

Dependencies:   Servo TMP36 GZ buffered-serial1 chan_fatfs_sd nmea_parser watchdog mbed-rtos mbed

Fork of HARP2 by Tyler Weaver

Revision:
24:7477105103e5
Parent:
22:becb67846755
Child:
26:85cdb1031eb1
--- a/config.h	Thu Dec 13 23:56:31 2012 +0000
+++ b/config.h	Mon Dec 17 23:42:34 2012 +0000
@@ -1,3 +1,8 @@
+// file containing configuration values
+
+#ifndef HARP_CONFIG_H
+#define HARP_CONFIG_H
+
 #define WAIT_FOR_LOCK   1 // set to 1 to not open log file until gps lock
 #define UNLOCK_ON_FALL  0 // set to 1 to not signal parachute untill falling
 
@@ -10,4 +15,6 @@
 const float distance_fudge_km = 0.1; // stop turning if within distance_fudge km
 
 const float BAT_GPS_MUL = 15.51;
-const float BAT_MBED_MUL = 10.26;
\ No newline at end of file
+const float BAT_MBED_MUL = 10.26;
+
+#endif
\ No newline at end of file