Skip to content

Commit de13f85

Browse files
Adding an image to readme
1 parent f37f228 commit de13f85

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

ButtonReadChain/ButtonReadChain.ino

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
* "From now on those will be refered to as the dataPin, the clockPin and the latchPin respectively.
1919
* Notice the 0.1"f capacitor on the latchPin, if you have some flicker
2020
* 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.
2124
* /
2225
2326
/*

ButtonReadChain/ButtonReadChain.jpg

2.86 MB
Loading

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Using two 74HC595 shift registers to read button pushes. Code is scalable to rea
1717
* [Thinkercad sketch](https://www.tinkercad.com/things/7BMBGhKhBrG)
1818

1919
![Circuit diagram](ButtonReadChain/SN74HC595-ButtonInputReaderChained.png?raw=true "Sketch")
20+
![Implemented](ButtonReadChain/ButtonReadChain.jpg?raw=true "Implemented")
2021

2122
### [LedFlasher](https://github.com/larsensolutions/arduino/tree/master/LedFlasher) Using a 8 bit 74HC575 to toggle some LED's
2223
Using a 74HC595 shift registers to drive 3 LED's.

0 commit comments

Comments
 (0)