Mark Horn / Mbed 2 deprecated New

Files at this revision

API Documentation at this revision

Comitter:
marcuss421
Date:
Tue Oct 26 01:38:56 2010 +0000
Child:
1:febf41cc26a6
Commit message:
this one works dude

Changed in this revision

Terminal.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/Terminal.lib	Tue Oct 26 01:38:56 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/Terminal/#85184c13476c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Oct 26 01:38:56 2010 +0000
@@ -0,0 +1,13 @@
+#include "mbed.h"
+
+#include "Terminal.h"
+
+Terminal term(USBTX, USBRX);
+
+AnalogIn voltage(p20);
+
+int main() {
+    while(1==1){
+        term.printf("(%f)", voltage.read());    
+    }
+}
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Tue Oct 26 01:38:56 2010 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/e2ac27c8e93e