NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2022_FEPTX-TokiPS4

Dependencies:   FEP_TX22 SerialArduino mbed

Revision:
0:df41f530dbd9
Child:
2:81cf98f7f721
diff -r 000000000000 -r df41f530dbd9 pinconfig.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pinconfig.h	Wed Oct 05 01:13:12 2022 +0000
@@ -0,0 +1,19 @@
+#ifndef PIN_CONFIG_H
+#define PIN_CONFIG_H
+
+#include "mbed.h"
+
+/*FEP*/
+static PinName const fepTX = PB_3;
+static PinName const fepRX = PB_4;
+static uint8_t const fepad = 005; // 通信相手のアドレス
+
+/*PC*/
+static PinName const pcTX = USBTX;
+static PinName const pcRX = USBRX;
+
+/*arduino*/
+static PinName const TXino = PB_6;
+static PinName const RXino = PB_7;
+
+#endif
\ No newline at end of file