Hacker News new | ask | show | jobs
by ppf 2421 days ago
>poll for the interrupt

Errr, no. You either poll, or set up an interrupt to catch an event. The point of an interrupt is to allow other code to continue to run while waiting for a peripheral.

1 comments

Sorry, I mean polling for the ready register, not interrupt.