send blue pill

Dependencies:   mbed FEP_send

Revision:
1:5443e92b08c8
Parent:
0:bc0103df8555
--- a/pin_config.h	Fri Oct 08 07:21:37 2021 +0000
+++ b/pin_config.h	Mon Oct 11 07:23:07 2021 +0000
@@ -4,15 +4,15 @@
 #include "mbed.h"
 
 /*FEP接続*/
-static PinName const FEP_TX = PB_10;
-static PinName const FEP_RX = PB_11;
+static PinName const FEP_TX = PA_9;
+static PinName const FEP_RX = PA_10;
 
 /*PC接続*/
 static PinName const PC_TX  = USBTX;
 
 /*LED接続*/
-static PinName const LED_0  = PB_0;
+static PinName const LED_0  = PB_7;
 
 /*非常停止スイッチ接続*/
-static PinName const Em_SW  = PB_1;
+static PinName const Em_SW  = PB_0;
 #endif
\ No newline at end of file