Software SPI using pinModeFast(), digitalWriteFast() and shiftOutFast() from https://github.com/NicksonYap/digitalWriteFast.
More...
#include <SimpleSpiFastInterface.h>
template<uint8_t T_LATCH_PIN, uint8_t T_DATA_PIN, uint8_t T_CLOCK_PIN>
class ace_spi::SimpleSpiFastInterface< T_LATCH_PIN, T_DATA_PIN, T_CLOCK_PIN >
Software SPI using pinModeFast(), digitalWriteFast() and shiftOutFast() from https://github.com/NicksonYap/digitalWriteFast.
- Template Parameters
-
T_LATCH_PIN | the latch pin (CS) |
T_DATA_PIN | the data pin (MOSI) |
T_CLOCK_PIN | the clock pin (CLK) |
Definition at line 42 of file SimpleSpiFastInterface.h.
◆ beginTransaction()
template<uint8_t T_LATCH_PIN, uint8_t T_DATA_PIN, uint8_t T_CLOCK_PIN>
◆ endTransaction()
template<uint8_t T_LATCH_PIN, uint8_t T_DATA_PIN, uint8_t T_CLOCK_PIN>
The documentation for this class was generated from the following file: