arduino-audio-driver
|
SPI pins: In Arduino we initialize the SPI, on other platform we just provide the pin information. More...
#include <DriverPins.h>
Public Member Functions | |
PinsSPI () | |
PinsSPI (PinFunction function, GpioPin clk, GpioPin miso, GpioPin mosi, GpioPin cs, SPIClass &spi=SPI) | |
bool | begin () |
void | end () |
operator bool () | |
bool | pinsAvailable () |
Public Attributes | |
GpioPin | clk |
GpioPin | cs |
PinFunction | function |
GpioPin | miso |
GpioPin | mosi |
spi_bus_handle_t | p_spi |
bool | set_active = true |
SPI pins: In Arduino we initialize the SPI, on other platform we just provide the pin information.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inherited |
|
inherited |
PinFunction function |
|
inherited |
|
inherited |
|
inherited |
bool set_active = true |