Arduino video of turning and spinning motors
Here’s a video of my Arduino robot with some nextrox motors attached to Di servo servos. This is so it can turn and also move forward or backward. https://youtu.be/4bpG65nveMk Here’s the code: #include <Wire.h> #include <Adafruit_PWMServoDriver.h> //SERVO SECTION // called this way, it uses the default address 0x40 Adafruit_PWMServoDriver pwm = Adafruit_PWMServoDriver(); //for …