Writing to slave i2c device always gets stuck. Compiles with no errors...
I'm setting some registers on a slave device using the code bellow. The code compiles with no errors but gets stuck each time it tries to write to that register. What I want to do is loop through the for loop and set each register to it's correspondi...