#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), using MSBFIRST, and SPI_MODE1.