Support KL25z USB logger

Dependents:   kl25z_Usb_Logger

Fork of FastAnalogIn by Erik -

Files at this revision

API Documentation at this revision

Comitter:
neilh20
Date:
Sun Nov 09 20:27:42 2014 +0000
Parent:
10:e671743d1b91
Commit message:
FRDM_K20D50 additions. Runs basic writing

Changed in this revision

FastAnalogIn.h Show annotated file Show diff for this revision Revisions of this file
--- a/FastAnalogIn.h	Sun Oct 05 20:59:18 2014 +0000
+++ b/FastAnalogIn.h	Sun Nov 09 20:27:42 2014 +0000
@@ -8,7 +8,7 @@
 #include "mbed.h"
 #include "pinmap.h"
 
-#if !defined TARGET_LPC1768 && !defined TARGET_KLXX && !defined TARGET_LPC408X && !defined TARGET_LPC11UXX && !defined TARGET_K20D5M
+#if !defined TARGET_LPC1768 && !defined TARGET_KLXX && !defined TARGET_LPC408X && !defined TARGET_LPC11UXX && !defined TARGET_K20D5M && !defined TARGET_K20D50M
     #error "Target not supported"
 #endif