diff --git a/SIK_circuit14_shiftRegister/SIK_circuit14_shiftRegister.ino b/SIK_circuit14_shiftRegister/SIK_circuit14_shiftRegister.ino index 54fd643..076c66c 100644 --- a/SIK_circuit14_shiftRegister/SIK_circuit14_shiftRegister.ino +++ b/SIK_circuit14_shiftRegister/SIK_circuit14_shiftRegister.ino @@ -87,7 +87,7 @@ void loop() void shiftWrite(int desiredPin, boolean desiredState) - +{ // This function lets you make the shift register outputs // HIGH or LOW in exactly the same way that you use digitalWrite(). @@ -236,4 +236,4 @@ void binaryCount() // Delay so you can see what's going on: delay(delayTime); -} \ No newline at end of file +}