aaa

Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
12f2025e
Date:
Mon Apr 28 07:33:59 2014 +0000
Commit message:
aa

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	Mon Apr 28 07:33:59 2014 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+ 
+BusOut leds(P1_13, P1_14, P1_22, P0_17, P0_18, P0_19, P1_15, P0_1);
+ 
+int main() {
+    while(1) {
+        leds = 0xff;
+        wait(0.3);
+        leds = 0;
+        wait(0.2);
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Apr 28 07:33:59 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/6473597d706e
\ No newline at end of file