Revision:
0:7ddfc2e4391a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Feb 02 04:05:31 2012 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+BusOut leds(LED1,LED2,LED3,LED4);
+
+int main() {
+    leds=0;
+    while(1){
+        leds=leds+1;
+    }
+}
\ No newline at end of file