Page 1 of 1

I2C syntax

Posted: Tue Mar 23, 2010 8:13 pm
by lierox
Hello,

I would like to ask, how is the I2C syntax in your blockset library mean. Right now I am using devices by Texas Instruments. And there is this convention:
Addres byte consists from 7 address bits and the last bit says, if next operation is reading or writing to device register.
How is this solved in Your library? Is value of last bit of address byte defined from next operation? For example, does "A077 W" means byte: 10011010 ?(where 0 at the end means writing operation)