Overview#
The cmsis_gpio_button_toggle_led example show how to use the CMSIS driver interface to operate the LED as GPIO output and operate the GPIO as input with callback supported.
In this example, everytime button is pressed will trigger a interrupt and user callback will be invoked. The user callback print to the console to indicate a button press event is detected.