send blue pill

Dependencies:   mbed FEP_send

Revision:
0:bc0103df8555
Child:
1:5443e92b08c8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pin_config.h	Fri Oct 08 07:21:37 2021 +0000
@@ -0,0 +1,18 @@
+#ifndef PIN_CONFIG_H
+#define PIN_CONFIG_H
+
+#include "mbed.h"
+
+/*FEP接続*/
+static PinName const FEP_TX = PB_10;
+static PinName const FEP_RX = PB_11;
+
+/*PC接続*/
+static PinName const PC_TX  = USBTX;
+
+/*LED接続*/
+static PinName const LED_0  = PB_0;
+
+/*非常停止スイッチ接続*/
+static PinName const Em_SW  = PB_1;
+#endif
\ No newline at end of file