I have added the NACK on the master's side, and not on the slave's side (see code below). The delays on the slave's side was not a problem, if (and this is a big if) there was sufficient delay on the ...
In my project i am trying to establish I2C communication between a master 16F877A and 2 slave 16F877A's. My testing code is to communicate between the master and slave A0. The Master send a value to t ...