??? 02/26/05 15:45 Read: times |
#88539 - Temp Sensors Responding to: ???'s previous message |
I happen to use the TI TMP100 device. They work well and they are I2C devices.
Andy: I have used the on-board I2C interfaces in both the SiLabs C8051F12x series and the 'F020 parts. It is my honest opnion that the use of the I2C engine is not the easiest thing in the world to implement....especially if you try to use it in the interrupt driven manner and you are new to coding with state machines. Since there is a plethora of on-line examples of software bit-bang I2C code around it may just possibly be easier for lesser experienced programmers to get their arms a software bit bang implementation. Michael Karas |