-
PDF
Bestandsliste.pdf
0,05 € 5,30 € 515 5X20T100MA Feinsicherung 100mA 5x20mm 250V träge 20Stk 0,10 € 1,90 € 516 6.3X32T12A Feinsicherung 12 A 6x32mm 250V träge 4Stk 0,23 € 0,92 € 517 5X20T12.5A Feinsicherung 12.5 A 5x20mm 125V träge 30 Stk 0,11 € 3,15 € 518 6.3X32T12.5A Feinsicherung 12.5A 6x32mm 250V träge 27Stk 0,09 €
in „Auflösung Elektronik Shop“ · Markt ·
-
Datei
HSV_RGB_10bitPWM.asm
*********************************************************************** ;* ;* ;* Controller-Typ: ATtiny2313 ;* Taktfrequenz: 16 MHz ;* ;* ;* Autor: Steffen Hörhold ;* Date: 16.07.2009 ;* Version: 1.0 ;* Chip ID: ;* ;*************************************************************************** .include
in „DMX - PWM generieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Messadap.asm
*** ;* * ;* Title : Drehzahlmesser * ;* Version : 0.0 * ;* Last updated : 15.01.09 * ;* Target : ATTiny13 * ;************************************ ;**** includes ********************** .include "tn13def.inc" ;Pin7 : PB2 - ADC1 - Steckerleiste Pin1 ;Pin1 : PB5 - ADC0 - Steckerleiste Pin2 (RESET) ;Pin2
in „Einfacher Messadapter RS232“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Elektronikladen07.pdf
, verschiedene Datenblätter, HC12 Reference Manual, C Compiler Demoversionen u.v.m. auf CD-ROM (*) DIE PREISE: CARDS12D64 HCS12 Controller Modul mit MC9S12D64 69,50 EUR CARDS12DP512 HCS12 Controller Modul MC9S12DP512 79,50 EUR CARDS12XDP5
in „MC68000 von Motorolla“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Attiny2313_Remote_ServoD.asm
DEVICE ATtiny2313 .INCLUDE "tn2313adef.inc" .CSEG .ORG $0000 rjmp Main ; Reset reti ; INT0 Interrupt rjmp Interr1; reti ; INT1 Interrupt reti ; TC1Capt Interrupt reti ; Timer 1 Compare A match reti ; TC1 Overflow
in „Funkverbindung zwischen 2 AVR´s in Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
led.c
********* * * LED strip Steuerung mit IR * Andreas Brietzke, Nagareyama-shi, J * * * Chip type : ATtiny2313 * Clock frequency : 8 MHz * lfuse 64 = 0110 0000 -> a4 = 1010 0100 * hfuse df = 1101 1111 -> d9 = 1101 1001 * avrdude -p t2313 -c usbasp -B 10 -U lfuse:w:0xa4:m -U hfuse:w:0xd9:m * * led.c * *
in „Steuerung LED Zimmerbeleuchtung 4-Kanal“ · Projekte & Code ·
-
Datei
led.c
********* * * LED strip Steuerung mit IR * Andreas Brietzke, Nagareyama-shi, J * * * Chip type : ATtiny2313 * Clock frequency : 8 MHz * lfuse 64 = 0110 0000 -> a4 = 1010 0100 * hfuse df = 1101 1111 -> d9 = 1101 1001 * avrdude -p t2313 -c usbasp -B 10 -U lfuse:w:0xa4:m -U hfuse:w:0xd9:m * * led.c * *
in „Steuerung LED Zimmerbeleuchtung 4-Kanal“ · Projekte & Code ·
-
Datei
dude54arduino_mit_vvvv.txt
Device code: 0x10 = (unknown) avrdude: Recv: . [11] Device code: 0x11 = (unknown) avrdude: Recv: . [12] Device code: 0x12 = (unknown) avrdude: Recv: . [13] Device code: 0x13 = AT90S1200 avrdude: Recv: . [14] Device code: 0x14 = (unknown) avrdude: Recv: . [15] Device code: 0x15 = (unknown) avrdude: Recv
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR120.pdf
must stay between GND and AV . CC Note that some devices cannot measure negative differences, e.g. ATtiny26. The need for calibration The total error of the actual ADC comes from more than just quantization error. This document describes offset and gain errors and how to compensate for them. It also describes
in „ATtiny15 ADC differential“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc2559.pdf
maximum value (512 using 10-bit ADC). Note that some devices cannot measure negative differences, e.g. ATtiny26. 2.3 The need for calibration The total error of the actual ADC comes from more than just quantization error. This document describes offset and gain errors and how to compensate for them. It also
in „ADC-Wert nicht linear beim Einlesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the
in „ATmega UART spinnt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the
in „UART mit Atmega8 (Peter Fleury Library)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the
in „AVR bootloader Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the
in „UART Bibliothek funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
circular buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.12 2014/01/08 21:58:12 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the
in „AVR Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avrdude_crash.txt
Using Programmer : usbtiny avrdude: usbdev_open(): Found USBtinyISP, bus:device: 002:009 AVR Part : ATtiny2313 Chip Erase delay : 9000 us PAGEL : PD4 BS2 : PD6 RESET disposition : possible i/o RETRY pulse : SCK serial program mode : yes parallel program mode : yes Timeout : 200 StabDelay : 100 CmdexeDelay
in „Avrdude stürzt ab, beim Flash/EEPROM Lesen über usbtiny, Ubuntu 16.04“ · PC Hard- und Software ·
-
Datei
All.txt
RESISTOR, European symbol 4 R1 1k R-EU_0204/2V 0204V RESISTOR, European symbol 4 R119 1K R-EU_0411/12 0411/12 RESISTOR, European symbol 4 R118 10K R-EU_0411/12 0411/12 RESISTOR, European symbol 4 R117 4,7K R-EU_0411/12 0411/12 RESISTOR, European symbol 4 R116 15K R-EU_0411/12 0411/12 RESISTOR, European
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Datei
MSF60_V26.asm
STK500) ;CPU Takt 4,096 MHz (3,686 MHz STK500) ;*Prog 22032026* ;© frei nach @scott-falk huehn ;ATtiny4313 memory use summary [bytes]: ;Segment Begin End Code Data Used Size Use% ;[.cseg] 0x000000 0x000750 1840 32 1872 4096 45.7 ;[.dseg] 0x000060 0x000079 0 25 25 256 9.8 ;[.eseg] 0x000000 0x000000 0
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
liesmich.pdf
Daten = 9 Case 16 : Daten = 11 Case 15 : Daten = 14 Case 14 : Daten = 17 Case 13 : Daten = 20 Case 12 : Daten = 23 Case 11 : Daten = 26 Case 10 : Daten = 29 Case 9 : Daten = 31 Case 8 : Daten = 34 Case 7 : Daten = 37 Case 6 : Daten = 40 Case 5 : Daten = 43 Case 4 : Daten = 46 Case 3 : Daten = 48 Case
-
PDF
AVR-Tutorial.pdf
sind. Für einen ATMega8 zb. würde die einzubindende Datei m8def.inc heissen. (ATmega16: m16def.inc, ATTiny12: tn12def.inc) In der 2. Zeile wird mit dem Befehl ldi r16, 0xFF der Wert 0xFF (entspricht 0b11111111) in das Register r16 geladen. Die AVRs besitzen 32 Arbeitsregister, r0-r31, die als Zwischenspeicher
in „AVR-Tutorial als PDF bzw *.doc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gcc9.2_binutils2.34_Konsolenausgabe.txt
gen-avr-lib-tree.sh Generating source directories: avr/lib/avr2/ avr/lib/avr2/at90s1200 avr/lib/avr2/attiny11 avr/lib/avr2/attiny12 avr/lib/avr2/attiny15 avr/lib/avr2/attiny28 avr/lib/avr2/at90s4414 avr/lib/avr2/at90s4434 avr/lib/avr2/at90s8515 avr/lib/avr2/at90s8535 avr/lib/avr2/at90c8534 avr/lib/avr2/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
0.42inch_oled_ssd1306_72x40_demo.ino
9, /* reset=*/ 8); //U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 6, /* dc=*/ 4, /* reset=*/ 12); // Arduboy (DevKit) //U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(/* cs=*/ 12, /* dc=*/ 4, /* reset=*/ 6); // Arduboy 10 (Production, Kickstarter Edition) //U8X8_SSD1306_128X64_NONAME_4W_HW_SPI u8x8(
in „Mini Display ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Tiny_50Hz.c
/* Today: a Sine Generator with the ATTiny 25/45/85 * using Timer 0 in PWM Mode * A sine table provides the PWM Values and a dead time is inserted for driving * larger loads via high and low side drivers * due to pin restrictions we cannot
in „Theorie Wechselrichter 12V DC -> 230V AC“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
Inhalt2017.pdf
. . . . . . 07 22 Starterkits und Entwicklungsboards . . . . . . . . . . . . . . . . . . . . . 03 12 Swiss Pi Extensions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 01 82 Audioverstärker Klasse A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 07 112 Bauen Sie einen Chipamp
in „Elektor-Hefte Jahrgang 1985/86/87“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irmp.c
fli4l.de * * $Id: irmp.c,v 1.172 2015/05/27 09:33:14 fm Exp $ * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
gcc10.0.1_binutils2.34_Konsolenausgabe_b.txt
gen-avr-lib-tree.sh Generating source directories: avr/lib/avr2/ avr/lib/avr2/at90s1200 avr/lib/avr2/attiny11 avr/lib/avr2/attiny12 avr/lib/avr2/attiny15 avr/lib/avr2/attiny28 avr/lib/avr2/at90s4414 avr/lib/avr2/at90s4434 avr/lib/avr2/at90s8515 avr/lib/avr2/at90s8535 avr/lib/avr2/at90c8534 avr/lib/avr2/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „[AVR-GCC] makefile SRC und #include“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „ATmega1284p, UART Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „ATmega168 Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „fleurys I2C + UART lib halten in Kombination die Hauptschleife an!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „Inkonsistentes Verhalten einfachem avr-gcc-codes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „RFM70 Timing Problem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.9 2012/11/10 12:59:31 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „UART Auswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.9 2012/11/10 12:59:31 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.9 2012/11/10 12:59:31 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „Float via UART an PC senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „UART bei externer Stromquelle“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
buffers Author: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.9 2012/11/10 12:59:31 peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „avr dude Programm zu groß? Eclipse GCC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Teileliste-04-18-2233.html
class="ce7"><p>PDIP-8</p></td><td style="text-align:left;width:3.731cm; " class="ce7"><p>ATTINY 12L DIP</p></td><td style="text-align:left;width:2.776cm; " class="ce7"> </td><td style="text-align:left;width:3.157cm; " class="ce7"> </td><td style="text-align:right; width:1.879cm; " class="ce7"
in „Bauelemente abzugeben“ · Markt ·
-
Datei
irmp.c
Copyright (c) 2009-2018 Frank Meyer - frank(at)fli4l.de * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
irmp.c
Copyright (c) 2009-2018 Frank Meyer - frank(at)fli4l.de * * Supported AVR mikrocontrollers: * * ATtiny87, ATtiny167 * ATtiny45, ATtiny85 * ATtiny44, ATtiny84 * ATmega8, ATmega16, ATmega32 * ATmega162 * ATmega164, ATmega324, ATmega644, ATmega644P, ATmega1284, ATmega1284P * ATmega88, ATmega88P, ATmega168
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
Self_ADC.asm
************************************** ;* * ;* Dieses Programm sollte dafür sorgen mit einem AVR ATTiny13 * ;* einen TDA8420 oder TDA8421 anzusteuern * ;* Über die ADC-Ports werden die Spannungen der Potis ausgewertet* ;* und intern decodiert und über den I²C-BUS zum Sound-IC * ;* geleitet. Auch die
in „Mein altes Programm will nicht mehr“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gcc10_binutils2.33.1_flex_Konsolenausgabe.txt
gen-avr-lib-tree.sh Generating source directories: avr/lib/avr2/ avr/lib/avr2/at90s1200 avr/lib/avr2/attiny11 avr/lib/avr2/attiny12 avr/lib/avr2/attiny15 avr/lib/avr2/attiny28 avr/lib/avr2/at90s4414 avr/lib/avr2/at90s4434 avr/lib/avr2/at90s8515 avr/lib/avr2/at90s8535 avr/lib/avr2/at90c8534 avr/lib/avr2/tiny-stack
in „Toochain bauen avr-gcc-x.x mit binutils-2.34 funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „SHT11 misst Mist“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Spannungsstabilisierung/Entstörung“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
DOC1619_EMC_Design_Considerations.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „[Atmega8] Überempfindliche störanfälle Schaltung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „Attiny im Dauerbetrieb“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DOC1619.PDF
optimum Reset behavior. The diode must also be omitted if In-System Programming of devices like ATtiny11, which can only be programmed using 12V, is required. Then one of the ESD protection methods described earlier may be used instead. Figure 10. Recommended Reset Pin Connection Vcc R Microcontroller
in „ATtiny 13 und 45 habens Programm vergessen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Unterprogramme.h
: Peter Fleury <pfleury@gmx.ch> http://jump.to/fleury File: $Id: uart.c,v 1.6.2.2 2009/11/29 08:56:12 Peter Exp $ Software: AVR-GCC 4.1, AVR Libc 1.4.6 or higher Hardware: any AVR with built-in UART, License: GNU General Public License DESCRIPTION: An interrupt is generated when the UART has finished
in „Roboter-Linienverfolgung mit P-Regler und Ausweichmodus“ · Mikrocontroller und Digitale Elektronik ·