ESE 519_ SONIC_ 7 APRIL

Dependencies:   include mbed 3DAudio

Files at this revision

API Documentation at this revision

Comitter:
niv17
Date:
Tue Apr 07 21:12:17 2015 +0000
Commit message:
mbed ese 519

Changed in this revision

include.lib Show annotated file Show diff for this revision Revisions of this file
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
src.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include.lib	Tue Apr 07 21:12:17 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/niv17/code/include/#5347612e39a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Apr 07 21:12:17 2015 +0000
@@ -0,0 +1,12 @@
+#include "mbed.h"
+
+DigitalOut myled(LED1);
+
+int main() {
+    while(1) {
+        myled = 1;
+        wait(0.2);
+        myled = 0;
+        wait(0.2);
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Apr 07 21:12:17 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src.lib	Tue Apr 07 21:12:17 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/niv17/code/3DAudio/#2076b4d80327