Skip to content

Commit 78884d9

Browse files
committed
Update Github_Tutorial.ino
print the value in same line
1 parent 973c917 commit 78884d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Github_Tutorial.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void loop()
2525
myValue = analogRead(A0);
2626

2727
Serial.print("The value is: ");
28-
Serial.println(myValue);
28+
Serial.print(myValue);
2929

3030
delay(250);
3131
}

0 commit comments

Comments
 (0)