Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 0:87415e84d72f, committed 2010-10-26
- Comitter:
- marcuss421
- Date:
- Tue Oct 26 01:38:56 2010 +0000
- Child:
- 1:febf41cc26a6
- Commit message:
- this one works dude
Changed in this revision
--- /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