diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-DCDD68C7-8EBE-4E91-A983-076460B2C2F3.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-DCDD68C7-8EBE-4E91-A983-076460B2C2F3.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,32 @@ + + + + + +IIC Quick StartIdentifies the documents needed to understand, use and +implement the Inter-Integrated Circuit (IIC) serial bus interface. +

The IIC is a technology-independent interface for serial bus technologies. +The IIC supports multi-master and multi-slave serial interfaces, used +by devices attached to the bus to exchange control information.

+
Getting +started with IIC

There are two categories of users who need +to understand IIC:

    +
  • Device driver creators - need to know how to use IIC

  • +
  • Hardware adaptation developers - need to understand how to +write software to allow IIC to communicate with their hardware.

  • +

Both categories of user need to understand the basic concepts +of IIC such as channels, nodes, transactions, transfers, the IIC controller. +You should read the IIC Concepts guide to understand these concepts.

+
Device +driver creators

After reading and understanding the IIC Concepts guide, the next step is to read the IIC Client Interface +Quickstart to understand how to use the APIs for your device +driver.

+
Hardware +adaptation developers

After reading and understanding the IIC Concepts guide, you should start with the IIC Implementation.

+
\ No newline at end of file