Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
takuya
Date:
Sun Apr 04 04:56:39 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	Sun Apr 04 04:56:39 2010 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+unsigned char i;
+
+BusOut leds(LED4, LED3, LED2, LED1);
+
+int main() {
+    while(1) {
+        leds = leds+1;
+        wait(0.5);
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sun Apr 04 04:56:39 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/32af5db564d4