Senior_Design_Sailboat / Mbed 2 deprecated ECE4012_Sailboat

Dependencies:   mbed Servo SDFileSystem

Revision:
38:528e410f2f7d
Parent:
37:7a136279daf3
Child:
39:ef1a8055d744
--- a/Config.h	Sat Oct 17 08:27:54 2015 +0000
+++ b/Config.h	Sat Oct 24 06:41:00 2015 +0000
@@ -53,6 +53,8 @@
 extern double Longitude_Path[MAX_TASK_SIZE];
 extern double Latitude_Path[MAX_TASK_SIZE];
 extern Serial pc;
+extern Servo rudderServo;
+extern Servo wingServo;
 
 string decodeCommandGET(string cmd);
 string decodeCommandSET(string cmd);