EasyManua.ls Logo

ST STM32L4 - Page 90

ST STM32L4
213 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Edit main.c
Add the following code inside the while(1) loop (line 100):
HAL_Delay(100);
HAL_GPIO_TogglePin(LED2_GPIO_Port, LED2_Pin);
90