-
#include "utility/template/spi.h" -
cirque_pinnacle_arduino_wrappers::SPISettings::SPISettings();
A blank constructor to use the default configuration.
The default configuration is 6 MHz speed (
6000000), usingMSBFIRST, andSPI_MODE1.
#include "utility/template/spi.h"A blank constructor to use the default configuration.
The default configuration is 6 MHz speed (6000000), using MSBFIRST, and SPI_MODE1.