diff options
author | JoaK <joak@nospace.at> | 2016-06-15 18:25:23 +0200 |
---|---|---|
committer | JoaK <joak@nospace.at> | 2016-06-15 18:25:23 +0200 |
commit | a4913693eacf330557882f9016b909fa8ef0293a (patch) | |
tree | 79a228e792967d55f9bb963530f68e05a329860e | |
parent | 3fcf5115ef416a191da4bc2d8d3196ad2953d126 (diff) |
shift register
-rw-r--r-- | index.html | 9 | ||||
-rw-r--r-- | manuals/74HC_HCT595.jpg | bin | 0 -> 16453 bytes | |||
-rw-r--r-- | manuals/74HC_HCT595.pdf | bin | 0 -> 243347 bytes | |||
-rw-r--r-- | manuals/74HC_HCT595.txt | 4 |
4 files changed, 12 insertions, 1 deletions
@@ -35,6 +35,13 @@ <p class="description"> Service manual of the Philips CM8833 Color Monitor. Plus: it includes the technical circuits!</p> <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">philips, monitor, screen, CM8833</marquee></div> </li> + <li id='74HC595'> + <h3 class="title">74HC595</h3> + <a href='manuals/74HC_HCT595.pdf'><img src='manuals/74HC_HCT595.jpg'></a> + <span><a href='manuals/74HC_HCT595.pdf'>pdf-link</a></span><span class="anchorlink"><a href='#74HC595'>anchor-link</a></span> + <p class="description"> The 74HC595; 74HCT595 is an 8-bit serial-in/serial or parallel-out shift register with a storage register and 3-state outputs. Both the shift and storage register have separate clocks. </p> + <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">74HC595, shift register, schieberegister</marquee></div> + </li> <li id='LM555'> <h3 class="title">LM555</h3> <a href='manuals/lm555.pdf'><img src='manuals/lm555.jpg'></a> @@ -46,7 +53,7 @@ <h3 class="title">ULN2003A</h3> <a href='manuals/uln2003a.pdf'><img src='manuals/uln2003a.jpg'></a> <span><a href='manuals/uln2003a.pdf'>pdf-link</a></span><span class="anchorlink"><a href='#ULN2003A'>anchor-link</a></span> - <p class="description"> The ULx2004A devices have a 10.5-kΩ series base resistor to allow operation directly from CMOS devices that use supply voltages of 6 V to 15 V.</p> + <p class="description"> The ULx2004A devices have a 10.5-kOHM series base resistor to allow operation directly from CMOS devices that use supply voltages of 6 V to 15 V.</p> <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">uln2003, Darlington Transistor Array</marquee></div> </li> <li id='Philips N4504'> diff --git a/manuals/74HC_HCT595.jpg b/manuals/74HC_HCT595.jpg Binary files differnew file mode 100644 index 0000000..e4d566f --- /dev/null +++ b/manuals/74HC_HCT595.jpg diff --git a/manuals/74HC_HCT595.pdf b/manuals/74HC_HCT595.pdf Binary files differnew file mode 100644 index 0000000..5bfef37 --- /dev/null +++ b/manuals/74HC_HCT595.pdf diff --git a/manuals/74HC_HCT595.txt b/manuals/74HC_HCT595.txt new file mode 100644 index 0000000..8d6e3b5 --- /dev/null +++ b/manuals/74HC_HCT595.txt @@ -0,0 +1,4 @@ +Title: 74HC595 +File: 74HC_HCT595.pdf +Tags: 74HC595, shift register, schieberegister +Description: The 74HC595; 74HCT595 is an 8-bit serial-in/serial or parallel-out shift register with a storage register and 3-state outputs. Both the shift and storage register have separate clocks. |