# GPIOM ## Overview The GPIOM example shows how to use GPIOM to configure pin control module, and use the specific control module to change outpin level. ## Board Setting No special settings are required. ## Running the example When the example runs successfully, the LED will flash 5 times, and the following message is displayed in the terminal: ```console gpio example using gpiom configures pin control module toggling led 5 times in total toggling led 1/5 times toggling led 2/5 times toggling led 3/5 times toggling led 4/5 times toggling led 5/5 times ```