We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e2070c commit cf3258cCopy full SHA for cf3258c
README.md
@@ -27,7 +27,7 @@ void loop() {
27
int currentPosition = random(0, 255);
28
Serial.print("\031Position\031");
29
Serial.println(currentPosition);
30
-
+
31
delay(1000);
32
}
33
```
@@ -39,3 +39,5 @@ Results the following printed to the serial port:
39
Position44
40
Temp22.00
41
42
43
+
0 commit comments