diff options
author | JoaK <joak@nospace.at> | 2016-06-15 18:29:41 +0200 |
---|---|---|
committer | JoaK <joak@nospace.at> | 2016-06-15 18:29:41 +0200 |
commit | 3d09524c886ef19a02fccd200f1e3bff8831a646 (patch) | |
tree | ade4c833f105036c2f3f73108b6a9f3a83b56ade | |
parent | a4913693eacf330557882f9016b909fa8ef0293a (diff) |
added attinys
-rw-r--r-- | index.html | 11 | ||||
-rw-r--r-- | manuals/74HC_HCT595.txt | 2 | ||||
-rw-r--r-- | manuals/atmel-attiny.jpg | bin | 0 -> 18763 bytes | |||
-rw-r--r-- | manuals/atmel-attiny.pdf | bin | 0 -> 3848169 bytes | |||
-rw-r--r-- | manuals/atmel-attiny.txt | 4 | ||||
-rw-r--r-- | manuals/uln2003a.txt | 2 |
6 files changed, 15 insertions, 4 deletions
@@ -40,7 +40,7 @@ <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> + <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">74HC595, shift register, schieberegister, ic</marquee></div> </li> <li id='LM555'> <h3 class="title">LM555</h3> @@ -49,12 +49,19 @@ <p class="description">The LM555 is a highly stable device for generating accurate time delays or oscillation.</p> <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">ic, timer, 555, lm555, osc, trigger, fun</marquee></div> </li> + <li id='atmel attiny'> + <h3 class="title">atmel attiny</h3> + <a href='manuals/atmel-attiny.pdf'><img src='manuals/atmel-attiny.jpg'></a> + <span><a href='manuals/atmel-attiny.pdf'>pdf-link</a></span><span class="anchorlink"><a href='#atmel attiny'>anchor-link</a></span> + <p class="description"> High Performance, Low Power AVR 8-Bit Microcontroller</p> + <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">atmel, attiny, ATtiny25, ATtiny45, ATtiny85, microcontroller</marquee></div> + </li> <li id='ULN2003A'> <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-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> + <div class="tags"><span>Tags: </span><marquee behavior="scroll" direction="left">uln2003, Darlington Transistor Array, ic</marquee></div> </li> <li id='Philips N4504'> <h3 class="title">Philips N4504</h3> diff --git a/manuals/74HC_HCT595.txt b/manuals/74HC_HCT595.txt index 8d6e3b5..68df962 100644 --- a/manuals/74HC_HCT595.txt +++ b/manuals/74HC_HCT595.txt @@ -1,4 +1,4 @@ Title: 74HC595 File: 74HC_HCT595.pdf -Tags: 74HC595, shift register, schieberegister +Tags: 74HC595, shift register, schieberegister, ic 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. diff --git a/manuals/atmel-attiny.jpg b/manuals/atmel-attiny.jpg Binary files differnew file mode 100644 index 0000000..748116f --- /dev/null +++ b/manuals/atmel-attiny.jpg diff --git a/manuals/atmel-attiny.pdf b/manuals/atmel-attiny.pdf Binary files differnew file mode 100644 index 0000000..5903cc0 --- /dev/null +++ b/manuals/atmel-attiny.pdf diff --git a/manuals/atmel-attiny.txt b/manuals/atmel-attiny.txt new file mode 100644 index 0000000..588308c --- /dev/null +++ b/manuals/atmel-attiny.txt @@ -0,0 +1,4 @@ +Title: atmel attiny +File: atmel-attiny.pdf +Tags: atmel, attiny, ATtiny25, ATtiny45, ATtiny85, microcontroller +Description: High Performance, Low Power AVR 8-Bit Microcontroller diff --git a/manuals/uln2003a.txt b/manuals/uln2003a.txt index 4239b68..24c2308 100644 --- a/manuals/uln2003a.txt +++ b/manuals/uln2003a.txt @@ -1,4 +1,4 @@ Title: ULN2003A File: uln2003a.pdf -Tags: uln2003, Darlington Transistor Array +Tags: uln2003, Darlington Transistor Array, ic 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. |