What is the negative end of an LED?
What is a cathode?
This command is used in the setup to set a certain pin as an input or output
what is pinMode?
This component lights up for specified durations and energy levels
what is an LED?
This is a terminal where text can be read as an output given from the arduino
What is a serial monitor?
This command is used to code certain outputs to react the way you want them to
This component allows a circuit to either be open or closed when it is toggled
What is a slideswitch?
This is something you download in the Arduino IDE when you need code for a component that you have just started using
What is a code library?
This command is used to print words in the serial monitor
what is Serial.print?
This component can be used to print out text that can be read by the user
What is an LCD monitor?
What is an actuator?
This command is used to follow a set path given two or more different outcomes
what is an if statement?
This component decreases resistance with respect to light received on it's surface
what is a photoresistor?
This is a named variable that can be is written in before the setup() function
What is a global variable?
This command is used to create and access a larger amount of variables with an index number
What is an array?
A component that gives a changed resistance depending on how much it is bent
What is a flex sensor?