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:
19:a158936322cc
Parent:
18:21ef26402365
Child:
20:59c74aaedda2
--- a/MODSERIAL.h	Thu Apr 21 09:20:41 2011 +0000
+++ b/MODSERIAL.h	Thu Apr 21 09:39:50 2011 +0000
@@ -56,7 +56,7 @@
  * @see API 
  *
  * <b>MODSERIAL_IRQ_INFO</b> is a class used to pass information (and access to protected
- * MODSERIAL functions) to IRQ callbacks.
+ * MODSERIAL functions) to IRQ callbacks. 
  */
 class MODSERIAL_IRQ_INFO
 {
@@ -178,7 +178,11 @@
  * @author Andy Kirkham
  * @see http://mbed.org/cookbook/MODSERIAL
  * @see http://mbed.org/handbook/Serial
- * @see example.cpp
+ * @see example1.cpp
+ * @see example2.cpp
+ * @see example3a.cpp
+ * @see example3b.cpp
+ * @see example_dma.cpp
  * @see API 
  *
  * <b>MODSERIAL</b> extends the Mbed library <a href="/handbook/Serial">Serial</a> to provide fully buffered