Serial Interrupt Library with mbed RTOS for multi-threading

Dependencies:   buffered-serial1 mbed-rtos mbed

Fork of Serial_interrupts by jim hamblen

Revision:
8:df59d668cab1
Parent:
4:b6e538868312
Child:
10:e489f1ee71d8
--- a/main.cpp	Mon Dec 10 23:27:28 2012 +0000
+++ b/main.cpp	Mon Dec 10 23:42:58 2012 +0000
@@ -6,7 +6,7 @@
 // LED1 and LED2 indicate RX and TX interrupt routine activity
 // LED3 changing indicate main loop running
 
-BufferedSerial device(p13,p14);  // tx, rx
+BufferedSerial device(p13,p14);  // UART1 - p13, p14
 
 DigitalOut led3(LED3);
 DigitalOut led4(LED4);