Question: Arduino/Proteus 1. To meet the following code requirement, create an Arduino IDE code that is compatible with Proteus Design Suite. 2. LEDs should light up
Arduino/Proteus
1. To meet the following code requirement, create an Arduino IDE code that is compatible with Proteus Design Suite. 2. LEDs should light up in the direction of the arrows, starting from D8 and D9 being ON simultaneously, followed by D7 and D10, followed by D6 and D11, and so on until D1 and D16. This cycle should repeat indefinitely. 3. The delay between each LED pair should be 100ms. 4. To deal with each LED, use an array and for() loop. 5. Instead of using D1 to D16, use Arduino Uno's Pin2 to Pin11 only.

Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
