Revision 0:ec1deafc715f, committed 2009-08-31
- Comitter:
- simon
- Date:
- Mon Aug 31 09:24:57 2009 +0000
- Commit message:
Changed in this revision
| 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/main.cpp Mon Aug 31 09:24:57 2009 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+
+Serial mc(9, 10);
+
+int main() {
+ mc.baud(19200);
+ mc.putc(0xC2);
+ mc.putc(0x7F);
+}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Aug 31 09:24:57 2009 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/fcb9359f0959
Simon Ford