cancel
Showing results for 
Search instead for 
Did you mean: 

I2C addressing

juraj
Associate II
Posted on April 28, 2008 at 11:12

I2C addressing

2 REPLIES 2
juraj
Associate II
Posted on May 17, 2011 at 12:31

If I want to transmit this 7-bit address:

0 1 1 1 1 0 0

R/W=0

should I call:

I2C_Send7bitAddress(I2C1, 0x3c, I2C_Direction_Transmitter);

or:

I2C_Send7bitAddress(I2C1, 0x78, I2C_Direction_Transmitter);

julien
Associate II
Posted on May 17, 2011 at 12:31

You must call 0x78