Component: tos.platform.msp430.MSP430I2CC

configuration MSP430I2CC

Author:
Joe Polastre Revision: $Revision: 1.1 $ Primitives for accessing the hardware I2C module on MSP430 microcontrollers. This configuration assumes that the bus is available and reserved prior to use; aka Bus Arbitration occurs before start() is called. Once the bus is acquired, call start() and then the commands in this module may be used. Likewise, stop() should be called before releasing the bus.

Provides
interface MSP430I2C
interface MSP430I2CEvents
interface MSP430I2CPacket
interface StdControl

Wiring