In this chapter, we will take a look at the SPI interrupt. This is another interrupt that you don’t see in the Arduino Language, but after reading this chapter, hopefully, you will be better armed and able to use it to good effect in your own code. SPI is the Serial Peripheral Interface and is used to exchange data with a peripheral, one bit at a time, using shift registers. The information on the following pages will help you realize that when using other shift registers such as the SN74HC595, you ...
7. SPI Interrupt
Get Arduino Interrupts: Harness the Power of Interrupts in Your Arduino and ATmega328 Code now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.