| Description | This example shows the use of a for loop, which is useful when you know
precisely how many times a loop needs to be run. The "N" in the top
left corner represents the number of iterations the loop will go
through. In this particular example, the motor runs faster depending
on which iteration the loop is on.
|