I found the problem, I was writing a 'Read' bit at the end of the address byte (LSB), and it should have been a 'Write' bit.
0b10011001 and it should be 0b10011000
I hope this helps someone in a similar situation.
I found the problem, I was writing a 'Read' bit at the end of the address byte (LSB), and it should have been a 'Write' bit.
0b10011001 and it should be 0b10011000
I hope this helps someone in a similar situation.