-
PDF
mega128-can128.pdf
Source Clock8 0x4 f = f / 16 d f = f / (129-d) CLK Source Clock CLK Source Clock 0x5 CLK = fSource Clock32 0x6 CLK = fSource Clock64 0x7 fCLK = Source Clock128 0x8 fCLK = Source Clock256 0x9 to 0xF Reserved CLKDIV8 Fuse A new fuse (CKDIV8 - bit 7 of Fuse Low Byte) determines the initial value of the clock
in „AtMega128 - At90Can128“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Software-Übersicht der AVR Technical Library
AVR Technical Library Software AVR 8-bit RISC Home About AVR Introduction Datasheets Application Notes Software Tools 3rd Party Support Support Legal Notice AVR Studio4 AVR svf 3rd Party Support BSDL Files
in „STK500 CD ISO Image“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
largeimage.c
#include <avr/io.h> // this contains all the IO port definitions #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/pgmspace.h> #include <util/delay.h> void delay_ms( uint16_t milliseconds) { for( ;
in „Für LED-Propeller-Projekt: wie kann man mehrere ATtiny2313Vs AVR synchronisieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
largeimage_sensor.c
#include <avr/io.h> // this contains all the IO port definitions #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/pgmspace.h> #include <util/delay.h> void delay_ms( uint16_t milliseconds) { for( ;
in „Für LED-Propeller-Projekt: wie kann man mehrere ATtiny2313Vs AVR synchronisieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <stdlib.h> #include <string.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <avr/eeprom.h> #define globals_main #include "main.h" #include <util/delay.h> #include "lcd_select.h
in „Brotbackautomat Steuerplatine defekt“ · Haus & Smart Home ·
-
PDF
AtMega644P_Datasheet.pdf
spaces are linear and regular. 6.1 In-System Reprogrammable Flash Program Memory The ATmega644 contains 64 Kbytes On-chip In-System Reprogrammable Flash memory for program storage. Since all AVR instructions are 16 bitsor 32 bits wide, the Flash is organized as 32/64 × 16. For software security, the Flash
in „Alkoholmessgerät programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmega644.pdf
spaces are linear and regular. 6.1 In-System Reprogrammable Flash Program Memory The ATmega644 contains 64 Kbytes On-chip In-System Reprogrammable Flash memory for program storage. Since all AVR instructions are 16 bitsor 32 bits wide, the Flash is organized as 32/64 × 16. For software security, the Flash
in „SPI-Kommunikation Atmega644 - ADS1118“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avrcpm_cpu_board.sch.pdf
und V Erweiterungs-Board V X9 + http://www.mikrocontroller.net/articles/JTAG#Pinout_AVR-JTAG con terminal 3 MISO 1 2 VCC 1 2 + A9_MISO SCK 3 4 MOSI RX_PROP SCK RST GND A8_MOSI TX_PROP 3 4 /RESET_PRO /RESET_AVR 5 6 5 6 /RESET_AVR SDA_33 7 8 AVR ISP H1 H2 SCL_33 9 10 5 GND MOUNT-HOLE3.2
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test2.c
PWM_STEPS verkleinert werden #endif // includes #include <stdint.h> #include <string.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <util/delay.h> // globale Variablen volatile uint8_t pwm_setting[4]; // Einstellungen für die einzelnen PWM-Kanäle uint8_t pwmtable[32] PROGMEM = {0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76, 91, 108, 128, 152, 181, 215, 254}; // Timer 1 Output COMPARE A Interrupt ISR(TIMER1_COMPA_vect) { static
in „Moodlight Sourcecode hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.txt
/* Includes */ #include <io.h> #include <ina90.h> #include <avr/interrupt.h> #include <avr/signal.h> /* UART Buffer Defines */ #define USART_RX_BUFFER_SIZE 128 /* 2,4,8,16,32,64,128 or 256 bytes */ #define USART_TX_BUFFER_SIZE 128 /* 2,4,8,16,32,64,128 or 256 bytes
in „SIGNAL mit UART0 und atmega128 funktioniert nicht...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DMX_Dimmer8_V1_doc.bas
= 64 ' benötigete Variablen Dim Dmx_count As Word Dim Dmx_count_temp As Byte Dim Dmx_byte As Byte Dim Dmx_pulse As Byte Dim Dmx_out As Byte Dim Dmx_clock As Byte Dim Netz_pulse As Byte Dim Dmx_adr As Word
in „DMX Dimmerpack bauen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.c
Bit-Interfacemodus // http://www.mikrocontroller.net/articles/HD44780 // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // // Die Pinbelegung ist über defines in lcd-routines.h einstellbar #include <avr/io.h> #include "lcd-routines.h" #include <util/delay.h> #include <avr/interrupt.h> ///
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd-routines.c
Bit-Interfacemodus // http://www.mikrocontroller.net/articles/HD44780 // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial/LCD-Ansteuerung // // Die Pinbelegung ist über defines in lcd-routines.h einstellbar #include <avr/io.h> #include "lcd-routines.h" #include <util/delay.h> #include <avr/interrupt.h> ///
in „LCD Ansteuerung error“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Terminator_LED.c
/* A simple LED driver for a "Terminator 2" carnival costume */ #include <stdlib.h> #include <avr/io.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <util/delay.h> // non linear PWM table to compensate non linear eye response const uint8_t pwmtable[32] PROGMEM = { 0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76, 91, 108, 128, 152, 181, 215, 255 }; // flicker light const uint8_t flicker_light[256] PROGMEM = { 17 , 20 , 22 , 22 , 25 , 25 , 27 , 31 , 30 , 23 , 19 , 18 , 19 , 17 , 15 , 15 ,
in „Terminator-LED“ · Projekte & Code ·
-
Datei
Terminator_LED.c
/* A simple LED driver for a "Terminator 2" carnival costume */ #include <stdlib.h> #include <avr/io.h> #include <avr/sleep.h> #include <avr/pgmspace.h> #include <util/delay.h> // non linear PWM table to compensate non linear eye response const uint8_t pwmtable[32] PROGMEM = { 0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76, 91, 108, 128, 152, 181, 215, 255 }; // flicker light const uint8_t flicker_light[256] PROGMEM = { 17 , 20 , 22 , 22 , 25 , 25 , 27 , 31 , 30 , 23 , 19 , 18 , 19 , 17 , 15 , 15 ,
in „Xenon Zündeffect mit LED von 2009“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
zbox.c
#include <avr/io.h> #include <avr/pgmspace.h> #include <avr/eeprom.h> #include <string.h> #include <avr/interrupt.h> #include <avr/wdt.h> #include <avr/signal.h> #include <avr/delay.h> #include "TWI/TWI_Master.h"
in „UART Phänomen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wecker.c
***************** Title: Wecker Author: Fritz Ganter <ganter@ganter.at> Date: March 2004 Software: AVR-GCC 3.3.1 Hardware: Tested with ATmega8 at 8 Mhz Description: Universal Wecker zum Kochen usw. $Log: wecker.c,v $ Revision 1.11 2004/03/21 13:25:59 ganter playing on delay Revision 1.10 2004/03/21 13
in „Interrupts und 16bit Variablen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mca25.c
640x480[] = { 0x36,0x34,0x30,0x2A,0x34,0x38,0x30}; PROGMEM char MCA25_START_JPG_320x240[] = { 0x33,0x32,0x30,0x2A,0x32,0x34,0x30}; PROGMEM char MCA25_START_JPG_160x120[] = { 0x31,0x36,0x30,0x2A,0x31,0x32,0x30}; PROGMEM char MCA25_START_JPG_2[] = { 0x22,0x20, 0x7A,0x6F,0x6F,0x6D,0x3D,0x22,0x31,0x30,0x22,0x2F
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stk500boot.c
__AVR_ATmega64__) #define SIGNATURE_BYTES 0x1E9602 #elif defined (__AVR_ATmega169__) #define SIGNATURE_BYTES 0x1e9405 #elif defined (__AVR_AT90USB1287__) #define SIGNATURE_BYTES 0x1e9782 #else #error "no
in „[AVR] Register R0 und R1 direkt in C oder Inline Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ATmega328P.xml
0x01"/> <value caption="Running, CLK/8" name="VAL_0x02" value="0x02"/> <value caption="Running, CLK/32" name="VAL_0x03" value="0x03"/> <value caption="Running, CLK/64" name="VAL_0x04" value="0x04"/> <value caption="Running, CLK/128" name="VAL_0x05" value="0x05"/> <value caption="Running, CLK/256" name
in „Welche AVR besitzen die PIN Toggle Fähigkeit?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATmega48PA-ATmega88PA-ATmega168PA_Datasheet.pdf
CLKPS2 CLKPS1 CLKPS0 Clock Division Factor 0 0 0 0 1 0 0 0 1 2 0 0 1 0 4 0 0 1 1 8 0 1 0 0 16 0 1 0 1 32 0 1 1 0 64 0 1 1 1 128 1 0 0 0 256 1 0 0 1 Reserved 1 0 1 0 Reserved 1 0 1 1 Reserved 1 1 0 0 Reserved 1 1 0 1 Reserved 1 1 1 0 Reserved 1 1 1 1 Reserved 34 ATmega48PA/88PA/168PA [DATASHEET] 9223F–AVR
in „Probleme mit Int Capt ISR ATmega48PA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wr88_rzm_2.c
010 111 000 //Sektor 5 010 011 000 111 //Sektor 6 011 001 111 000 */ #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> // #include <avr/signal.h> // Standard Input/Output functions #include <stdio.h> volatile unsigned char omega=1; // Umlaufwinkelzähler volatile unsigned char sektor=
in „3 x PWM ATmega8“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MEGA48V_88V_168V.pdf
CLKPS2 CLKPS1 CLKPS0 Clock division factor 0 0 0 0 1 0 0 0 1 2 0 0 1 0 4 0 0 1 1 8 0 1 0 0 16 0 1 0 1 32 0 1 1 0 64 0 1 1 1 128 1 0 0 0 256 1 0 0 1 Reserved 1 0 1 0 Reserved 1 0 1 1 Reserved 1 1 0 0 Reserved 1 1 0 1 Reserved 1 1 1 0 Reserved 1 1 1 1 Reserved 38 2545T–AVR–05/11 ATmega48/88/168 10. Power
in „analog comparator interrupt probleme mit atmegas“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tiny1.ino
#include <avr/io.h> #include <avr/wdt.h> #include <avr/interrupt.h> #include <avr/sleep.h> #define DUTY 15 #define LED_PIN PB0 //#define ONTIME 7210 //#define OFFTIME 10094 //#define ONTIME 213 //#define OFFTIME
in „AtTiny13: Watchdog Interrupt dauert lange“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage.h
0x09,0x26,0x2A,0x68,0x1E,0xA0,0x88,0xA7,0xFE,0x9D,0xB2,0xE3,0x52,0xBB,0x7C,0xEB, 0x20,0x73,0x73,0x6E,0x64,0xB4,0x5B,0x32,0x13,0x1B,0x5C,0x44,0x46,0xDB,0xD0,0xA1, 0xF9,0xE2,0x5D,0x82,0x8E,0x79,0x67,0x44,0xD3,0xE2,0x03,0x8A,0xAB,0xCE,0x22,0x0A, 0x5C,0x6E,0xAA,0xE7,0xC3,0xC7,0xE7,0xA0,0xE8,0xDE,0x00,0xB1,0xD0,0xE3,0x6B
in „AVR Webserver Radig eingabe speichern“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage.h
0x09,0x26,0x2A,0x68,0x1E,0xA0,0x88,0xA7,0xFE,0x9D,0xB2,0xE3,0x52,0xBB,0x7C,0xEB, 0x20,0x73,0x73,0x6E,0x64,0xB4,0x5B,0x32,0x13,0x1B,0x5C,0x44,0x46,0xDB,0xD0,0xA1, 0xF9,0xE2,0x5D,0x82,0x8E,0x79,0x67,0x44,0xD3,0xE2,0x03,0x8A,0xAB,0xCE,0x22,0x0A, 0x5C,0x6E,0xAA,0xE7,0xC3,0xC7,0xE7,0xA0,0xE8,0xDE,0x00,0xB1,0xD0,0xE3,0x6B
in „AVR ETH_M32_EX von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage_backup.h
0x09,0x26,0x2A,0x68,0x1E,0xA0,0x88,0xA7,0xFE,0x9D,0xB2,0xE3,0x52,0xBB,0x7C,0xEB, 0x20,0x73,0x73,0x6E,0x64,0xB4,0x5B,0x32,0x13,0x1B,0x5C,0x44,0x46,0xDB,0xD0,0xA1, 0xF9,0xE2,0x5D,0x82,0x8E,0x79,0x67,0x44,0xD3,0xE2,0x03,0x8A,0xAB,0xCE,0x22,0x0A, 0x5C,0x6E,0xAA,0xE7,0xC3,0xC7,0xE7,0xA0,0xE8,0xDE,0x00,0xB1,0xD0,0xE3,0x6B
in „AVR ETH_M32_EX von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
/* * Wasserzaehler test.cpp * * Created: 25.10.2016 21:14:15 * Author : JackFrost */ #include <avr/io.h> #include <avr/interrupt.h> #include <string.h> #include <util/delay.h> #include <stdlib.h> #include <stdio.h> #include <avr/eeprom.h> extern "C" { #include "time_convert.h" } #define DMA_TX_ESP_CHANNEL
in „Probleme mit dem DMA beim xMega32A4“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
basic1.asm
Schalter. ;* Der Schalter schaltet zwischen Kommando- und Ausführungsmodus um ;* Encoder von Hannes LUX, 32 bit Mathe vom Internet als auch AVR ;* Copyright by Rudolf Drabek ;* Im Steuer uC wird die Frequenz ausgerechnet und 40 bits an den AD9850 gesendet ;**************************************************
in „Dynamisierung Encoder speziell für DDS“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
assembler_beginner.pdf
können, • sowohl Quelle von Daten als auch Ziel des Ergebnisses der Operation sein können. Es gibt 32 davon in jedem AVR. Auch der kleinste AVR hat schon so viele. Diese Eigenschaft macht die AVR ziemlich einzigartig, weil dadurch viele Kopieraktionen und der langsamere Zugriff auf andere Spei- cherarten
in „Assembler Tutorial als PDF ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sensorboard.lst
sensorboard: file format elf32-avr Disassembly of section .text: 00000000 <main1>: void main3(void); void main1(void) NAKED_IN_SECTION(".init1"); void main1(void) { zero = 0; 0: 11 24 eor r1, r1 adcsum.all = 0; 2: 21 2c mov r2, r1
-
Datei
test.c
/* für AVR-gcc / WinAVR ATmega32 @ 14.318.000 Hz Bitte mit Compileroption "unsigned chars" übersetzen. ------------------------------------------------------- Portzuordnung: PA5: Display RS PA6: Display R/W PA7: Display E PC0..7: Display Daten */ #include <avr/io.h> #include <avr/iom32.h> #include <avr/delay.h> #include <stdlib.h> #include <string.h> void init_io(void) { DDRA= 0b11100000; // 7,5,6= Ausgänge, Rest A/D oder ungenutzt PORTA=0b00000000; // kein
in „LCD will nicht funktionieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <stdint.h> #define F_CPU=8000000UL uint16_t pwmtable_8[32] PROGMEM = {0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76, 91, 108, 128, 152, 181, 215, 255}; void fadeIn(); void fadeOut(); int main(void) { DDRB = (1<<PB2); while(1) { fadeIn(); _delay_ms(2000); fadeOut(); _delay_ms(2000); } return 0;
in „Atmega 8 Led fading“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#define F_CPU 8000000UL #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <stdint.h> uint16_t pwmtable_8[32] PROGMEM = {0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76,
in „Atmega 8 Led fading“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#define F_CPU 8000000UL #include <avr/io.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <stdint.h> uint16_t pwmtable_8[32] PROGMEM = {0, 1, 2, 2, 2, 3, 3, 4, 5, 6, 7, 8, 10, 11, 13, 16, 19, 23, 27, 32, 38, 45, 54, 64, 76,
in „Atmega 8 Led fading“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
"cmd.h" #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include <avr/io.h> #include <avr/eeprom.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <avr/interrupt.h> #include <string.h> #include "com74hc595.h" #include "R_TRIG.c" #if USE_ADC #include "analog.h
in „Interrupt Variable übergeben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
"cmd.h" #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <stdbool.h> #include <avr/io.h> #include <avr/eeprom.h> #include <avr/pgmspace.h> #include <util/delay.h> #include <avr/interrupt.h> #include <string.h> #include "main.h" #if USE_ADC #include "analog.h" #endif #if USE_HTTPD
in „Parsen klappt nur bis zur ersten Stelle.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8002.pdf
AVR055: Using a 32kHz XTAL for run-time calibration of the internal RC 8-bit Features Microcontrollers • Calibration using a 32 kHz external crystal • Adjustable RC frequency with maximum +/-2% accuracy
in „Genauigkeit interner Oszillator Mega8 ...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uartstringint.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/rprintf.h> #include<stdio.h> #include<stdint.h> #include<string.h> #include<util/delay.h> #define MAXDATA 50 volatile int32_t i; // Deklaration des Schleifenzählers "i" volatile int32_t in; // Deklaration des Schleifenzählers "i" volatile char buffer[50]; // Deklaration globaler Variavlen volatile uint8_t t; static int uart_putchar(char c, FILE *stream); static FILE mystdout = FDEV_SETUP_STREAM
in „String invertiert per taster“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/pgmspace.h> #include "uart.h" #include "lcd6963b.h" #include "ide.h" #include "mp3.h" #define XTAL_CPU 18432000 #define UART_BAUD_RATE
in „Seltsame Probleme mit VS1011 mp3 Dekoder“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
18432000 //Clock Speed #define F_CPU FOSC #define BAUD 115200 #define MYUBRR FOSC/16/BAUD-1 #include <avr/io.h> #include <avr/interrupt.h> #include <util//delay.h> /* UART Buffer Defines */ #define USART_RX_BUFFER_SIZE 128 /* 2,4,8,16,32,64,128 or 256 bytes */ #define USART_TX_BUFFER_SIZE 128 /* 2,4,8,16,32,64,128
in „Transmit Pin für USART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
16000000UL #include <stdint.h> // Header File für Datentypen (uint8_t, etc.) #include <stdlib.h> #include <avr/io.h> // Header File für IO Ports #include <avr/interrupt.h> // Header File Interrupt Vektoren #include <avr/pgmspace.h> // Markos für PGM Space // INCLUDES für UART #include "uart.h" #define ANZAHL1
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* * main.c * * Created on: 14.10.2010 * (C) 2010 D.Goersch */ #include <avr/io.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> #include <util/delay.h> #include <stdint.h> #include "soft-pwm.h" #define DELAY_FADE 11 // wait XX ms between each fade step #define DELAY_LED
in „Treppenstufenbeluchtung - Code Umbauen - Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
help.c
// INCLUDE FILES #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> // GLOBAL VARIABLES volatile uint16_t stxdata = 0; // serial data volatile uint8_t beat = 0; // software timer overflow flag volatile uint8_t w =
in „AVR Referenz über welchen Bereich stabil?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
tft_data.c
, 20, 213, 214, 62, 92, 21, 167, 170, 132, 64, 157, 6, 53, 213, 92, 36, 85, 1, 180, 171, 67, 160, 171, 113, 160, 26, 245, 82, 29, 64, 187, 59, 1, 186, 131, 3, 29, 96, 93, 186, 3, 72, 38, 32, 137, 99, 34, 235, 39, 9, 99, 38, 84, 112, 150, 181, 94
-
Datei
Inverter.c
Beginn: 12.04.2008 End: Device: AT90PWM3B Clockfrequenzy: 16MHz ( external Chrystal ) PLL-Frequenzcy: 64MHz ( Internal RC-Oscillator [f_rc/8]*64 ) Used Stages of µC: PSC0: used to generate Steeringsignals for IGBT-Halfbridge of Phase L1 PSC1: used to generate Steeringsignals for IGBT-Halfbridge of Phase
in „C Verständnis Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
UCSRA #define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART #define UART0_RECEIVE_INTERRUPT USART_RXC_vect #
in „AVR bootloader Probleme“ · Mikrocontroller und Digitale Elektronik ·