Quote:
Originally Posted by RyanShoff
The 7-bit i2c address is 0x4, but you have to shift it left on the Crio to write because the cRIO code uses 8-bit I2C addressing and you're performing a write which is LSB = 0. That is the tricky part.
|
Added some detail about addressing for anyone curious why what Ryan posted is true.