369a519f7eb625fd9966f946fee70f1e6917cb30
Chip-dat/74xx-dat/74HC595-dat/2024-09-30-18-08-46.png
| ... | ... | Binary files /dev/null and b/Chip-dat/74xx-dat/74HC595-dat/2024-09-30-18-08-46.png differ |
Chip-dat/74xx-dat/74HC595-dat/2024-09-30-18-10-06.png
| ... | ... | Binary files /dev/null and b/Chip-dat/74xx-dat/74HC595-dat/2024-09-30-18-10-06.png differ |
Chip-dat/74xx-dat/74HC595-dat/74HC595-dat.md
| ... | ... | @@ -3,7 +3,32 @@ |
| 3 | 3 | |
| 4 | 4 | - SIPO = 74HC595 = 0.035 - Nexperia(安世) 封装: SOIC-16 |
| 5 | 5 | |
| 6 | +- SNx4HC595 8-Bit Shift Registers With 3-State Output Registers |
|
| 7 | + |
|
| 8 | +## functions |
|
| 9 | + |
|
| 10 | + |
|
| 6 | 11 | |
| 7 | 12 | ## Drive the 7-segment led display |
| 8 | 13 | |
| 9 | - |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| 1 | + |
|
| 2 | + |
|
| 3 | +## run with RPI |
|
| 4 | + |
|
| 5 | +- library - https://pypi.org/project/pi74HC595/ |
|
| 6 | + |
|
| 7 | + |
|
| 8 | + |
|
| 9 | +## pin |
|
| 10 | + |
|
| 11 | +- DS - data |
|
| 12 | +- ST - latch |
|
| 13 | +- SH - shifter register clock |
|
| 14 | + |
|
| 15 | +optional |
|
| 16 | +- OE - output enable - default ground |
|
| 17 | +- When the output-enable (OE) input is high, the outputs are in the high-impedance state. |
|
| 18 | + |
|
| 19 | + |
|
| 20 | + |