温度センサLM61CIZから入力した電圧値を温度として出力します。

Dependents:   UltraSound_sensor

Files at this revision

API Documentation at this revision

Comitter:
mbed_Cookbook_SE
Date:
Wed Jan 20 15:29:56 2016 +0000
Parent:
1:4a588e05e5b6
Commit message:
??

Changed in this revision

LM61CIZ.h Show annotated file Show diff for this revision Revisions of this file
diff -r 4a588e05e5b6 -r 3635002dc1de LM61CIZ.h
--- a/LM61CIZ.h	Sun May 17 15:18:01 2015 +0000
+++ b/LM61CIZ.h	Wed Jan 20 15:29:56 2016 +0000
@@ -25,7 +25,7 @@
      */
     LM61CIZ(PinName ain);
     
-    /** Read the current temperature value (degree Celsius) from LM61CIZ sensor
+    /** Read the current temperature value from LM61CIZ sensor
      *
      */
     float getTemperature(void);