SDA = pin.PB21
SCL = pin.PB20
+#J9 Header
+#A0 & A1 are LRADC pins with only 6-bit resolution and unlike other pins are only limited to 2v
+A2 = pin.XP_TP
+A3 = pin.XN_TP
+A4 = pin.YP_TP
+A5 = pin.YN_TP
+
#P7 Header
SCLK = D13
SCK = SCLK
UART5_TX = D3
UART5_RX = D2
+PWM0 = D5
+PWM1 = D6
+
#Misc
BACK_SW = pin.PH17 #Three buttons featured on the board
HOME_SW = pin.PH18