cgnuino
|
Communicates with external control apprication running on the PC. More...
#include <cgnuino.h>
Public Member Functions | |
CgnControl (char=10) | |
Constructor. More... | |
String | update (bool=true) |
Checks the serial buffer for a new input line. More... | |
int | getCode () |
Shows decomposed code for the last serial input. | |
String | getValue () |
Shows decomposed value for the last serial input. | |
Communicates with external control apprication running on the PC.
CgnControl::CgnControl | ( | char | e = 10 | ) |
Constructor.
e | EOL for serial inputs (by default \n). |
String CgnControl::update | ( | bool | decompose = true | ) |
Checks the serial buffer for a new input line.
decompose | Whether to decompose the input text (see Details of the class). |