From b5614519056c0d8bea5705312c30ce387bdee88d Mon Sep 17 00:00:00 2001
From: zhaoliang <zhz03@g.ucla.edu>
Date: Mon, 25 Oct 2021 16:32:15 -0700
Subject: [PATCH] test motor

---
 .../{ => Motor_Basic_Test}/Motor_Basic_Test.ino               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename Code/Control/Feather Code - Aaron/{ => Motor_Basic_Test}/Motor_Basic_Test.ino (96%)

diff --git a/Code/Control/Feather Code - Aaron/Motor_Basic_Test.ino b/Code/Control/Feather Code - Aaron/Motor_Basic_Test/Motor_Basic_Test.ino
similarity index 96%
rename from Code/Control/Feather Code - Aaron/Motor_Basic_Test.ino
rename to Code/Control/Feather Code - Aaron/Motor_Basic_Test/Motor_Basic_Test.ino
index 9208590..d00e1d3 100644
--- a/Code/Control/Feather Code - Aaron/Motor_Basic_Test.ino	
+++ b/Code/Control/Feather Code - Aaron/Motor_Basic_Test/Motor_Basic_Test.ino	
@@ -3,8 +3,8 @@
 #include <Wire.h>
 #include <Adafruit_MotorShield.h>
 
-int largeVal = 255;
-int smallVal = 127;
+int largeVal = 100;
+int smallVal = 50;
 
 Adafruit_MotorShield AFMS = Adafruit_MotorShield();
 Adafruit_DCMotor *motorVL = AFMS.getMotor(1);
-- 
GitLab