Hi all How polling is done in the C code ? Do I need to use interval timers for that ?
Elico
How polling is done in the C code ? the same way as in any other code if (blah) serves the same as jnz blah