I2C read in C#
Posted: Sat Dec 12, 2009 9:29 pm
I'm having problems declaring the variable used in the I2C_read command.
I'm sure it is a simple fix, but I cannot quite get it figured out.
doesWork = i2cDevice.I2C_Read(device.SlaveAddress, memoryAddress, 0, ref theData)
how do I declare theData? The previous read is just trying to read from the default pointer.
Thanks!
I'm sure it is a simple fix, but I cannot quite get it figured out.
doesWork = i2cDevice.I2C_Read(device.SlaveAddress, memoryAddress, 0, ref theData)
how do I declare theData? The previous read is just trying to read from the default pointer.
Thanks!