From 6f00848888c62ddf4fe91587d7576d6721b7fdc8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 8 Aug 2016 21:28:40 +0100 Subject: [PATCH] Try and fail to fix pixelbot problem :/ --- HullPixelBotDance/HullPixelBotDance.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HullPixelBotDance/HullPixelBotDance.ino b/HullPixelBotDance/HullPixelBotDance.ino index e7e97e4..320ff5d 100644 --- a/HullPixelBotDance/HullPixelBotDance.ino +++ b/HullPixelBotDance/HullPixelBotDance.ino @@ -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)