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:
20:59c74aaedda2
Parent:
18:21ef26402365
Child:
21:af2af4c61c2f
--- a/ChangeLog.c	Thu Apr 21 09:39:50 2011 +0000
+++ b/ChangeLog.c	Tue Apr 26 08:12:45 2011 +0000
@@ -1,5 +1,14 @@
 /* $Id:$
 
+1.20    26 April 2011
+
+    * Bug fix, not blocking on transmit
+      by Erik Petrich, http://mbed.org/forum/bugs-suggestions/topic/2200
+      
+1.19    20 April 2011
+
+    * Fixed some doxygen comment bugs.
+    
 1.18    20 April 2011
 
     * All callbacks now use MODSERIAL_callback (rather than Mbed's FunctionPointer[1] type)