So I’ve been trying just about everything, but the Digital Sidecar or the cRIO does not want to communicate with the accelerometer. Using an I2C “listener”, I can tell that the cRIO isn’t sending (or receiving) any signals to/from the accelerometer, and using an arduino, I’ve confirmed that the addresses I’m using for the accelerometer are all correct.
Anyone know of a “duh” reason why their not communicating?
Also worth noting, anyone else find that the I2C class “write” function is broken? (They use a || when I really think it should be a |.)