Home › Evil Mad Scientist Forums › Other kit and product support › Art Controller Adjustments › Reply To: Art Controller Adjustments
April 10, 2019 at 2:13 pm
#27230
bafaction
Participant
The only part that was changed is below.
if (PINB & 1) // Make sure that cancel pin is HIGH (not active):
{
resetTimer();
StopTime = 3;
while ( seconds() < StopTime)
{}
resetTimer();
StopTime = calculateStopTime();
TurnCoilOn();
Triggered = 1;
CoilOn = 1;
}
I was advised by someone on this forum 6 years ago in how to change this.