mirror of
https://github.com/javifercep/SPI-Slave.git
synced 2026-09-20 00:00:43 +02:00
Arduino SPI slave mode library
- C++ 100%
| SPI | ||
| README.md | ||
SPI-Slave
Arduino SPI slave mode library
- Change the Arduino/libraries/SPI folder by the folder in this repository.
Function changes:
- SPI.begin(mode) --> mode: SPI_MASTER or SPI_SLAVE
- SPI.attachInterrupt(function) --> function is the SPI ISR. When a interrupt occurs it will be called. This function must take no parameters and return nothing.
Other functions act as the standard library.