NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2022_FEPTX-TokiPS4

Dependencies:   FEP_TX22 SerialArduino mbed

Revision:
2:81cf98f7f721
Parent:
0:df41f530dbd9
--- a/pinconfig.h	Wed Oct 05 06:49:02 2022 +0000
+++ b/pinconfig.h	Sat Oct 08 04:08:26 2022 +0000
@@ -16,4 +16,17 @@
 static PinName const TXino = PB_6;
 static PinName const RXino = PB_7;
 
+/*VOLUME*/
+static PinName const vol1 = PA_4;
+static PinName const vol2 = PA_1;
+static PinName const vol3 = PA_0;
+
+/*遠隔非常停止*/
+static PinName const em_stop = PB_1;
+
+/*TOGGLE*/
+static PinName const tgl1 = PA_8;
+static PinName const tgl2 = PF_1;
+static PinName const tgl3 = PF_0;
+
 #endif
\ No newline at end of file