Software SPI using shiftOut().
More...
#include <SimpleSpiInterface.h>
Software SPI using shiftOut().
Definition at line 34 of file SimpleSpiInterface.h.
◆ SimpleSpiInterface()
ace_spi::SimpleSpiInterface::SimpleSpiInterface |
( |
uint8_t |
latchPin, |
|
|
uint8_t |
dataPin, |
|
|
uint8_t |
clockPin |
|
) |
| |
|
inlineexplicit |
Constructor.
- Parameters
-
latchPin | the latch pin (CS) |
dataPin | the data pin (MOSI) |
clockPin | the clock pin (CLK) |
Definition at line 43 of file SimpleSpiInterface.h.
◆ beginTransaction()
void ace_spi::SimpleSpiInterface::beginTransaction |
( |
| ) |
const |
|
inline |
◆ endTransaction()
void ace_spi::SimpleSpiInterface::endTransaction |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: