LM60 Temp

Files at this revision

API Documentation at this revision

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
--- 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;