What is the syntax to write something like this.
Like what? What do you expect that code to do? That is NOT how the comma operator is meant to be used.
If you are trying to print() a series of values, use a Serial.print() statement per value.
What is the syntax to write something like this.
Like what? What do you expect that code to do? That is NOT how the comma operator is meant to be used.
If you are trying to print() a series of values, use a Serial.print() statement per value.