how to use "I2C" in Arduino ?

Hi ! I see the Atmel Atmega8 datasheet http://www.atmel.com/dyn/resources/prod_documents/doc2486.pdf

and there is a "Two-wire Serial" , is it means "I2C" ? how to use this in Arduino ? is there some commands to use it simple?

and there are many "Interrupts" ,how to get them?

thank you !

Hej,

the "two wire serial" are the pins 0 and 1 on the board. However, you could make it send I2C or other protocols if designed carefully.

/David

thank you David ,I will try!