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

Dependents:   UltraSound_sensor

Revision:
3:3635002dc1de
Parent:
1:4a588e05e5b6
--- 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);