|
IQRF SPI library for Arduino
Version 1.2
|
#include <IQSPI.h>
Public Member Functions | |
| void | begin () |
| void | end () |
| uint8_t | transfer (uint8_t txByte) |
SPI interface for AVR and PIC32 MCU
| void IQSPI::begin | ( | ) |
Initialize the SPI bus
| void IQSPI::end | ( | ) |
Disable the SPI bud
| uint8_t IQSPI::transfer | ( | uint8_t | txByte | ) |
SPI byte transfer
| txByte | Transmitted byte |