MODSERIAL with support for more devices. Added support for LPC4330

Dependents:   HC05_AT_mode GPS_U-blox_NEO-6M_Test_Code GPS_U-blox_NEO-6M_Code UbloxGPSWithThread ... more

Fork of MODSERIAL by Erik -

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