- Добавил: bhaer
- Дата: 12-05-2017, 10:49
- Комментариев: 0

Название: Arduino Interrupts: Speed up your Arduino to be responsive to events
Автор: Claus K?hnel
Издательство: Skript Verlag K?hnel
Год: 2017
Страниц: 91
Формат: PDF, EPUB, AZW3
Размер: 10 Mb
Язык: English
Interrupts are an important option to increase the efficiency of your Arduino code and are typically much underutilized. Interrupts are a mechanism found on all microcontrollers to implement real-time behavior of the device. The interrupt system monitors the status of a pin, a timer, or another module and reacts immediately when an interrupt occurs.