Is there a library for the PIC24 family that is nonblocking? Looking at the SPI library, for example, I seewhile ( SPI1STATbits.SPITBF != true )
{
}and the like scattered through out the code. This is the same for the UART and other very s..
{
}and the like scattered through out the code. This is the same for the UART and other very s..