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.
main.cpp@0:d475003afad8, 2011-09-21 (annotated)
- Committer:
- axm904
- Date:
- Wed Sep 21 14:36:42 2011 +0000
- Revision:
- 0:d475003afad8
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| axm904 | 0:d475003afad8 | 1 | #include "mbed.h" |
| axm904 | 0:d475003afad8 | 2 | Serial erad(p9, p10); |
| axm904 | 0:d475003afad8 | 3 | int main() { |
| axm904 | 0:d475003afad8 | 4 | erad.baud(19200); |
| axm904 | 0:d475003afad8 | 5 | while (1) { |
| axm904 | 0:d475003afad8 | 6 | |
| axm904 | 0:d475003afad8 | 7 | erad.printf("hello_World"); |
| axm904 | 0:d475003afad8 | 8 | wait(1); |
| axm904 | 0:d475003afad8 | 9 | |
| axm904 | 0:d475003afad8 | 10 | } |
| axm904 | 0:d475003afad8 | 11 | } |