Simple DS1621 temperature acquisition.

Dependents:   S3_DS1621

Revision:
2:3160631567f2
Parent:
1:bef707045d41
Child:
3:d6310fd6df8e
--- a/ds1621.cpp	Mon Mar 07 08:11:25 2011 +0000
+++ b/ds1621.cpp	Mon Mar 07 08:12:27 2011 +0000
@@ -37,7 +37,7 @@
         }
         if (dbx)  dbx->printf("DS1621::getTemp temp8[0]=0x%X, temp8[1]=0x%X, temp16=0x%X\n\r",temp8[0],temp8[1],temp16);
     } else {
-       if (dbx)  dbx->printf("DS1621::getTemp interfave I2C is not initialized\n\r");
+       if (dbx)  dbx->printf("DS1621::getTemp interface I2C is not initialized\n\r");
     }
     return temperature;
 }
\ No newline at end of file