Fix connection

This commit is contained in:
Sirawat Pitaksarit
2016-08-27 23:23:44 +09:00
parent 81a047bc54
commit f36e7b49f9

View File

@@ -21,7 +21,7 @@ int const BTC = 6;
int const BTD = 11; int const BTD = 11;
int const FXL = 5; int const FXL = 5;
int const FXR = 7; int const FXR = 7;
int const START = 13; int const START = 10;
//Button's LED. From the pin below to LED + resistor to GND. //Button's LED. From the pin below to LED + resistor to GND.
int const BTLA = A5; int const BTLA = A5;
@@ -29,7 +29,7 @@ int const BTLB = A4;
int const BTLC = A2; int const BTLC = A2;
int const BTLD = A0; int const BTLD = A0;
int const FXLL = 8; int const FXLL = 8;
int const FXLR = 10; int const FXLR = 13;
int const STARTL = A3; int const STARTL = A3;
//Encoders. If you are using a Copal, the white cable is A and the green cable is B. (Red goes to 5V and black goes to GND) //Encoders. If you are using a Copal, the white cable is A and the green cable is B. (Red goes to 5V and black goes to GND)