added board lpcxpresso 11u14

This commit is contained in:
hathach
2014-03-25 16:41:50 +07:00
parent f802b54417
commit 04c94440da
6 changed files with 270 additions and 8 deletions

View File

@@ -66,7 +66,6 @@ void board_init(void)
//------------- LED -------------//
GPIOSetDir(LED_PORT, LED_PIN, 1);
board_leds(0x01, 0); // turn off the led first
//------------- BUTTON -------------//
for(uint8_t i=0; i<BOARD_BUTTON_COUNT; i++) GPIOSetDir(buttons[i].port, buttons[i].pin, 0);