And weather it is int or chars does not matter, since my main concern right now is just to get some consistency.
It DOES matter, since Serial.print(int) and Serial.print(char) do different things.
And weather it is int or chars does not matter, since my main concern right now is just to get some consistency.
It DOES matter, since Serial.print(int) and Serial.print(char) do different things.