Dependencies:   mbed

Files at this revision

API Documentation at this revision

Comitter:
tim008
Date:
Mon Mar 03 08:32:40 2014 +0000
Commit message:
LV1-PAI-Grupa1-tim008

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 Mar 03 08:32:40 2014 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+BusOut myleds(LED1, LED2, LED3);
+ 
+int main() {
+    while(1) {
+        for(int i=0; i<16; i++) {
+            myleds = i;
+            wait(0.25);
+        }
+    }
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Mon Mar 03 08:32:40 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/8e73be2a2ac1
\ No newline at end of file