/* */ /* V 1.0 02/2005 */ #ifndef _DS1621_H #define _DS1621_H void i2c_init(void); void init_ds1621(void); unsigned char read_config(void); int read_temp(void); #endif