ds1621Temperature Function

Reads temperature from DS1621 as a signed 8 bit value. Temperature ranges from -55 to 125 Celsius.

Syntax

ERRCODE ds1621Temperature( UBYTE* pTemperature );

Parameters

UBYTE - DS1621 device number on the I2C bus

Return Value

ERRCODE - SUCCESS if operation successful
non-zero error code otherwise

Remarks

N/A

Requirements

ds1621.h

Example

N/A