your adress must be 8 bits long.. not much. And you don't need to change you control word... PBP will do it for you.
also refer to your datasheet about the Twrite delay. some will need few milliseconds before the write cycle is finish.
so try
Code:i2cwrite sda, scl, %10100000, 0, [5] pause 10 ' safe delay i2cread sda, scl, %10100000, 0, [circunferencia]
Bookmarks