Christopher Bradford / Mbed 2 deprecated ASEE-2014

Dependencies:   LineFollower Motor mbed

Fork of ASEE-2014 by Bill Bonner

Files at this revision

API Documentation at this revision

Comitter:
blu12758
Date:
Tue Feb 18 04:15:00 2014 +0000
Child:
1:e3e60c4d6f0a
Commit message:
First Commit

Changed in this revision

LineFollower.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/LineFollower.lib	Tue Feb 18 04:15:00 2014 +0000
@@ -0,0 +1,1 @@
+LineFollower#2623af9e8ef3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Feb 18 04:15:00 2014 +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 Feb 18 04:15:00 2014 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/a9913a65894f
\ No newline at end of file