its a template, it uses public code

Dependencies:   Glue MODSERIAL Scissors m3pi mbed

Files at this revision

API Documentation at this revision

Comitter:
hex705
Date:
Fri Jul 05 13:10:45 2013 +0000
Child:
1:71777756a0c2
Commit message:
first commit a template ;

Changed in this revision

Glue.lib Show annotated file Show diff for this revision Revisions of this file
MODSERIAL.lib Show annotated file Show diff for this revision Revisions of this file
Scissors.lib Show annotated file Show diff for this revision Revisions of this file
m3pi.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
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Glue.lib	Fri Jul 05 13:10:45 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/hex705/code/Glue/#d3119f23195f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MODSERIAL.lib	Fri Jul 05 13:10:45 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/AjK/code/MODSERIAL/#ae0408ebdd68
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Scissors.lib	Fri Jul 05 13:10:45 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/hex705/code/Scissors/#9a2752e26ac0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/m3pi.lib	Fri Jul 05 13:10:45 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/chris/code/m3pi/#4b7d6ea9b35b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Fri Jul 05 13:10:45 2013 +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	Fri Jul 05 13:10:45 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/b3110cd2dd17
\ No newline at end of file