/* Turn on user LED */
GPIO_write(Board_LED, Board_LED_ON);
GPIO_write() sets the state of the specified GPIO pin to on or off.
/* Turn on user LED */
GPIO_write(Board_LED, Board_LED_ON);
GPIO_write() sets the state of the specified GPIO pin to on or off.
举报