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.
Diff: AsyncSerial.hpp
- Revision:
- 12:bfe3984fb2e5
- Parent:
- 10:1baa8e833ac6
- Child:
- 13:e372a354d969
--- a/AsyncSerial.hpp Tue Aug 22 07:30:07 2017 +0000 +++ b/AsyncSerial.hpp Tue Aug 22 15:08:21 2017 +0000 @@ -34,6 +34,11 @@ */ class AsyncSerial{ private: + + DigitalOut *led; + + + // Serial port RawSerial *serial;