Code Club Electronics 17
So, further to the previous post earlier. I made a quick video showing the motor and code in action. Paper is on just to make it easier to see the motor moving.
Video
Tags
Code Club Electronics 17
So, further to the previous post earlier. I made a quick video showing the motor and code in action. Paper is on just to make it easier to see the motor moving.
Video
Tags
Code Club Electronics 16
Just been looking at the Arduino Motor shield. First off I found some example code along with the all important motor shield library which can be found here
The library is compressed, so once downloaded, I used the Arduino IDE tool to prepare the library software so it can be used.
The video below just shows how to do this. You still need to include the library in your sketch code with:-
#include <AFMotor.h>
Video
Tags