Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 0:47ca96fe741b, committed 2014-12-03
- Comitter:
- astronikunj
- Date:
- Wed Dec 03 08:43:45 2014 +0000
- Commit message:
- HGJFDYFJ
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	Wed Dec 03 08:43:45 2014 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+ 
+BusOut myleds(LED_RED, LED_GREEN);
+ 
+int main() {
+    while(1) {
+        for(int i=0; i<4; i++) {
+            myleds = i;
+            wait(3);
+        }
+    }
+}
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Wed Dec 03 08:43:45 2014 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/4fc01daae5a5 \ No newline at end of file