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.
features/frameworks/greentea-client/source/greentea_serial.cpp@0:f269e3021894, 2016-10-23 (annotated)
- Committer:
- elessair
- Date:
- Sun Oct 23 15:10:02 2016 +0000
- Revision:
- 0:f269e3021894
Initial commit
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| elessair | 0:f269e3021894 | 1 | #include "greentea-client/greentea_serial.h" |
| elessair | 0:f269e3021894 | 2 | |
| elessair | 0:f269e3021894 | 3 | SingletonPtr<GreenteaSerial> greentea_serial; |
| elessair | 0:f269e3021894 | 4 | |
| elessair | 0:f269e3021894 | 5 | GreenteaSerial::GreenteaSerial() : mbed::RawSerial(USBTX, USBRX) {}; |