homework_answer.md

February 7, 2018 ยท View on GitHub

In the main loop:

HAL_GPIO_TogglePin(USER_LED_GPIO_Port, USER_LED_Pin);
HAL_Delay(200);