#include "utility/template/spi.h" uint8_t cirque_pinnacle_arduino_wrappers::SPIClass::transfer(uint8_t tx); Transfer a single byte to/from a SPI slave device. Parameters:¶ uint8_t tx¶The byte to send over MOSI. Returns:¶ The byte received over MISO when sending the tx byte over MOSI.