Try and fail to fix pixelbot problem :/
This commit is contained in:
parent
5fc0a74263
commit
6f00848888
1 changed files with 4 additions and 4 deletions
|
@ -11,10 +11,10 @@ int rmotorPin3 = 2; // Yellow - 28BYJ48 pin 3
|
|||
int rmotorPin4 = 3; // Orange - 28BYJ48 pin 4
|
||||
// Red - 28BYJ48 pin 5 (VCC)
|
||||
|
||||
int lmotorPin1 = 4; // Blue - 28BYJ48 pin 1
|
||||
int lmotorPin2 = 5; // Pink - 28BYJ48 pin 2
|
||||
int lmotorPin3 = 6; // Yellow - 28BYJ48 pin 3
|
||||
int lmotorPin4 = 7; // Orange - 28BYJ48 pin 4
|
||||
int lmotorPin1 = 7; // Blue - 28BYJ48 pin 1
|
||||
int lmotorPin2 = 6; // Pink - 28BYJ48 pin 2
|
||||
int lmotorPin3 = 5; // Yellow - 28BYJ48 pin 3
|
||||
int lmotorPin4 = 4; // Orange - 28BYJ48 pin 4
|
||||
// Red - 28BYJ48 pin 5 (VCC)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue