Skip to content

Commit

Permalink
Changed pin assignments to easy assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
r3n33 committed Nov 18, 2016
1 parent 9d23aaa commit 62ebcc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Expand Up @@ -24,8 +24,8 @@
* IR Receiver - Digital Pin 2
* Left Hip Servo - Digital Pin 10
* Right Hip Servo - Digital Pin 9
* Left Ankle Servo - Digital Pin 5
* Right Ankle Servo - Digital Pin 2
* Left Ankle Servo - Digital Pin 6
* Right Ankle Servo - Digital Pin 5
*
* Jumper for pins 9/10/11 should be set to 'VIN'
* Jumper for pins 3/5/6 should be set to 'VIN'
Expand Down Expand Up @@ -58,8 +58,8 @@
* RR ==> ----- ------ <== RL
* ----- ------
*/
const int PIN_RR = 3; //Roll Right
const int PIN_RL = 5; //Roll Left
const int PIN_RR = 5; //Roll Right
const int PIN_RL = 6; //Roll Left
const int PIN_YR = 9; //Yaw Right
const int PIN_YL = 10; //Yaw Left
const int TRIM_RR = -5; //Trim on the right ankle (adjust +/- as necessary)
Expand Down
8 changes: 4 additions & 4 deletions Code/Libs/Chip-E/examples/Chip-E_Gamepad/Chip-E_Gamepad.ino
Expand Up @@ -24,8 +24,8 @@
* IR Receiver - Digital Pin 2
* Left Hip Servo - Digital Pin 10
* Right Hip Servo - Digital Pin 9
* Left Ankle Servo - Digital Pin 5
* Right Ankle Servo - Digital Pin 2
* Left Ankle Servo - Digital Pin 6
* Right Ankle Servo - Digital Pin 5
*
* Jumper for pins 9/10/11 should be set to 'VIN'
* Jumper for pins 3/5/6 should be set to 'VIN'
Expand Down Expand Up @@ -65,8 +65,8 @@
* RR ==> ----- ------ <== RL
* ----- ------
*/
const int PIN_RR = 3; //Roll Right
const int PIN_RL = 5; //Roll Left
const int PIN_RR = 5; //Roll Right
const int PIN_RL = 6; //Roll Left
const int PIN_YR = 9; //Yaw Right
const int PIN_YL = 10; //Yaw Left
const int TRIM_RR = -5; //Trim on the right ankle (adjust +/- as necessary)
Expand Down

0 comments on commit 62ebcc2

Please sign in to comment.