x

Dependents:   20180621_FT813

Fork of BurstSPI by Erik -

BurstSPI_Unsupported.cpp

Committer:
Sissors
Date:
2015-05-16
Revision:
13:bc069279eb37
Parent:
11:36ac5fd058dd
Child:
14:35df38577abd

File content as of revision 13:bc069279eb37:

#if !(defined(TARGET_KL25Z) || defined(TARGET_KL46Z))
#if !(defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24) || defined(TARGET_LPC13XX) || defined(TARGET_LPC1549))
#if !(defined(TARGET_NUCLEO_L152RE) || defined(TARGET_STM32F4))

#warning BurstSPI target not supported, reverting to regular SPI

#include "BurstSPI.h"

void BurstSPI::fastWrite(int data) {
    write(data);
}

void BurstSPI::clearRX( void ) {

}
#endif          //Freescale
#endif          //NXP
#endif          //NUCLEO