Write a C program to blink the eight green LEDs in a reversing shift pattern on the DE board. After the last LED in each direction turns on, reverse the direction of the shift. Run and demonstrate the program on the DE board. Recall that C supports shift operations ("<>") and you will need a time delay in your code to see the LEDs blink.