Fast SPI write, added LPC812 Target

Dependents:   wsDrive

Fork of BurstSPI by Erik -

Files at this revision

API Documentation at this revision

Comitter:
mcapewel
Date:
Wed Sep 03 18:46:02 2014 +0000
Parent:
7:9faa78fb128a
Child:
9:b69faea5252c
Commit message:
Add LPC11U24 as target supported by LPC1768 code.

Changed in this revision

BurstSPI_LPC1768.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/BurstSPI_LPC1768.cpp	Tue Aug 05 19:35:37 2014 +0000
+++ b/BurstSPI_LPC1768.cpp	Wed Sep 03 18:46:02 2014 +0000
@@ -1,4 +1,4 @@
-#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114)
+#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114) || defined(TARGET_LPC11U24)
 #include "BurstSPI.h"
 
 void BurstSPI::fastWrite(int data) {