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
-1
View File
@@ -76,7 +76,6 @@ void board_init(void)
//------------- LED -------------//
GPIOSetDir(LED_PORT, LED_PIN, 1);
LPC_GPIO->CLR[LED_PORT] = (1 << LED_PIN);
//------------- BUTTON -------------//
for(uint8_t i=0; i<BOARD_BUTTON_COUNT; i++) GPIOSetDir(buttons[i].port, BIT_(buttons[i].pin), 0);