can you explain what the 1 means at the end in
Serial.println(analogRead(0) * 14.0 / 1024, 1);
please
You could look it up yourself - Serial.print() - Arduino Reference
can you explain what the 1 means at the end in
Serial.println(analogRead(0) * 14.0 / 1024, 1);
please
You could look it up yourself - Serial.print() - Arduino Reference