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.
Fork of DHT11_with_Nucleo by
Revision 7:5b0793a2b391, committed 2015-01-06
- Comitter:
- kaliczp
- Date:
- Tue Jan 06 11:20:37 2015 +0000
- Parent:
- 5:76a9332af64c
- Child:
- 8:01e3281451e2
- Commit message:
- Corrected form of new line and carriage return.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Jan 06 00:54:41 2015 +0000 +++ b/main.cpp Tue Jan 06 11:20:37 2015 +0000 @@ -52,6 +52,7 @@ for(i=0; i < 40; i++){ pc.printf("%d",adat[i]); } + pc.printf("\n\r"); // Send a new line and carriage return. wait_ms(200); // Wait 0.2 sec till continue. } else { myled = 0; // LED is OFF