NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2022_NHK_B_sub2

Dependencies:   2022_NHK_B_canTR FEP_RX22 QEI ikarashiMDC_2byte_ver mbed HOSOKIkikou R1370 SEKIkikou

Files at this revision

API Documentation at this revision

Comitter:
ikarashikota
Date:
Thu Sep 29 09:24:21 2022 +0000
Parent:
0:877aeb04390a
Child:
2:ea17f9e04972
Commit message:
repair FEP pinname

Changed in this revision

pinconfig.h Show annotated file Show diff for this revision Revisions of this file
--- a/pinconfig.h	Thu Sep 29 08:18:07 2022 +0000
+++ b/pinconfig.h	Thu Sep 29 09:24:21 2022 +0000
@@ -7,9 +7,9 @@
 static PinName const stop_pin = PA_5;
 
 /*FEP*/
-static PinName const fepTX = PC_10;
-static PinName const fepRX = PC_11;
-static uint8_t const fepad = 001; // 通信相手のアドレス
+static PinName const fepTX = PA_9;
+static PinName const fepRX = PA_10;
+static uint8_t const fepad = 005; // 通信相手のアドレス
 
 /*PC*/
 static PinName const pcTX = USBTX;