Junichi Katsu / LM61CIZ

Dependents:   UltraSound_sensor

Embed: (wiki syntax)

« Back to documentation index

LM61CIZ Class Reference

LM61CIZ Class Reference

LM61CIZ class . More...

#include <LM61CIZ.h>

Public Member Functions

 LM61CIZ (PinName ain)
 Create a LM61CIZ instance.
float getTemperature (void)
 Read the current temperature value from LM61CIZ sensor.

Detailed Description

LM61CIZ class .

Definition at line 19 of file LM61CIZ.h.


Constructor & Destructor Documentation

LM61CIZ ( PinName  ain )

Create a LM61CIZ instance.

LM61CIZ Temperature sensor library.

Parameters:
AnalogInpin
Author:
Junichi Katsu
Version:
1.0
Date:
02-April-2015

Definition at line 13 of file LM61CIZ.cpp.


Member Function Documentation

float getTemperature ( void   )

Read the current temperature value from LM61CIZ sensor.

Definition at line 18 of file LM61CIZ.cpp.