Hi all, For your information so that you know.
When working on a project using i2c it sometimes happens that the i2c is not working due to some misconfiguration. The result is then that my PIC hangs because the i2c hardware library is waiting for a response. The only solution is then to reset the PIC. I found this annoying so I added an optional timeout feature to the i2c hardware library. If you define a timeout, it will wait for a i2c response but no longer than the minimal time given in the timeout value. I added one new sample file to demonstrate it using an i2c eeprom. If you do not define the timeout, the code is the same as before. Kind regards, Rob -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/b5710bcc-e74b-492e-b5bc-f194c5dbd342n%40googlegroups.com.
