-
Datei
lcd_ledboard.c
//Programm zur Ansteuerung eines Boards mit 32 Leds und einem Lcd //Leds über 2 Multiplexer 4067 an Port D // // #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #define True (1) #define False (0) #include "lcd-routines.c" int
in „Programm reagiert nicht auf Tasterdruck“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_tools_2.2.c
Delaywerte jetzt wieder optimiert werden lcd_ini(); als erstes im Hauptprogramm ausführen */ #include <avr/io.h> #include <util/delay.h> #include "E:\\Eigene Dateien\\Dropbox\\Atmel\\AVR Programme\\1aVorlagen\\lcd_tools_h.h" void lcd_flash_e () { LCD_Port = LCD_Port| ( 1<<5 ) ; // Enable = HIGH _delay_ms
in „Headerdatei, Dateien includieren so richtig umgesetzt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_tools_2.2.c
Delaywerte jetzt wieder optimiert werden lcd_ini(); als erstes im Hauptprogramm ausführen */ #include <avr/io.h> #include <util/delay.h> #include "E:\\Eigene Dateien\\Dropbox\\Atmel\\AVR Programme\\1aVorlagen\\lcd_tools_h.h" void lcd_flash_e(void) { LCD_Port = LCD_Port| ( 1<<5 ) ; // Enable = HIGH _delay_ms
in „LCD 4x20 LCDtools.c etwas zu langsam warum“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Nixie_Uhr_4_1.c
40)) { //33: R4(); set_Portc(PC7); } if (m == 30) { //04: R3(); set_Porta(PA4); } if (m == 31) { //14: R3(); } if (m == 32) { //24: R3(); set_Porta(PA4); set_Porta(PA7); } if (m == 33) { //34: R3(); set_Porta(PA7); } if (m == 34) { //44: R3(); set_Porta(PA6); } if (m == 35) { //54: R3(); set_Porta(PA4
in „Win AVR funktioniert nicht richtig !! Hilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dmx-led-module.c
zu klein, F_CPU muss vergrösst werden oder F_PWM oder PWM_STEPS verkleinert werden #endif #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/sleep.h> #include <string.h> #define BAUD 250000L // DMX512 #define UBRR_VAL ((F_CPU+BAUD*8)/(BAUD*16)-1) #define BAUD_REAL (
in „AVR Studio Bug, falsches Register wird geladen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test-_Code.txt
#include <mega32.h> #include <stdio.h> #include <T6963.c> #include <draw.c> // Declare your global variables here char i; char data[17]; // Timer 2 overflow interrupt service routine interrupt [TIM2_OVF] void timer2_
in „ATMEGA32 Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RFM70_HH.c
interrupt flag SPI_send_get(WRITE_REG|STATUS, &status, RX_ptr,1); // update status reg } main #include <avr/io.h> #include <stdint.h> #include <stdio.h> #include <string.h> #define F_CPU 16000000UL #define LEDPORT PORTF #define LED_READY_bm 16 // Port F Pin 4 #define LED_1_bm 32 // Port F Pin 5 #define LED
in „RFM70 arbeitet nicht zuverlässig“ · HF, Funk und Felder ·
-
Datei
Avr305.asm
Interrupt Driven Software UART ;* Version : 1.1 ;* Last updated : 97.08.27 ;* Target : AT90Sxxxx (All AVR Device) ;* ;* Support email : avr@atmel.com ;* ;* Code Size : 32 Words ;* Low Register Usage : 0 ;* High Register Usage : 4 ;* Interrupt Usage : None ;* ;* DESCRIPTION ;* This Application note contains
in „Attiny Soft-UART Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MmmF_V1.0.c
[8]; }; const struct Melodien Melodie1[] = { { 16, { 200, 200, 200, 200, 200, 200, 200, 200 } }, { 32, { 0, 0, 0, 0, 0, 0, 0, 0 } }, { 44, { 12, 0, 0, 0, 0, 0, 0, 0 } }, { 48, { 12, 16, 0, 0, 0, 0, 0, 0 } }, { 56, { 18, 14, 0, 0, 0, 0, 0, 0 } }, { 64, { 18, 16, 0, 0, 0, 0, 0, 0 } }, { 72, { 12, 14, 0, 0, 0, 0, 0, 0 } }, { 80, { 12, 16, 0, 0, 0, 0, 0, 0 } }, { 88, { 14, 16, 0, 0, 0, 0, 0, 0 } }, { 96, { 12, 13, 0, 0, 0, 0, 0, 0 } }, { 100, { 16, 14, 0, 0, 0, 0, 0, 0 } }, { 102, { 16, 12, 0, 0, 0, 0, 0, 0 } }, { 104, { 16, 18, 0, 0, 0, 0, 0, 0 } }, { 106, { 16, 12,
in „Auf der Suche nach Ordnung =)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/sleep.h> #include <avr/interrupt.h> #include <avr/eeprom.h> #include <util/delay.h> #include "global.h" #define F_CAL 12800000L // gemessener Kalibriertakt in 10^-5 Hz // Endung
in „Atmega16 Waveform Mode 14 und LEDs am PORTD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OV7670_Uno-mod.ino
PIND #define MASK_HIGH 0xF0 // PD4...PD7 IN //http://privateblog.info #include <stdint.h> #include <avr/io.h> #include <util/twi.h> #include <util/delay.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> //#define F_CPU 16000000UL #define vga 0 #define qvga 1 #define qqvga 2 #define yuv422 0 #define
in „Brauche Unterstützung beim OV7670 (bzw. SCCB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
OV7670_Uno-FiFo_320.ino
PIND #define MASK_HIGH 0xF0 // PD4...PD7 IN //http://privateblog.info #include <stdint.h> #include <avr/io.h> #include <util/twi.h> #include <util/delay.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> //#define F_CPU 16000000UL #define vga 0 #define qvga 1 #define qqvga 2 #define yuv422 0 #define
in „Brauche Unterstützung beim OV7670 (bzw. SCCB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
FanController.c
/* * FanController.c * * Created: 01.02.2015 20:14:34 * Author: Jan */ #include <avr/io.h> #include "avr/interrupt.h" #include "hardware/hardware.h" #include "uartcon/uartcon.h" #include "motorcontroller/motorcontroller.h" #include "strings/strings.h
in „Problem mit c Programm ATmega32“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
KOMMPROT.pdf
hex 7. Byte: Lade-Delay wenn PC-V aktiv in Sek., hex Anmerkung 8: Byte 1: Steuerbits für Normal- und AVR-Anzeige Byte 2: Steuerbits Intervall- und Intervall-AVR-Anzeige Byte 3: Alternierungszeit Der Aufbau beider Steuerbytes ist identisch. Ingenieurbüro Brendel Tel.: 02463/906230 Postbank Dortmund Schulstr
in „RS-232 Daten auslesen und verarbeiten“ · PC Hard- und Software ·
-
Datei
Test.lst
Test.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .data 0000000e 00800100 000000f6 0000016a 2**0 CONTENTS, ALLOC, LOAD, DATA 1 .text 000000f6 00000000 00000000 00000074 2**1 CONTENTS, ALLOC, LOAD,
in „Array über konstante C-String im Flash“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/wdt.h> #include <stdlib.h> #include <portbits.h> #include "param.h" #include "global.h" #include "lcd.h" #include "uart.h" #include
in „IF-Anweisung.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic.pdf
PC4 PD6 19 PB1 19 PD3 28 PD3 (TXD1/INT3) PC5 (A13) 40 PC5 PD5 20 PB2 20 29 41 PD4 30 PD4 (IC1) PC6 (A14) 42 PC6 PD4 21 PB3 21 PD5 31 PD5 (XCK1) PC7 (A15) PC7 PD3 22 PB4 22 PD6 32 PD6 (T1) 54 PD2 23 PB5 23 B PD7 PD7 (T2) PF7 (ADC7/TDI) 55 PF7 PD1 24 PB6 24 B 2 PF6 (ADC6/TDO) 56 PF6 PD0 25 PB7 25 PE0 PE0
in „PoE AVR Modul“ · Markt ·
-
Datei
TEST.LST
main.out: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 0000010a 00000000 00000000 00000094 2**0 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000000 00800060 0000010a 0000019e 2**0 CONTENTS, ALLOC
-
PDF
BY8100.PDF
sinewave. a = 6.32: line output transformer application; see Fig.18. a = 6.32: line output transformer application; see Fig.18. Fig.2 Maximum permissible average forward Fig.3 Maximum permissible average forward current
in „Philips Diode OF811“ · Analoge Elektronik und Schaltungstechnik ·
-
PDF
uBrain88_Schematic.pdf
AVCC 17 PB5/SCK Würth 742792023 PB7 PB5 +5V 12 PB1 5 6 7 0 1 2 3 4 ST1 +5V 13 PB2 P P P P P P P P 14 PB3/MOSI R2 PB4/MISO 1 2 15 PB4/MISO 56k PB5/SCK 3 4 PB3/MOSI 16 9 0 2 3 4 5 6 ATmega88-TQ32 PC6/RST 5 6 1 1 1 1 1 1 1 GND CON16 1 CON6A GND AVR-ISP IC4 LM4040DIM3-4.1 A 2 Title A GND Size Number Revision A4 Date: 22-Jan-2006 Sheet of File: D:\Elektronik\Projekte\AVR\uBrain88\ur88.DDyB: 1 2 3 4
in „neue µBrain Platinen“ · Markt ·
-
Datei
lcd_tools_2.2.c
blinken_an 0b00001111 //Coursor blinken #define blinken_aus 0b00001100 //Coursor blinken */ #include <avr/io.h> #include <util/delay.h> #include "E:\\Eigene Dateien\\Dropbox\\Atmel\\AVR_Programme\\1aVorlagen\\lcd_tools_h.h" #define blinken_an 0b00001111 //Coursor blinken #define blinken_aus 0b00001100 /
in „Headerdatei definieren, kenne mich nicht aus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
yamts.c
global.h **/ #include <avr/io.h> // include I/O definitions (port names, pin names, etc) #include <avr/interrupt.h> // include interrupt support // project/system dependent defines // CPU clock speed #define F_CPU 16000000 //
in „Fehlermeldung vom GCC-Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.txt
<funktion+0x3e> 74: c8 01 movw r24, r16 76: b7 01 movw r22, r14 78: 20 e0 ldi r18, 0x00 ; 0 7a: 30 e0 ldi r19, 0x00 ; 0 7c: 40 e2 ldi r20, 0x20 ; 32 7e: 51 e4 ldi r21, 0x41 ; 65 80: 15 d0 rcall .+42 ; 0xac <__divsf3> 82: 7b 01 movw r14, r22 84: 8c 01 movw r16, r24
in „flash-Fehler mit ATtiny2313, compile ok“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Crumb128_051120.pdf
There exist several commercial C/C++ compiler suites (e.g. IAR Embedded Workbench or CodeVisionAVR) as well as the WinAVR GNU C/C++ compiler and tools suite (see http://winavr.sourceforge.net for details, the bootloader of Crumb128 was developed with WinAVR). A suitable and reasonably priced Basic
in „Crumb128 Probleme bei der Inbetriebnahme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
EXT_LCD_EADOG_UC1610.h
----------------------------------------------------------------- // das File muss im Ordner // "myAVR/WinAVR/AVR/Include/UB_EXT_MODULE/" // liegen und mit #include <UB_EXT_MODULE/EXT_LCD_EADOG_UC1610.h> // eingebunden werden // //----------------------------------------------------------------------
in „LCD Display defekt oder einstellungen ändern ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stackc.h
nicht in der Berechnung) und Data H result16_1 = (DataH << 8); //Addiert packet mit vorherigen result32 = result32 + result16_1; } //Komplementbildung (addiert Long INT_H Byte mit Long INT L Byte) result32 = ((result32 & 0x0000FFFF)+ ((result32 & 0xFFFF0000) >> 16)); result32 = ((result32 & 0x0000FFFF)+ ((result32 & 0xFFFF0000) >> 16)); result16 =~(result32 & 0x0000FFFF); return (result16); } /* Funktionen, um zu �berpr�fen, ob das Packet f�r uns bestimmt ist, weitere Pr�f'routinen' sind als Macros in stack.h
in „werbserver uip easyweb datenaustausch ethernet arm“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Tutorial.pdf
Verzeichnis gespeichert. Das Verzeichnis ist bei einer Standardinstallation am PC auf C:\Programme\Atmel\AVR Tools\AvrAssembler\Appnotes\. Einige Include-Dateien heißen AT90s2313: 2313def.inc ATmega8: m8def.inc ATmega16: m16def.inc ATmega32: m32def.inc ATTiny12: tn12def.inc ATTiny2313: tn2313def.inc Um sicher
in „AVR-Tutorial als PDF“ · Offtopic ·
-
Datei
oled_2313demo.c
t 16 | PB4 - OC1B - PCINT4 CKOUT - XCK - INT0 PD2 | 6 i 15 | PB3 - OC1A - PCINT3 INT1 - PD3 | 7 n 14 | PB2 - OC0A - PCINT2 T0 - PD4 | 8 y 13 | PB1 - AIN1 - PCINT1 OC0B - T1 - PD5 | 9 12 | PB0 - AIN0 - PCINT0 GND | 10 11 | PD6 - ICP +-------------+ */ #include <stdint.h> #include <avr/io.h> #include
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fender_fade.c
#include <avr/io.h> #include <util/delay.h> /* F_CPU = 8 MHz Attiny2313 POLLIN FUNK AVR BRÜCKE ======================================= PB2 OC0A 11 an J4 PD5 OC0B PD5/LED2 31 an J4 PB3 OC1A 12 an J4 --+ PB4 OC1B 13 an J4 | PD6/LED1 32 an J4 --+ */ #if 0 unsigned char pwmtable_8D[32] = { 0*8, 1*8, 2*8, 3*8, 4*8, 5*8, 6*8, 7*8, 8*8, 9*8, 10*8, 11*8, 12*8, 13*8, 14*8, 15*8, 16*8, 17*8, 18*8, 19*8, 20*8, 21*8, 22*8, 23*8, 24*8, 25*8,
in „Zwischen 2 LEDs faden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MmmF_V1.0.c
_t Wechsel_bei64tel; uint8_t Tonhoehen[8]; }; const struct Melodien Melodie1[] = { { 32, { 200, 200, 200, 200, 200, 200, 200, 200 } }, { 64, { 0, 0, 0, 0, 0, 0, 0, 0 } }, { 88, { 12, 0, 0, 0, 0, 0, 0, 0 } }, { 96, { 12, 16, 0, 0, 0, 0, 0, 0 } }, { 112, { 18, 14, 0, 0, 0, 0, 0, 0 } }, { 128, { 18, 16, 0, 0, 0, 0, 0, 0 } }, { 144, { 12, 14, 0, 0, 0, 0, 0, 0 } }, { 160, { 12, 16, 0, 0, 0, 0, 0, 0 } }, { 176, { 14, 16, 0, 0, 0, 0, 0, 0 } }, { 192, { 12, 13, 0, 0, 0, 0, 0, 0 } }, { 200, { 16, 14, 0, 0, 0, 0, 0, 0 } }, { 204, { 16, 12, 0,
in „Laufwerkmusik geht doch nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Slave.c
#include <avr/io.h> #include <avr/interrupt.h> //Globale Variabeln die überall, in jeder Funktion zu lesen und schreiben sind uint8_t dex =0; uint8_t hilfe=0; uint8_t ort=0; uint8_t hilfe2=0; uint8_t warte=0; uint8
in „TWI - Wie lege ich die Adresse von einem Slave fest?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dokumentation.pdf
thCS0,5 K/W 2 2 PV= (R DSOn RDSOn2)× I = (0,016 Ω 0,016 Ω)×(10 A) = 0,8 W ϑ j− ϑU 175 C 30 C ° Rth= = =14,5 K /W PV 10 W RthS= Rth R thjC R thCS14,5 K /W −0,94 K /W −0,5 K /W =13,06 K /W 7 8ϑjmax. zulässige Sperrschichttemperatur R thJCärmewiderstand Sperrschicht - Gehäuse 9R thCSärmewiderstand Gehäuse -
in „Vielen Dank!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/interrupt.h> #define TM1_OC1A_TOOGLE_ON_CM (TCCR1A |= ( _BV(COM1A0))) #define TM1_OC1A_TOOGLE_OFF_CM (TCCR1A &= ~(_BV(COM1A0))) #define TM1_CTC (TCCR1B |= ( _BV(WGM12))) #define
in „Timer funktioniert nicht richtig wenn etwas in mainwhile gemacht wird“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Zentrale_V1.4.asm
111 mov r25,r24 ; SX-Adresse 00 bis 111 andi r25,0x0F ; Hi-Nibble weg = Modulo 16, Rest in r25 mov r14,r25 ; Rest in r14 00 bis 15 swap r24 ; Bit 5 bis 7 nach unten andi r24,0x07 ; obere Bits weg = Adr %_16 = 0 bis 6 swap r24 ; x 16 subi r24,-16 ; + 16 zeigt auf Blockende mit kleinster Adr sub r24,r14
in „UART im Interrupt, Daten direkt in EEProm speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Sd2Card.h
instance of Sd2Card. */ Sd2Card(void) : errorCode_(0), inBlock_(0), partialBlockRead_(0), type_(0) {} uint32_t cardSize(void); uint8_t erase(uint32_t firstBlock, uint32_t lastBlock); uint8_t eraseSingleBlockEnable(void); /** * \return error code for last error. See Sd2Card.h for a list of error codes. */ uint8
in „SD Karte an AVR 328 Arduino UNO welche Pins ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
VS1053.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/wdt.h> #include <util/delay.h> #include <string.h> #include "VS1053.h" unsigned char volume=0; unsigned char vs_getvolume(void
in „Problem mit VS1053 (nur einmal Sinus-Test möglich)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
irsnd.c
# endif // IRSND_OCx #elif defined (__AVR_ATmega16__) || defined (__AVR_ATmega32__) // ATmega16|32 uses OC0 = PB3 or OC2 = PD7 # if IRSND_OCx == IRSND_OC2 // OC2 # define IRSND_PORT_LETTER D # define IRSND_BIT_NUMBER 7 # elif IRSND_OCx == IRSND_OC0
in „IR Fernbedienung mit IRSND“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nixi.c
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/eeprom.h> #include "lcd.h" #define TIMER_0_TOP 100 /* 1 kHz */ #define TIMER_1_TOP 64000 /* 100 Hz */ #define DCF77_PORT PORTD #define DCF77_PIN
in „DCF 77“ · Projekte & Code ·
-
PDF
B-1220.pdf
Drehgeber S1 R80 1 kΩ R76 1 kΩ R77 1 kΩ R75 1 kΩ R87 47 kΩ R86 10 kΩ R34 10 kΩ R11 3,3 kΩ R78 10 kΩ R32 10 kΩ C76 10 nF C87 22 nF C93 100 nF C45 47 nF C34 4,7 nF C31 1 nF C32 10 nF C33 100 nF C12 2,2 µF C30 100 nF C38 6,8 µF Tantal (Polarität beachten) C40 10…40 pF Keramiktrimmer (Lötseite) Q1 Quarz 4,000
in „JR 78 von DF5FC Schaltbild gesucht“ · HF, Funk und Felder ·
-
Datei
zumOefnenDerKompilierbarenDateiBenoetigt.cc
#ifdef AVR32 #define UART 0 #define PORT_J2 #define INT_MODE 2 #define GPIO_DISP_DC 32 //############################################################################## int gvApplikationsStatus, TimerZurAusgabe
in „AVR 32-bit. Externes OLED Display verwenden.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ArduinoISP.ino
// - Added support for writing to EEPROM (what took so long?) // Windows users should consider WinAVR's avrdude instead of the // avrdude included with Arduino software. // // January 2008 by Randall Bohn // - Thanks to Amplificar for helping me with the STK500 protocol // - The AVRISP/STK500 (mk I)
in „AVR-Programmierung - letzter Schritt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avroutput.txt
stk500v2_open() STK500V2: stk500v2_getsync() STK500V2: stk500v2_send(0x1b 0x01 0x00 0x01 0x0e 0x01 0x14 , 7) avrdude: Send: . [1b] . [01] . [00] . [01] . [0e] . [01] . [14] STK500V2: stk500v2_recv(): avrdude: Recv: . [1b] 0x1b hoping for start token...got it avrdude: Recv: . [01] 0x01 hoping for sequence
in „STK500 Programming, initialization failed, rc=-1 - STK Geschrottet?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iom16.h
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ /* $Id: iom16.h,v 1.4 2003/01/08 11:14:10 joerg_wunsch Exp $ */ /* avr/iom16.h - definitions for ATmega16 */ #ifndef _AVR_IOM16_H_ #define _AVR_IOM16_H_ 1 /* This file should only be included from <avr/io.h>, never directly. */ #ifndef _AVR_IO_H_ # error "Include <avr/io.h> instead of this file." #endif #ifndef _AVR_IOXXX_H_ # define _AVR_IOXXX_H_ "iom16.h" #else # error "Attempt to include more than one <avr/ioXXX.h> file." #endif /* I/O registers */ /* TWI stands
-
Datei
at90isp_ver23.asm
;*************************************************************************** ;* ;* Title : AVR ISP (Auto adr inc, 19200bps) ;* Version : 2.3 ;* Last updated : 13 mar 2000 (arodland) ;* Target : AT90S1200 ;* File : avr910.asm ;* Author(s) : Ole Saether, Terje Frostad, ;* Ingar Fredriksen, Morten
in „avr910 Pins Kurzschluss“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MMB.vhd
(AVR_RD, AVR_AH, Bank_Reg, Port_Reg) begin AVR_AD <= (others => 'Z'); if AVR_RD = '0' and AVR_AH(7 downto 2) = "000100" then case AVR_AH(1 downto 0) is when "01" => AVR_AD <= Bank_Reg; -- 0x11?? when "10
in „AVR Ethernet Platine“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage.h
0xE0,0x82,0x13,0x18,0x5E,0x61,0x24, 0xCC,0x1C,0x43,0xAD,0x67,0xA1,0x81,0x3D,0x3D,0xA5,0x9D,0x1C,0x48,0xF0,0x32,0x14, 0x01,0x99,0x71,0xE0,0xA0,0x3C,0x15,0xCD,0x34,0xA2,0x77,0x57,0x79,0x72,0xDA,0x7A, 0x67,0x79,0x15,0x5C,0x38,0xF1,0xBD,0x70,0xDE,0x6B,0x5B,0x09,0x13,0xC0,0x59,0x27, 0x3A,0xF7,0x03,0x37,0x23,0xFE,0x44,0x5F
in „AVR Webserver Radig eingabe speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage.h
0xE0,0x82,0x13,0x18,0x5E,0x61,0x24, 0xCC,0x1C,0x43,0xAD,0x67,0xA1,0x81,0x3D,0x3D,0xA5,0x9D,0x1C,0x48,0xF0,0x32,0x14, 0x01,0x99,0x71,0xE0,0xA0,0x3C,0x15,0xCD,0x34,0xA2,0x77,0x57,0x79,0x72,0xDA,0x7A, 0x67,0x79,0x15,0x5C,0x38,0xF1,0xBD,0x70,0xDE,0x6B,0x5B,0x09,0x13,0xC0,0x59,0x27, 0x3A,0xF7,0x03,0x37,0x23,0xFE,0x44,0x5F
in „AVR ETH_M32_EX von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage_backup.h
0xE0,0x82,0x13,0x18,0x5E,0x61,0x24, 0xCC,0x1C,0x43,0xAD,0x67,0xA1,0x81,0x3D,0x3D,0xA5,0x9D,0x1C,0x48,0xF0,0x32,0x14, 0x01,0x99,0x71,0xE0,0xA0,0x3C,0x15,0xCD,0x34,0xA2,0x77,0x57,0x79,0x72,0xDA,0x7A, 0x67,0x79,0x15,0x5C,0x38,0xF1,0xBD,0x70,0xDE,0x6B,0x5B,0x09,0x13,0xC0,0x59,0x27, 0x3A,0xF7,0x03,0x37,0x23,0xFE,0x44,0x5F
in „AVR ETH_M32_EX von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code_IR_Empfaenger_09022013.c
======================================================================================== #include <avr/io.h> #define F_CPU 4000000UL #include <util/delay.h> #include <stdio.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> // =====================================================================
in „_delay_ms(500) funktioniert nur sporadisch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
si-prog-v2_2.pdf
(ADC5) PB5 (MOSI) 7 SOCKET-DIP40 5 33 PA6 (ADC6) PB6 (MISO) 8 6 PA7 (ADC7) PB7 (SCK) DB9 FEMALE 7 32 AREF RST 9 Z1 Z2 Z3 8 31 AGND VCC 10 9 30 AVCC GND 11 29 12 C 10 28 PC7 (TOSC2) XTAL2 13 U11 AT90S4433/2233 C 5V1 5V1 5V1 CON10 27 PC6 (TOSC1) XTAL1 14 1 28 26 PC5 PD0 (RXD) 15 2 RST PC5 (ADC5) 27 Base
in „Grundlagen: Teilen binär Teil 1 - Vorzeichenlose Ganzzahlen“ · Projekte & Code ·