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:91a51c5b8b55, committed 2018-02-05
- Comitter:
- TVA
- Date:
- Mon Feb 05 13:18:42 2018 +0000
- Commit message:
- Test
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 |
diff -r 000000000000 -r 91a51c5b8b55 main.cpp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp Mon Feb 05 13:18:42 2018 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+
+Serial device(PD_5,A0,9600);
+
+int main() {
+ device.format(8,SerialBase::None,1);
+ while(1){
+ printf("0X%x\n\r",device.getc());
+ } // end while 1
+} // end main
\ No newline at end of file
diff -r 000000000000 -r 91a51c5b8b55 mbed.bld --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed.bld Mon Feb 05 13:18:42 2018 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/mbed_official/code/mbed/builds/7130f322cb7e \ No newline at end of file