TI MSP430 Microcontroller I2C

As far as we can tell, in the MSP430F543# line, the hardware I2C modes always consume more power than bit banged because they leave the lines pulling against the resistors far to long. Also, the trailing edge of the clock pulse is dangerously close to the change of the data line.

I2C Master Bit Banged code from Dan Bloomquist as posted to msp430@yahoogroups.com