Skip to content
Snippets Groups Projects
Commit b5614519 authored by Zhaoliang Zheng's avatar Zhaoliang Zheng
Browse files

test motor

parent 78ebc65f
No related merge requests found
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
#include <Wire.h> #include <Wire.h>
#include <Adafruit_MotorShield.h> #include <Adafruit_MotorShield.h>
int largeVal = 255; int largeVal = 100;
int smallVal = 127; int smallVal = 50;
Adafruit_MotorShield AFMS = Adafruit_MotorShield(); Adafruit_MotorShield AFMS = Adafruit_MotorShield();
Adafruit_DCMotor *motorVL = AFMS.getMotor(1); Adafruit_DCMotor *motorVL = AFMS.getMotor(1);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment