ClubRobotContest MainBoardVer1

Dependencies:   mbed

Revision:
2:1d151fd48b1e
Parent:
1:2cc4ff8ca2d2
Child:
3:772ba99eaf85
--- a/PinConfig.h	Fri Dec 13 09:42:33 2019 +0000
+++ b/PinConfig.h	Fri Dec 20 07:43:26 2019 +0000
@@ -3,9 +3,12 @@
 //FEP
 const PinName FEPTX = PC_10;
 const PinName FEPRX = PC_11;
+//RS485
+const PinName RS485TX = PC_12;
+const PinName RS485RX = PD_2;
 //PC
-const PinName PCTX = PC_12;
-const PinName PCRX = PD_2;
+const PinName PCTX = PA_2;
+const PinName PCRX = PA_3;
 //R1370
 const PinName R1370TX = PC_6;
 const PinName R1370RX = PC_7;