x

Dependents:   20180621_FT813

Fork of BurstSPI by Erik -

Files at this revision

API Documentation at this revision

Comitter:
mcapewel
Date:
Tue Aug 05 19:35:37 2014 +0000
Parent:
6:b862ffb6c5e2
Child:
8:97d75b6d5028
Commit message:
Add LPC1114 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	Fri Jul 25 15:09:45 2014 +0000
+++ b/BurstSPI_LPC1768.cpp	Tue Aug 05 19:35:37 2014 +0000
@@ -1,4 +1,4 @@
-#ifdef TARGET_LPC1768
+#if defined(TARGET_LPC1768) || defined(TARGET_LPC1114)
 #include "BurstSPI.h"
 
 void BurstSPI::fastWrite(int data) {