Question: Write a program that: - Continuously read the status of a button using a GPIO pin. - If the button was pressed: - Display a

Write a program that: - Continuously read the status of a button using a GPIO pin. - If the button was pressed: - Display a message indicating that the button was pressed. If the LED is off: - Turn it on by setting a value of 1 to the pin connected to the LED. - Display a message indicating the LED was turned on. If the LED is on: - Turn it off by setting a value of 0 to the pin connected to the LED. - Display a message indicating the LED was turned off. - The program terminates after the user presses the button four times. Submission: - C program source code named "GPIO.c." - Screenshots from your Terminal showing program operation
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
