Test program to demonstrate usage of uTerminal library

Dependencies:   mbed uTerminal

Embed: (wiki syntax)

« Back to documentation index

main.cpp File Reference

main.cpp File Reference

uTerminal_Example is a simple example demonstrating how to use the uTerminal library. More...

Go to the source code of this file.

Functions

void msg_received ()
 Callback called to process a message received by uTerminal If Auto-mode is used, this is called whenever a message arrives.
int main ()
 Main loop.

Detailed Description

uTerminal_Example is a simple example demonstrating how to use the uTerminal library.

Author:
Fernando Cosentino

Definition in file main.cpp.


Function Documentation

int main (  )

Main loop.

Definition at line 67 of file main.cpp.

void msg_received (  )

Callback called to process a message received by uTerminal If Auto-mode is used, this is called whenever a message arrives.

Otherwise, called whenever termina.Process() is polled.

Definition at line 42 of file main.cpp.