IQRF SPI library for Arduino  Version 1.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros
IQSPI Class Reference

#include <IQSPI.h>

Public Member Functions

void begin ()
 
void end ()
 
uint8_t transfer (uint8_t txByte)
 

Detailed Description

SPI interface for AVR and PIC32 MCU

Member Function Documentation

void IQSPI::begin ( )

Initialize the SPI bus

void IQSPI::end ( )

Disable the SPI bud

uint8_t IQSPI::transfer ( uint8_t  txByte)

SPI byte transfer

Parameters
txByteTransmitted byte
Returns
Received byte

The documentation for this class was generated from the following files: