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 LinearAnalogSensors by
Revision 2:989048937c77, committed 2012-12-23
- Comitter:
- PennElectric
- Date:
- Sun Dec 23 07:32:24 2012 +0000
- Parent:
- 1:7ce89c2ecf05
- Child:
- 3:15afa310c137
- Commit message:
- Fixed operator shorthand
Changed in this revision
| LinearTemp.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/LinearTemp.h Sun Dec 23 07:29:42 2012 +0000
+++ b/LinearTemp.h Sun Dec 23 07:32:24 2012 +0000
@@ -72,7 +72,7 @@
#ifdef MBED_OPERATORS
/** An operator shorthand for readTemp() to calculate filtered temperature
*/
- operator int() {
+ operator float() {
return readTemp();
}
#endif
