Serial.print("Cell 01- "); // prints the voltage value in the serial monitor Serial.print(input_volt); Serial.println("V"); delay(1000); 1st line ok read from device, but after all lines divide
Serial.print("Cell 01- "); // prints the voltage value in the serial monitor
Serial.print(input_volt);
Serial.println("V");
delay(1000);
1st line ok read from device,
but after all lines divide