MODSERIAL with support for more devices

Dependents:   1D-Pong BMT-K9_encoder BMT-K9-Regelaar programma_filter ... more

Check the cookbook page for more information: https://mbed.org/cookbook/MODSERIAL

Did you add a device? Please send a pull request so we can keep everything in one library instead of many copies. In that case also send a PM, since currently mbed does not inform of new pull requests. I will then also add you to the developers of this library so you can do other changes directly.

Revision:
39:8ef4f91813fd
Parent:
34:e84b8ad1d98b
Child:
40:6ffa97119f4f
--- a/MACROS.h	Fri Dec 12 08:49:27 2014 +0000
+++ b/MACROS.h	Sun Feb 08 19:59:54 2015 +0000
@@ -27,7 +27,7 @@
 #include "MODSERIAL_LPC11U24.h"
 #include "MODSERIAL_KL25Z.h"
 #include "MODSERIAL_KL05Z.h"
-#include "MODSERIAL_K64F.h"
+#include "MODSERIAL_KSDK.h"
 
 #define MODSERIAL_TX_BUFFER_EMPTY (buffer_count[TxIrq]==0)
 #define MODSERIAL_RX_BUFFER_EMPTY (buffer_count[RxIrq]==0)