Changed to: void SetLatch()

Changed to:

void SetLatch() {
delayMicroseconds(15);
digitalWrite(latchpin,HIGH);
digitalWrite(enablepin,HIGH);
delayMicroseconds(15);
digitalWrite(enablepin,LOW);
digitalWrite(latchpin,LOW);
}

No better.

Reply

The content of this field is kept private and will not be shown publicly.