Arduino-SPI
Serial Peripheral Interface (SPI) library for Arduino
SPI.h
Go to the documentation of this file.
1 
19 #ifndef HARDWARE_SPI_H
20 #define HARDWARE_SPI_H
21 #if defined(AVR)
22 #include "Hardware/AVR/SPI.h"
23 #elif defined(SAM)
24 #include "Hardware/SAM/SPI.h"
25 #endif
26 #endif