Hay, please someone help
I need to write a function to generate a 100 ms delay using a single load value for the SYSTICK timer. blink the red LED at a 100 ms rate when SW1 is held down. blink the green LED at a 200 ms rate when SW2 is held down. blink the blue LED at a 300 ms rate when both switches are held down
Write a function to generate a 10 us delay using a single load value for the SYSTICK timer. b. Blink the red LED at a 10 us rate when SW1 is held down. c. Blink the green LED at a 100 us rate when SW2 is held down, using 10 calls to the function from part a. d. Blink the blue LED at a 10 ms rate when both switches are held down, using 1000 calls to the function from part a
is there any one can help with this program on TM4C123GXl
thank you