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.
Diff: UM12.cpp
- Revision:
- 1:84430ccc5662
- Parent:
- 0:18297993986b
- Child:
- 2:f2cf3a42e690
- Child:
- 3:22a375fbcb3a
--- a/UM12.cpp Tue Jul 19 17:09:58 2011 +0000
+++ b/UM12.cpp Tue Jul 19 19:29:21 2011 +0000
@@ -8,6 +8,7 @@
if(rst != LED2) resetPin = new DigitalOut(rst);
else resetPin = 0;
baud(1200);
+ format(8, Serial::Even, 1);
}
UM12::~UM12()