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: mbed mbedConnectorInterface mbedEndpointNetwork
Diff: mbedEndpointResources/MoistureResource.h
- Revision:
- 5:abbad7ddc804
- Parent:
- 3:3281ef00910f
- Child:
- 7:5cd21d0ff21f
diff -r 3281ef00910f -r abbad7ddc804 mbedEndpointResources/MoistureResource.h
--- a/mbedEndpointResources/MoistureResource.h Mon Apr 27 21:04:29 2015 +0000
+++ b/mbedEndpointResources/MoistureResource.h Fri May 01 22:47:51 2015 +0000
@@ -21,7 +21,7 @@
virtual string get() {
char moisture_lvl[7];
memset(moisture_lvl,0,7);
- sprintf(moisture_lvl,"%3.2f", moisture_in.read());
+ sprintf(moisture_lvl,"%1.4f", moisture_in.read());
return string(moisture_lvl);
}
};
