ds1621Temperature


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

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

Library


AVR C Library Reference