Hi!
All else being standard, how long will the output being set in this case:
digitalWrite(CLK, LOW);
digitalWrite(CLK, HIGH);
digitalWrite(CLK, LOW);
I would think it would be at least one clock cycle, so 1/16MHz = 62,5ns, but is that so?
thanks for the help