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.

cc2642r 通过sysconfig 配置好一个LED后,下面怎样控制这个LED 闪烁



如题。

找了下例程,如下,但是没效果


GPIO_write(CONFIG_LED_0, CONFIG_GPIO_LED_OFF);

Task_sleep(100*100);

GPIO_write(CONFIG_LED_0, CONFIG_GPIO_LED_ON);

Task_sleep(100*100);