Mistake on this page?
Report an issue in GitHub or email us
greentea_serial.h
1 
2 /** \addtogroup frameworks */
3 /** @{*/
4 #ifndef GREENTEA_SERIAL_H
5 #define GREENTEA_SERIAL_H
6 
7 #if DEVICE_SERIAL
8 
9 #include "RawSerial.h"
10 #include "SingletonPtr.h"
11 
13 public:
15 };
16 
17 extern SingletonPtr<GreenteaSerial> greentea_serial;
18 #endif
19 
20 /** @}*/
21 #endif
Utility class for creating and using a singleton.
Definition: SingletonPtr.h:112
A serial port (UART) for communication with other serial devices This is a variation of the Serial cl...
Definition: RawSerial.h:62
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.