I want to write a program in C that takes the input of the potentiometer in the pickit. The program should rotate the 4 LED in the pickit board left or right depending on the direction that the potentiometer has been rotated. if the arrow of the potentiometer points to the right the LED's should start to rotate to the right. Also the speed of rotation of the LED's should depend on how far from the center the arrow on the potentiometer points. Moreover, I would like to use the pushbutton on the board as a pause switch. So when the pushbutton is pressed the LED's should stop at their current position even when the potentiometer is rotating. Any help would be appreciated thanks.