Collections of BERTL libraries

Committer:
DongExpander
Date:
Mon Apr 18 09:19:10 2016 +0000
Revision:
0:46115ad78747
Child:
2:4a9ed5ca8a9a
Initial Commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
DongExpander 0:46115ad78747 1 #ifndef pins
DongExpander 0:46115ad78747 2 #define pins
DongExpander 0:46115ad78747 3
DongExpander 0:46115ad78747 4 #define IR_LL p18
DongExpander 0:46115ad78747 5 #define IR_L p16
DongExpander 0:46115ad78747 6 #define IR_M p20
DongExpander 0:46115ad78747 7 #define IR_R p19
DongExpander 0:46115ad78747 8 #define IR_RR p17
DongExpander 0:46115ad78747 9
DongExpander 0:46115ad78747 10 #define US_T p21
DongExpander 0:46115ad78747 11 #define US_E p22
DongExpander 0:46115ad78747 12
DongExpander 0:46115ad78747 13 #define ML_PWM p34
DongExpander 0:46115ad78747 14 #define ML_FWD P1_1
DongExpander 0:46115ad78747 15 #define ML_REV P1_0
DongExpander 0:46115ad78747 16 #define ML_ENC P1_12
DongExpander 0:46115ad78747 17
DongExpander 0:46115ad78747 18 #define MR_PWM p36
DongExpander 0:46115ad78747 19 #define MR_FWD P1_3
DongExpander 0:46115ad78747 20 #define MR_REV P1_4
DongExpander 0:46115ad78747 21 #define MR_ENC P1_13
DongExpander 0:46115ad78747 22
DongExpander 0:46115ad78747 23 #define PW_MOT p30
DongExpander 0:46115ad78747 24 #define PW_IR P1_6
DongExpander 0:46115ad78747 25 #define PW_ENC P1_7
DongExpander 0:46115ad78747 26
DongExpander 0:46115ad78747 27 #endif