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 0e5b00b commit 726257dCopy full SHA for 726257d
Language/Variables/Variable Scope & Qualifiers/static.adoc
@@ -61,7 +61,7 @@ void setup()
61
}
62
63
void loop()
64
-{ // tetst randomWalk function
+{ // test randomWalk function
65
stepsize = 5;
66
thisTime = randomWalk(stepsize);
67
Serial.println(thisTime);
@@ -89,3 +89,14 @@ int randomWalk(int moveSize){
89
90
--
91
// HOW TO USE SECTION ENDS
92
+
93
94
+// SEE ALSO SECTION STARTS
95
+[#see_also]
96
+--
97
98
+[float]
99
+=== See also
100
101
102
+// SEE ALSO SECTION ENDS
0 commit comments