LCDReactionTimer by bri_huang

Cloned from Sketch DIY ReactionTimer - Serial Monitor by bri_huang

Fun Reaction Timer game using the SIK LCD Display, a push button, and an LED.
This is a simple reaction timer circuit using an Arduino. It has a random wait time between 2.0 - 3.5 seconds to avoid "gaming" or predicting the start. Hardware connections: ===================== Connect LCD to pins according to this wiring diagram: ![enter link description here](https://raw.githubusercontent.com/bhuangSFE/LCDReactionTimer/master/serial_LCD_reactionTimer_bb.png) Connect an LED between pin 5 and GND and a button between pin 2 and GND. Open up the Serial Monitor to see your reaction time. The average human's reaction time is about 215 ms. What is yours?

Embed This Sketch

Use the following HTML code to embed the sketch code above in your blog or website.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/sketch:349237" frameborder="0"></iframe>

Embed The Serial Monitor

You can also embed the Serial Monitor section! Just use this HTML code.

<iframe style="height: 510px; width: 100%; margin: 10px 0 10px;" allowTransparency="true" src="https://codebender.cc/embed/serialmonitor" frameborder="0"></iframe>