I think i found a bug in the sequencePlay function.
It works well if it is run for the first time and does not stop.
If it is triggered some time after the first run it will not start. I also tried to stop the squence if it was stuck somewhere but it wont make a difference. Example:
I think i found a bug in the sequencePlay function. It works well if it is run for the first time and does not stop. If it is triggered some time after the first run it will not start. I also tried to stop the squence if it was stuck somewhere but it wont make a difference. Example:
if(digitalRead(pin) == LOW) { myservo1.sequencePlay(test, 3);
}
runs fine, but the arduino has to be reset to work again. I also used some different conditions than this pin state to test it out.