AceSPI
0.3
Unified interface for selecting hardware or software SPI implementations on Arduino platforms
|
▼Nace_spi | |
CHardSpiFastInterface | This class is functionally identical to HardSpiInterface except that the GPIO pins are controlled by digitalWriteFast() and pinModeFast() methods |
CHardSpiInterface | Hardware SPI interface to talk to SPI peripherals |
CSimpleSpiFastInterface | Software SPI using pinModeFast(), digitalWriteFast() and shiftOutFast() from https://github.com/NicksonYap/digitalWriteFast |
CSimpleSpiInterface | Software SPI using shiftOut() |