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: mbed LoRaWAN-lib SX1276Lib
VT100 Class Reference
Implements VT100 terminal commands support. More...
#include <vt100.h>
Public Member Functions | |
int | getc () |
Read a char from the serial port. | |
int | putc (int c) |
Write a char to the serial port. | |
int | puts (const char *str) |
Write a string to the serial port. |
Detailed Description
Implements VT100 terminal commands support.
Implments also the same behaviour has RawSerial class. The only difference is located in putc fucntion where writeable check is made befor sending the character.
Definition at line 27 of file vt100.h.
Member Function Documentation
int getc | ( | ) |
int putc | ( | int | c ) |
Generated on Tue Jul 26 2022 14:17:17 by
