cgnuino
|
Stores trial information and print it to the Serial.
#include <cgnuino.h>
Public Member Functions | |
CgnData (char=9) | |
Constructor. More... | |
void | append (String) |
Appends a new text to output buffer. More... | |
void | out () |
Emits buffered text to serial output. | |
void | clear () |
Clears existing output buffer. | |
CgnData::CgnData | ( | char | s = 9 | ) |
s | Separator for serial outputs (by default \t). |
void CgnData::append | ( | String | s | ) |
s | Appended text. |