What is a DO...LOOP?
This command prints to the terminal window.
What is DEBUG?
Name a device that emits light when current passes through it.
What is LED?
A value that tells the BASIC Stamp how long to wait before moving on to the next command.
What is PAUSE duration argument?
What do you need to click in order to have your boe bot receive the program written on Basic Stamp?
What is Run?
What is under the chassis and attached to wheels.
What are servos?
This command creates a repeating loop that executes a program for a specific count.
What is FOR..NEXT
This command identifies characters as belonging to a variable of a certain size.
What is VAR?
To adjust the distance a BoeBot travels, what can be done?
What is change the end value argument of the FOR..NEXT loop?
Tells the BASIC Stamp Editor that you are downloading the program specifically to a BASIC Stamp 2 Module.
What is the $STAMP Directive
This command generates a pulse to a particular Pin for a specific duration.
What is PULSOUT?
Centering the servos is necessary to ensure that the BoeBot runs according to code. To center the servos, the following programming code is needed:
What command stop's signal to a specified pin?
(think of when you programmed your LED)
What is the Low command?
This command calls up a subroutine.
What is GOSUB?
This occurs when a voltage supply drops below the level a for a Boe Bot to function properly.
What is a Brownout?