Ryutaro Sugai
/
Club_PinConfig
ClubRobotContest MainBoardVer1
PinConfig.h@0:2951735262d9, 2019-12-10 (annotated)
- Committer:
- sugai
- Date:
- Tue Dec 10 07:59:08 2019 +0000
- Revision:
- 0:2951735262d9
- Child:
- 1:2cc4ff8ca2d2
Ver1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sugai | 0:2951735262d9 | 1 | #ifndef PIN_CONFIG_H |
sugai | 0:2951735262d9 | 2 | #define PIN_CONFIG_H |
sugai | 0:2951735262d9 | 3 | //FEP |
sugai | 0:2951735262d9 | 4 | const PinName FEPTX = PC_10; |
sugai | 0:2951735262d9 | 5 | const PinName FEPRX = PC_11; |
sugai | 0:2951735262d9 | 6 | //PC |
sugai | 0:2951735262d9 | 7 | const PinName PCTX = PC_12; |
sugai | 0:2951735262d9 | 8 | const PinName PCRX = PD_2; |
sugai | 0:2951735262d9 | 9 | //R1370 |
sugai | 0:2951735262d9 | 10 | const PinName R1370TX = PC_6; |
sugai | 0:2951735262d9 | 11 | const PinName R1370TX = PC_7; |
sugai | 0:2951735262d9 | 12 | const PinName R1370RST = PC_8; |
sugai | 0:2951735262d9 | 13 | //RotaryEncoder |
sugai | 0:2951735262d9 | 14 | const PinName Encoder1A = PA_0; |
sugai | 0:2951735262d9 | 15 | const PinName Encoder1B = PA_1; |
sugai | 0:2951735262d9 | 16 | const PinName Encoder2A = PA_7; |
sugai | 0:2951735262d9 | 17 | const PinName Encoder2B = PA_6; |
sugai | 0:2951735262d9 | 18 | //DebugSW |
sugai | 0:2951735262d9 | 19 | const PinName DebugSW1 = PA_8; |
sugai | 0:2951735262d9 | 20 | const PinName DebugSW2 = PB_10; |
sugai | 0:2951735262d9 | 21 | const PinName DebugSW3 = PB_4; |
sugai | 0:2951735262d9 | 22 | //DebugLED |
sugai | 0:2951735262d9 | 23 | const PinName DebugLED1 = PB_5; |
sugai | 0:2951735262d9 | 24 | const PinName DebugLED2 = PB_3; |
sugai | 0:2951735262d9 | 25 | const PinName DebugLED3 = PA_10; |
sugai | 0:2951735262d9 | 26 | |
sugai | 0:2951735262d9 | 27 | #endif |