1. Program your micro-controller to serially communicate with your laptop/computer. 2. If a 'R' is sent from your computer to the board, turn the 'RED' LED on. If 'B' is received by the micro-controller turn BLUE LED on, for 'G' tuen GREEN LED on. 3. If any other character is received turn the LEDs off. 4. The character received by the character should also be sent back by the micro-controller to the computer.
Go to file
Rajput R Vikramsingh Vikramsingh 3ab1c54fad Code for UART 7 write 2024-10-29 00:56:10 +05:30
.settings initial commit 2024-10-28 16:55:07 +05:30
targetConfigs initial commit 2024-10-28 16:55:07 +05:30
.ccsproject initial commit 2024-10-28 16:55:07 +05:30
.cproject initial commit 2024-10-28 16:55:07 +05:30
.project initial commit 2024-10-28 16:55:07 +05:30
main.c Code for UART 7 write 2024-10-29 00:56:10 +05:30
tm4c123gh6pm.cmd initial commit 2024-10-28 16:55:07 +05:30
tm4c123gh6pm.h initial commit 2024-10-28 16:55:07 +05:30
tm4c123gh6pm_startup_ccs.c initial commit 2024-10-28 16:55:07 +05:30