Other Parts Discussed in Thread: TM4C123GH6PM
I have a GPIOF_Handler function. Inside this function, i need to know if a sw1(PF4) is pressed or if a sw2(PF0) is pressed, and then, execute a code properly. How i do this without using libraries? Using only
"TM4C123GH6PM.h", <stdint.h> and <stdbool.h>?
Thank's