你好,
请问一下如果操作LED呢?
void init_led(void)
{
GPIO_IF_LedConfigure(LED1|LED2|LED3);
// switch off all LEDs
GPIO_IF_LedOff(MCU_ALL_LED_IND);
}
这样子配置和使用,为什么灯没有反应的呢,是不是配置出错了?
谢谢
JKing
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你好,
请问一下如果操作LED呢?
void init_led(void)
{
GPIO_IF_LedConfigure(LED1|LED2|LED3);
// switch off all LEDs
GPIO_IF_LedOff(MCU_ALL_LED_IND);
}
这样子配置和使用,为什么灯没有反应的呢,是不是配置出错了?
谢谢
JKing