adachi

Dependencies:   ikarashiMDC PS3

Committer:
piroro4560
Date:
Mon Sep 02 01:49:00 2019 +0000
Revision:
0:7f57e6c08ff7
adachi

Who changed what in which revision?

UserRevisionLine numberNew contents of line
piroro4560 0:7f57e6c08ff7 1 #ifndef PINCONFIG_H
piroro4560 0:7f57e6c08ff7 2 #define PINCONFIG_H
piroro4560 0:7f57e6c08ff7 3 const PinName switchTX = PA_9;
piroro4560 0:7f57e6c08ff7 4 const PinName switchRX = PB_7;
piroro4560 0:7f57e6c08ff7 5 const PinName schmitt_trigger_0 = PB_5;
piroro4560 0:7f57e6c08ff7 6 const PinName schmitt_trigger_1 = PB_4;
piroro4560 0:7f57e6c08ff7 7 const PinName schmitt_trigger_2 = PB_10;
piroro4560 0:7f57e6c08ff7 8 const PinName schmitt_trigger_3 = PB_8;
piroro4560 0:7f57e6c08ff7 9 const PinName schmitt_trigger_4 = PB_9;
piroro4560 0:7f57e6c08ff7 10 const PinName schmitt_trigger_5 = PA_6;
piroro4560 0:7f57e6c08ff7 11 const PinName schmitt_trigger_6 = PA_4;
piroro4560 0:7f57e6c08ff7 12 const PinName schmitt_trigger_7 = PB_0;
piroro4560 0:7f57e6c08ff7 13 const PinName schmitt_trigger_8 = PC_1
piroro4560 0:7f57e6c08ff7 14 ;
piroro4560 0:7f57e6c08ff7 15 const PinName schmitt_trigger_9 = PB_12;
piroro4560 0:7f57e6c08ff7 16 const PinName schmitt_trigger_10 = PA_11;
piroro4560 0:7f57e6c08ff7 17 const PinName schmitt_trigger_11 = PB_6;
piroro4560 0:7f57e6c08ff7 18 const PinName schmitt_trigger_12 = PC_3;
piroro4560 0:7f57e6c08ff7 19 const PinName schmitt_trigger_13 = PC_2;
piroro4560 0:7f57e6c08ff7 20 const PinName schmitt_trigger_14 = PC_0;
piroro4560 0:7f57e6c08ff7 21 const PinName mdTX = PC_10;
piroro4560 0:7f57e6c08ff7 22 const PinName mdRX = PC_11;
piroro4560 0:7f57e6c08ff7 23 const PinName solenoid_0 = PB_2;
piroro4560 0:7f57e6c08ff7 24 const PinName solenoid_1 = PB_8;
piroro4560 0:7f57e6c08ff7 25 const PinName solenoid_2 = PC_8;
piroro4560 0:7f57e6c08ff7 26 const PinName solenoid_3 = PA_7;
piroro4560 0:7f57e6c08ff7 27 const PinName solenoid_4 = PC_5;
piroro4560 0:7f57e6c08ff7 28 const PinName solenoid_5 = PA_12;
piroro4560 0:7f57e6c08ff7 29 const PinName FEPTX = PA_0;
piroro4560 0:7f57e6c08ff7 30 const PinName FEPRX = PA_1;
piroro4560 0:7f57e6c08ff7 31 const PinName main_0TX = PC_6;
piroro4560 0:7f57e6c08ff7 32 const PinName main_0RX = PC_7;
piroro4560 0:7f57e6c08ff7 33 const PinName main_1TX = PC_12;
piroro4560 0:7f57e6c08ff7 34 const PinName main_1RX = PD_2;
piroro4560 0:7f57e6c08ff7 35 const PinName Esbutton = PB_1;
piroro4560 0:7f57e6c08ff7 36 #endif