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.
greentea_serial.cpp
00001 #include "greentea-client/greentea_serial.h" 00002 00003 SingletonPtr<GreenteaSerial> greentea_serial; 00004 00005 GreenteaSerial::GreenteaSerial() : mbed::RawSerial(USBTX, USBRX, MBED_CONF_PLATFORM_STDIO_BAUD_RATE) {};
Generated on Tue Jul 12 2022 13:30:13 by
