Use LoRaWAN on mDot with IKS01A1 sensor board plugged into UDK board.
Dependencies: X_NUCLEO_IKS01A1 mbed LoRaWAN-lib SX1272Lib
Fork of LoRaWAN-demo-72 by
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 Sat Jul 16 2022 17:31:22 by
1.7.2
