From 44e48a453411edcb81aee72c3074abc2ee5e242d Mon Sep 17 00:00:00 2001 From: Gregg Date: Sun, 4 Jun 2023 09:20:37 -0500 Subject: [PATCH] Update extras.ino --- src/src/extras/extras.ino | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/src/extras/extras.ino b/src/src/extras/extras.ino index e7be939..55aac2a 100644 --- a/src/src/extras/extras.ino +++ b/src/src/extras/extras.ino @@ -200,6 +200,11 @@ void setup() { delay(1000); Serial.printf("\nReady.\n\n"); + pinMode(33,OUTPUT); + pinMode(27,OUTPUT); + digitalWrite(33,HIGH); + digitalWrite(27,HIGH); + motor[0]=new Stepper_A3967(16,17,21,19,18); motor[1]=new Stepper_TB6612(23,32,22,14);