Carlo Collodi / kangaroo

Dependencies:   QEI mbed

Revision:
19:eb103ff74671
Parent:
18:fe35916655fa
Child:
20:97ab3d4c07b6
--- a/Master.cpp	Mon Nov 18 06:13:57 2013 +0000
+++ b/Master.cpp	Tue Nov 19 07:19:09 2013 +0000
@@ -1,5 +1,7 @@
 #include "mbed.h"
- 
+#include "geom.hpp"
 int main() {
 
+Point p1(1,2,3);
+
 }
\ No newline at end of file