je ne sais plus

BurstSPI_Unsupported.cpp

Committer:
FreeControl
Date:
2015-06-17
Revision:
0:3787bbf77ca8

File content as of revision 0:3787bbf77ca8:

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

#warning FastSPI target not supported, reverting to regular SPI

#include "FastSPI.h"

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

void FastSPI::clearRX( void ) {

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