In: Electrical Engineering
Time delays are useful in many programs, including here. This first part requires you to create a subroutine which can be used to generate a delay of required time. Write a delay function called Delay() which creates a delay by using the Delay1ms() function. Create the delay so that it is one second in duration. You can show the operation by turning the LED on, calling the delay, and then turning off the LED.
-Written In C programming
-For Tiva Microprocessor (TM4C123GH6PM)