Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of FastAnalogIn by
Revision 11:9bf2f6aba4de, committed 2014-11-09
- 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
