We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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.