AStar32U4 library
|
#include <SPIPause.h>
This class disables the AVR's hardware SPI module in its constructor when it is created and restores it to its previous state in its destructor when it is destroyed.
It can be useful if you want to use one of the SPI pins (MOSI, MISO, SCK, or SS) for some other purpose temporarily.
Definition at line 15 of file SPIPause.h.