Real World Interfacing Notes
Real World Interfacing Notes Contrast and compare interrupts versus polling. A single microcontroller can serve several devices. There are two ways to do that is interrupts or polling. In the interrupt method, whenever any device needs its services, the device notifies the micro controller interrupts whatever it is doing and serves the device. The … Read more