I am trying to write am interrupt based I2C module so that it may neatly interface with an RTOS and am having great difficulty doing so. The PIC32 allows for interrupt master events to be triggered on almost every step through the I2C protocol (whe
↧