Interfacing with I2C Devices

From eLinux.org
Revision as of 22:00, 26 April 2010 by Zeta Syanthis (talk | contribs)
Jump to: navigation, search

This page is meant to provide some basic information about how to interface with I²C devices through the /dev/i2c interface. The I²C bus is commonly used to connect relatively low-speed sensors and other peripherals to equipment varying in complexity from a simple microcontroller to a full-on motherboard. I²C is extremely popular due to its ease-of-use and ability to control multiple peripherals while utilizing only two pins on the host controller.

Code

Note: Examples shown on this page were developed based on a Texas Instruments BeagleBoard and some changes will be required depending on the system being utilized.

Tested Devices

External Links

Wikipedia I²C Page