LM60 Temp
Revision 1:b52cd03437c2, committed 2015-12-28
- Comitter:
- king33jp
- Date:
- Mon Dec 28 15:01:31 2015 +0000
- Parent:
- 0:9bd1553bf798
- Commit message:
- LM60 Temp Sensor;
Changed in this revision
LM60.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9bd1553bf798 -r b52cd03437c2 LM60.h --- a/LM60.h Mon Dec 28 14:57:35 2015 +0000 +++ b/LM60.h Mon Dec 28 15:01:31 2015 +0000 @@ -19,7 +19,7 @@ * #include "LM60.h" * #include "mbed.h" * - * LM61B lm60(PTB0, 3.3f); + * LM60 lm60(PTB0, 3.3f); * * int main() { * float temp;