Pular para o conteúdo principal

gpio-config

// Initialize GPIO for an LED
HAL_GPIO_WritePin(LED_GPIO_Port, LED_Pin, GPIO_PIN_SET);