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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
greentea_serial.h
00001 #ifndef GREENTEA_SERIAL_H 00002 #define GREENTEA_SERIAL_H 00003 00004 #include "RawSerial.h" 00005 #include "SingletonPtr.h" 00006 00007 class GreenteaSerial : public mbed::RawSerial { 00008 public: 00009 GreenteaSerial(); 00010 }; 00011 00012 extern SingletonPtr<GreenteaSerial> greentea_serial; 00013 #endif
Generated on Tue Jul 12 2022 12:28:32 by
