Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of buffered-serial1 by
Diff: buffered_serial.h
- Revision:
- 3:a4a21e18acd1
- Parent:
- 0:707b9f3904dd
- Child:
- 4:d3122119f92b
diff -r 8ccf9bb8dc65 -r a4a21e18acd1 buffered_serial.h --- a/buffered_serial.h Tue Dec 11 00:12:45 2012 +0000 +++ b/buffered_serial.h Thu Dec 13 06:53:43 2012 +0000 @@ -44,8 +44,8 @@ char tx_line[LINE_SIZE]; char rx_line[LINE_SIZE]; - DigitalOut led1; - DigitalOut led2; + //DigitalOut led1; // debug + //DigitalOut led2; Semaphore rx_sem; Semaphore tx_sem;