Carlo Collodi / kangaroo

Dependencies:   QEI mbed

Revision:
37:bf257a0154db
Parent:
23:112c0be5a7f3
Child:
43:68faf056ed5c
--- a/include/geom.hpp	Sun Nov 24 20:18:17 2013 +0000
+++ b/include/geom.hpp	Sun Nov 24 20:38:59 2013 +0000
@@ -11,6 +11,14 @@
         int y;
 };
 
+class Joints{
+    public:
+        Joints(float t1in, float t2in);
+        
+        float t1;
+        float t2;
+};
+
 class Point {
     public:
         Point(float xin, float yin, float thetain);