Create Arduino Code for 30 LEDs

Job ID: 31665044

Budget: $10 – $30 USD

Create a code that takes three different inputs; mode1, mode2, mode3.

Mode1 = Run a code that lights up 30 LEDs in this sequence: Begin from both outer most ends, then work in the inward directions until all LEDs are lit up. This has to be completed in 1 second. Since, two LEDs will light up at the same time, divide 1/15 to get the rate.

Mode2 = Run a code that begins with two LEDs from the center and work in the outward directions. Follow the same decree from 'mode1'.

Mode3 = Run a code that begins at one end of the sequence (upper most LED) and work downwards to llight up all 30 LEDs. The rate for this mode will 1/30.