Data Sheet
28
STEP 4: Next make a function to cause the MOVE mini to drive forwards:
STEP 5: Program button B to call this function like this:
NOTE: If the :MOVE mini drives too far/not far enough, adjust the value
of the ‘DistancePerSec’ variable made earlier. If you make it bigger it will
drive for less distance.
WHAT THIS MEANS
This code is very similar to the block code used
earlier, but includes a timer to stop the :MOVE
mini after a certain distance.
UploadDownload
STEP 6: