Skip to content

Commit bd8ac08

Browse files
authored
Update pin_defs.h (#120)
change the servo pin defs according to new sra board
1 parent cb0a6a7 commit bd8ac08

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

include/pin_defs.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@
9696
/////////////////////////////
9797

9898
/////////// servos //////////
99-
#define SERVO_A 15
100-
#define SERVO_B 5
101-
#define SERVO_C 19
102-
#define SERVO_D 18
99+
#define SERVO_A 15 //GRIPPER
100+
#define SERVO_B 5 //ELBOW
101+
#define SERVO_C 18 //ARM
102+
#define SERVO_D 19 //BASE
103103
/////////////////////////////
104104

105105
//////// led matrix /////////
@@ -109,4 +109,4 @@
109109
#define SHIFT_REGISTER_RCLK 13
110110
/////////////////////////////
111111

112-
#endif
112+
#endif

0 commit comments

Comments
 (0)