Hi all How polling is done in the C code ? Do I need to use interval timers for that ?
Elico
Why have you switched to C251?
Think of what the term "polling" actually means...
Have you started studying any of the books & links yet?
How polling is done in the C code ? the same way as in any other code if (blah) serves the same as jnz blah
Mistake, I am in 8051.