Blicking 8 LEDs

To write program for blinking 8 LEDs for above given circuit, you have to define 8 variables first. Then you have to write 8 pinMode statements. Then you have to write 8+8=16 digitalWrite commands to make the LEDs on/off. This is sooooooo boring…! Connection Details The Code int LED0=0; int LED1=1; int LED2=2; int LED3=3; […]