Kildekode til robot

Dependencies:   mbed

Fork of PRO1 by E2016-S1-Team5

Files at this revision

API Documentation at this revision

Comitter:
kimnielsen
Date:
Mon Oct 31 10:00:46 2016 +0000
Parent:
0:d3dbe632b1a9
Commit message:
added double

Changed in this revision

robot.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/robot.cpp	Mon Oct 31 09:57:07 2016 +0000
+++ b/robot.cpp	Mon Oct 31 10:00:46 2016 +0000
@@ -44,6 +44,11 @@
 #define third_x = 7
 #define third_y = 1
 
+double distcalc(double, double)
+{
+    
+}
+
 Timer t; // define a timer t
 Serial pc(USBTX, USBRX); // not used here because we only have one serial
 // connection