AceSPI
0.1.0
Unified interface for selecting hardware or software SPI implementations on Arduino platforms
|
This is the complete list of members for ace_spi::SoftSpiInterface, including all inherited members.
begin() const (defined in ace_spi::SoftSpiInterface) | ace_spi::SoftSpiInterface | inline |
end() const (defined in ace_spi::SoftSpiInterface) | ace_spi::SoftSpiInterface | inline |
send16(uint16_t value) const | ace_spi::SoftSpiInterface | inline |
send16(uint8_t msb, uint8_t lsb) const | ace_spi::SoftSpiInterface | inline |
send8(uint8_t value) const | ace_spi::SoftSpiInterface | inline |
SoftSpiInterface(uint8_t latchPin, uint8_t dataPin, uint8_t clockPin) (defined in ace_spi::SoftSpiInterface) | ace_spi::SoftSpiInterface | inline |