30 if (Serial.available() > 0) {
31 s = Serial.readStringUntil(eol);
34 if (s.length() == 1) {
44 v = s.substring(i + 1);
46 s = s.substring(0, i);
String update()
Checks the serial buffer for a new input line.
int getCode()
Shows decomposed code for the last serial input.
CgnControl(char=10)
Constructor.
String getValue()
Shows decomposed value for the last serial input.