Build and code a game that will test your reflexes.
Can you beat the Wheldon Brothers? Or better yet, can you beat a fellow student? In this mission, students will build and code an LED to light up at a random time and then determine who can press their button the fastest.
Have an different version? Look for more information on the Support Page.
Troubleshooting Tips
Is the button press not registering?
Look at the Digital View when you press the button while the code runs. If you see no change, push the button into the breadboard forcefully (but carefully) to make sure the leads connect with the rails on the breadboard.
Look at the Digital View when you press the button while the code runs. If you see no change, push the button into the breadboard forcefully (but carefully) to make sure the leads connect with the rails on the breadboard.
What does “LOW when pulled UP” mean?
This generally refers to pull-up or pull-down resistor circuits. In this case, this allows the signal to be rounded UP to the binary TRUE when the button is pushed, and the circuit is complete.
Our customer support specialists are on hand to ensure your implementation of Piper runs seamlessly. View Support Docs or Contact Support
EXPANDED RESOURCES
Term Glossary
Circuit A conductive path for the flow of current or electricity.
Power The current or flow of electric charge and voltage.
Microcontroller An integrated circuit containing a microprocessor with memory and associated circuits.
Variables A value that can change depending on conditions or information passed to the program. A storage location with a symbolic name used to keep track of a value that can change while a program is running (similar concept to using X and Y in an algebraic equation). Variables are not only numbers; they can also hold text, including whole sentences (strings) or logical values (true or false).
Input Device A hardware device that sends data to a computer, allowing interaction and control.
Output Device A piece of hardware that converts information into a form humans can sense and understand.