[HAL][K22F] Added final UART pinnames

See title
pull/513/head
Sissors 2014-09-27 10:57:36 +02:00
parent d4263bfed6
commit cc3456f254
1 changed files with 16 additions and 8 deletions

View File

@ -77,6 +77,10 @@ const PinMap PinMap_I2C_SCL[] = {
/************UART***************/
const PinMap PinMap_UART_TX[] = {
{PTA2 , UART_0, 2},
{PTA14, UART_0, 3},
{PTB17, UART_0, 3},
{PTD7 , UART_0, 3},
{PTC4 , UART_1, 3},
{PTE0 , UART_1, 3},
{PTD3 , UART_2, 3},
{NC , NC , 0}
@ -84,6 +88,10 @@ const PinMap PinMap_UART_TX[] = {
const PinMap PinMap_UART_RX[] = {
{PTA1 , UART_0, 2},
{PTA15, UART_0, 3},
{PTB16, UART_0, 3},
{PTD6 , UART_0, 3},
{PTC3 , UART_1, 3},
{PTE1 , UART_1, 3},
{PTD2 , UART_2, 3},
{NC , NC , 0}