Quote:
Originally Posted by jman4747
Hence the issue. I think if I do figure it out I might put up a white paper or something on how to use I2C in LV since there doesn't seem to be any tutorial for sending. If that's something people would want to see.
|
It should be as simple as using the I2C open in Begin and then the I2C write in teleop or wherever you want to send the data.
The "register" control on the write VI simply refers to the first byte to send. The data array is any additional bytes you wish to send.
I assume you have already found the I2C palette in WPILib.
If you have a specific problem I'll be glad to help.