embeddedlibrary
reusable software modules for embedded systems
hal_pic32mx250f128b.h
1 
22 #define TIMING_NUMBER 2
23 
24 #define UART_INTERRUPT_PRIORITY 3
25 
26 #define UART1_TX_PIN RPA0
27 #define UART1_RX_PIN RPA2
28 // UART2 is connected to the pins used on the Microstick II header
29 #define UART2_TX_PIN RPB10
30 #define UART2_RX_PIN RPB11
31 
32