wiki:I2C

Version 1 (modified by trac, 7 years ago) ( diff )

--

Inter-Integrated Circuit (I2C)

The Inter-Integrated Circuit by Philips is a popular interconnect (typically on-board) used on embedded processors as well as modern computers consisting of 2-wires (other than ground, power, and optional interrupts):

  • SCL - clock
  • SDA - data

An I2C bus may be multi-master and support interrupts from the device to host controller.

Reference:

Linux Kernel API

See linux/i2c

USB Expansion devices

A I2C master can also be added via USB expansion. For example:

Ventana

I2C is offered on several Ventana boards. Please view the Ventana I2C wiki

Note: See TracWiki for help on using the wiki.