You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "bls_nucleo_f042k6.h"
|
|
|
|
int cppHook()
|
|
{
|
|
stmStart();
|
|
while (1)
|
|
{
|
|
/* USER CODE END WHILE */
|
|
LL_GPIO_TogglePin(LED_G_GPIO_Port,LED_G_Pin);
|
|
LL_mDelay(50);
|
|
/* USER CODE BEGIN 3 */
|
|
}
|
|
return 1;
|
|
}
|
|
|