Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 311 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 311 Bytes

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.