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 mbed-os by
greentea_serial.h
00001 00002 /** \addtogroup frameworks */ 00003 /** @{*/ 00004 #ifndef GREENTEA_SERIAL_H 00005 #define GREENTEA_SERIAL_H 00006 00007 #include "RawSerial.h" 00008 #include "SingletonPtr.h" 00009 00010 class GreenteaSerial : public mbed::RawSerial { 00011 public: 00012 GreenteaSerial(); 00013 }; 00014 00015 extern SingletonPtr<GreenteaSerial> greentea_serial; 00016 #endif 00017 00018 /** @}*/
Generated on Tue Jul 12 2022 13:15:50 by
