cyron

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
funax
Date:
Thu Apr 22 19:21:12 2010 +0000
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu Apr 22 19:21:12 2010 +0000
@@ -0,0 +1,29 @@
+#include "mbed.h"
+#define W 0.1
+DigitalOut led1(LED1);
+DigitalOut led2(LED2);
+DigitalOut led3(LED3);
+DigitalOut led4(LED4);
+int counter = 1;
+int main() {
+    while (1) {
+        led1 = 1;
+        wait(W);
+        led1 = 0;
+        led2 = 1;
+        wait(W);
+        led2 = 0;
+        led3 = 1;
+        wait(W);
+        led3 = 0;
+        led4 = 1;
+        wait(W);
+        led4 = 0;
+        led3 = 1;
+        wait(W);
+        led3 = 0;
+        led2 = 1;
+        wait(W);
+        led2 = 0;
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Thu Apr 22 19:21:12 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/49a220cc26e0