nikunj agrawal / Mbed 2 deprecated frdm_gpio

Dependencies:   mbed

Files at this revision

API Documentation at this revision

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