Mock SPIClass is a class that implements the HardwareSPI interface. e.g. Using Files do not need SPI, but usually do some SPI setup.
More...
#include <SPI.h>
|
void | attachInterrupt () override |
|
void | begin () override |
|
void | beginTransaction (SPISettings settings) override |
|
void | detachInterrupt () override |
|
void | end () override |
|
void | endTransaction (void) override |
|
void | notUsingInterrupt (int interruptNumber) override |
|
uint8_t | transfer (uint8_t data) override |
|
void | transfer (void *buf, size_t count) override |
|
uint16_t | transfer16 (uint16_t data) override |
|
void | usingInterrupt (int interruptNumber) override |
|
Mock SPIClass is a class that implements the HardwareSPI interface. e.g. Using Files do not need SPI, but usually do some SPI setup.
The documentation for this class was generated from the following file:
- ArduinoCore-Linux/libraries/SPI.h