adding ea4088 quickstart, able to blink

This commit is contained in:
hathach
2018-12-04 16:32:20 +07:00
parent 261e0f9801
commit 6c2404ca49
14 changed files with 20280 additions and 8 deletions
+1
View File
@@ -145,6 +145,7 @@ void board_init(void)
//------------- USB -------------//
}
//------------- LED -------------//
void board_led_control(bool state)
{
Chip_GPIO_SetPinState(LPC_GPIO_PORT, LED_PORT, LED_PIN, state);