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 MODSERIAL by
Diff: ChangeLog.c
- Revision:
- 12:8c7394e2ae7f
- Parent:
- 11:a93a62eeeb9d
- Child:
- 13:70bb7c1769fa
diff -r a93a62eeeb9d -r 8c7394e2ae7f ChangeLog.c --- a/ChangeLog.c Wed Nov 24 00:33:40 2010 +0000 +++ b/ChangeLog.c Thu Jan 20 11:57:32 2011 +0000 @@ -1,5 +1,16 @@ /* $Id:$ +1.12 - 20/01/2011 + + * Added new "autoDetectChar()" function. To use:- + 1st: Add a callback to invoke when the char is detected:- + .attach(&detectedChar, MODSERIAL::RxAutoDetect); + 2nd: Send the char to detect. + .autoDectectChar('\n'); + Whenever that char goes into the RX buffer your callback will be invoked. + Added example2.cpp to demo a simple messaging system using this auto feature. + + 1.11 - 23/11/2010 * Fixed a minor issue with 1.10 missed an alteration of name change.