How to make a quick animated similar to touch led using Arduino ?. I think this is a very good project for the beginners to learn Arduino as well as to design PCB for this project and make it a fully customized Module. Let's get started... Before I proceed to explain these project you require the following thing. Arduino Uno RGB Led(common anode) Resistor 330ohm, 10k ohm Soldering iron Male strip -1 Push Button-1 Proteus and Arduino software 1. INSTALLATION OF SOFTWARE AND SIMULATION 1. Install the latest proteus in your PC 2. Add Arduino library in Proteus. 3.After installation creates a new project and makes the schematic as follows. 4. Install Arduino in your pc. 5. Add TimerOne library in Arduino.(Sketch ->Include Library -> Manage Libraries -> 6. Now write the following code in Arduino then Compile and generate hex file . #include <TimerOne.h> const int button = 8; const int yellow = 9; const i