This is the code we showed at Uncraftivism

Dependencies:   mbed

Revision:
0:57f4fdadc97f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Nov 20 14:40:48 2009 +0000
@@ -0,0 +1,30 @@
+
+#include "mbed.h"
+#include "ucam.h"
+#include "Servo.h"
+
+
+
+
+LocalFileSystem local("local");
+//UCam ucam(p13, p14);
+
+
+void UCamInit();
+Frame* UCamGetDiff( );
+
+
+
+int main() {
+   
+
+   
+    UCamInit();
+    while( true )
+    {
+        UCamGetDiff();
+    }
+       
+}
+
+