File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
* "From now on those will be refered to as the dataPin, the clockPin and the latchPin respectively.
19
19
* Notice the 0.1"f capacitor on the latchPin, if you have some flicker
20
20
* when the latch pin pulses you can use a capacitor to even it out."
21
+ *
22
+ * Resistors "slow" the flow of current. Capacitors "slow" the changes in the flow.
23
+ * Of course "slow" is not correct but in the context of the common water metaphor, it works.
21
24
* /
22
25
23
26
/*
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Using two 74HC595 shift registers to read button pushes. Code is scalable to rea
17
17
* [ Thinkercad sketch] ( https://www.tinkercad.com/things/7BMBGhKhBrG )
18
18
19
19
![ Circuit diagram] ( ButtonReadChain/SN74HC595-ButtonInputReaderChained.png?raw=true " Sketch ")
20
+ ![ Implemented] ( ButtonReadChain/ButtonReadChain.jpg?raw=true " Implemented ")
20
21
21
22
### [ LedFlasher] ( https://github.com/larsensolutions/arduino/tree/master/LedFlasher ) Using a 8 bit 74HC575 to toggle some LED's
22
23
Using a 74HC595 shift registers to drive 3 LED's.
You can’t perform that action at this time.
0 commit comments