Adding pin definitions

USART 2 works great
This commit is contained in:
philsson 2018-09-09 22:40:27 +02:00 committed by Philip Johansson
parent 4f798f2ab6
commit 0ce2c9f49c

View File

@ -36,6 +36,16 @@ typedef enum
PIN_COMPASS_SCL = PB_8,
PIN_COMPASS_SDA = PB_9,
// Flexiport - Needs fixing in m-bed
// PIN_USART3_RX = PB_10,
// PIN_USART4_TX = PB_11,
PIN_USART2_RX = PA_3, // Servo 3
PIN_USART2_TX = PA_2, // Servo 4
PIN_USART4_RX = PA_1, // Servo 5
PIN_USART4_TX = PA_0, // Servo 6
} PinMap;
} // namespace revo_f4