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 TestingDHT22sensor by
Revision 4:a5d7a7910e35, committed 2018-09-18
- Comitter:
- alexandreturrel
- Date:
- Tue Sep 18 10:21:16 2018 +0000
- Parent:
- 3:6b640fc3ef2a
- Commit message:
- % fixed!
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 6b640fc3ef2a -r a5d7a7910e35 main.cpp --- a/main.cpp Tue Sep 18 10:09:16 2018 +0000 +++ b/main.cpp Tue Sep 18 10:21:16 2018 +0000 @@ -15,7 +15,7 @@ Error=0; printf("T: %.1f C",dht22.ReadTemperature(CELCIUS)); printf(" H %.1f",dht22.ReadHumidity()); - printf("%"); + printf("%%"); printf("\n\r"); } else {