April 5, 2017
Description
Needed that one for an arduino project.
It jams a little, but if you move it with the following code, it should be fine (at least for me)
void loop()
{
for(int i=0; i<256; i+=5){
servi.write(i);
delay(50);
}
}
License:
Creative Commons - Attribution