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.
Dependencies: EthernetInterface M2XStreamClient jsonlite mbed-rtos mbed
Revision 2:3f45a93a19e5, committed 2017-03-22
- Comitter:
- wmerghan
- Date:
- Wed Mar 22 22:54:08 2017 +0000
- Parent:
- 1:5245173228f2
- Commit message:
- Removed the Tempreature reading printf statement.
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Mar 22 22:52:54 2017 +0000 +++ b/main.cpp Wed Mar 22 22:54:08 2017 +0000 @@ -50,7 +50,6 @@ tempC = (temp*330); tempF = (9.0*tempC)/5.0 + 32.0; - m2xClient.updateStreamValue(deviceId, streamTemp, tempF); wait(1);