Daiki Kato / mbed-os-lychee

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers greentea_serial.cpp Source File

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) {};