AceSPI  0.2.0
Unified interface for selecting hardware or software SPI implementations on Arduino platforms
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nace_spi
 CHardSpiFastInterfaceThis class is functionally identical to HardSpiInterface except that the GPIO pins are controlled by digitalWriteFast() and pinModeFast() methods
 CHardSpiInterfaceHardware SPI interface to talk to SPI peripherals
 CSimpleSpiFastInterfaceSoftware SPI using pinModeFast(), digitalWriteFast() and shiftOutFast() from https://github.com/NicksonYap/digitalWriteFast
 CSimpleSpiInterfaceSoftware SPI using shiftOut()