controlling-LEDs-in-TivaC-pad This project demonstrates controlling LEDs using GPIO on a microcontroller. Code Description The main code initializes GPIO Port F, sets pins 1, 2, and 3 as outputs, and toggles the LEDs in an infinite loop. Files main.c: Contains the main code for the project.