Dependencies:   mbed lwip

Revision:
0:5cc73db8c7bb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Sep 19 07:49:19 2009 +0000
@@ -0,0 +1,15 @@
+#include "DemoBoard.h"
+
+/*
+ * This project uses a potentiometer to set the position of a Servo motor
+ */
+
+int main() {
+
+    while(1) {
+        servo=potx;
+    }
+
+}
+
+