-
Datei
mmc.h
//Port Pin an dem Chip Select der MMC/SD-Karte angeschlossen ist (CS) #endif #if defined (__AVR_ATmega32__) || defined (__AVR_ATmega1284__) || defined (__AVR_ATmega1284P__) #define SPI_MISO 6 //Port Pin an dem Data Output der MMC/SD-Karte angeschlossen ist #define SPI_MOSI 5 //Port Pin an dem Data Input
in „AVR und großer Speicher“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
u8g_com_atmega_hw_spi.c
ptr, val) U8G_ATOMIC_START() U8G_ATOMIC_END() */ #include "u8g.h" #if defined(__AVR__) #define U8G_ATMEGA_HW_SPI /* remove the definition for attiny */ #if __AVR_ARCH__ == 2 #undef U8G_ATMEGA_HW_SPI #endif #if __AVR_ARCH__ == 25 #undef U8G_ATMEGA_HW_SPI #endif #endif #if defined(U8G_ATMEGA_HW_SPI) #include
in „Mega32 + u8glib: Funktioniert nur direkt nach dem Flashen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TMC222_AVR.h
library for using a TMC222 together with AVR processors that have a hardware TWI interface (e.g. ATmega8, ATmega48, ATmega88, ATmega168, ATmega16, ATmega32, ATmega64, ATmega128, AT90CAN128 and many more). It implements and interrupt driven TWI master communication over the TWI of the AVR MCU and utilizes
in „Ansteuerung TMC222“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
01_prog.c
<string.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <avr/iom16.h> //für ATmega16 #include <avr/pgmspace.h> #include <avr/eeprom.h> //#include <AT163I2CB.h> #include "LCD.C" #include "A2D.C" /***********************************************************************
in „Zwei displays mit Atmega 16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DevComSlave.h
: Clock rate of CPU in Hz. If defined in Project Settings, pass F_CPU, otherwise e.g. 16000000 for 16MHz Crystal // - vBaudrate: Baudrate of the communication in bps, e.g. 9600 /* ########################## Code-Example 1 on atmega88: With RW-Output ############################ int main() { DevComSlave_t
in „API-Feedback / Protokollfeedback: Kommunikationsstack für serielle Bussysteme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8002.pdf
Grouped by oscillator version. Oscillator Device RC oscillator CKDIV CLKPR version frequency [MHz] 2.0 ATmega163 1.0 - - 3.0 ATmega16 1.0, 2.0, 4.0, and 8.0 - - (1) (2) 3.1 ATmega128 1.0, 2.0, 4.0, and 8.0 - XDIV 4.0 ATmega169 8.0 Yes Yes 5.0 ATmega169P 8.0 Yes Yes Notes: 1. The ATmega103 Compatible Mode fuse
in „Genauigkeit interner Oszillator Mega8 ...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
comparator.c
/********************************************* * Chip type : ATMEGA32 * Clock frequency : clock 16 MHz *********************************************/ #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <inttypes.h> #define ACD 7 // analog
-
Datei
SpiDefs.h
containing plattform specific and low level definitions for * the SPI functionality */ #if defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) #define SPI_PORT PORTB #define SPI_DDR DDRB #define SPI_SS 4 #define SPI_MOSI 5 #define SPI_MISO 6 #define SPI_SCLK 7 #elif defined(__AVR_ATmega8__) #define SPI_PORT
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
Datei
serial.h
serputs_P(PSTR(text)) // Anpassungen an die vielen bescheuerten Namensänderungen die ATMEL // quasi von ATMega zu ATMega in den Datenblättern vornimmt. // Es könnte soo einfach sein. #if defined (__AVR_ATmega32__) || defined (__AVR_ATmega323__) #define TX0_BIT 1 #define TX0_PORT PORTD #define TX0_DDR DDRD #
in „Atmel ist unter "Profis" nicht gerade beliebt - Warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sd_raw_config.h
define SD_RAW_SAVE_RAM 1 /* defines for customisation of sd/mmc port access */ #if defined(__AVR_ATmega8__) || \ defined(__AVR_ATmega48__) || \ defined(__AVR_ATmega88__) || \ defined(__AVR_ATmega168__) #define configure_pin_mosi() DDRB |= (1 << DDB3) #define configure_pin_sck() DDRB |= (1 << DDB5) #define
-
PDF
Schematic01.pdf
C4 0.01u GND OUTPUT (VCC) GND 5V VCC VCC B 2 1 0 6 5 4 3 2 B IC1 D D D C C C C C R14 R15 R5 R6 R7 atmega8-16au.SchDoc P P P P P P P P 10k 10k R13 0 T L 3 2 T X X E C D C C R12 I T R E 5 / A A D2 D3 D4 PD3 INT1 R C C ADC1 PC1 X3 A D PS2 A PD4 XCK/T0 ADC0 PC0 6 T1 R11 GND 5 NC ADC7 ADC7 4 CLK VCC AGND 3 VCC ATMega8-16AU GND T2 2 NC GND AREF AREF 1 DATA T3 VCC ADC6 ADC6 R16 T4 PB6 XTAL1/TOSC1 B C AVCC AVCC 1 / R17 PB7 XTAL2/TOS02 1 1 1 O S SCK PB5 T5 1 I I C C S O I T A A I O S M M GND C7 C 16p C 5 6 7 0 1 2
in „ATmega8-Board: Brauche Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
pins_arduino.h
: -1) #define digitalPinHasPWM(p) ((p) == 4 || (p) == 5 || (p) == 7) #ifdef ARDUINO_MAIN const uint16_t PROGMEM port_to_mode_PGM[] = { NOT_A_PORT, (uint16_t) &DDRA, (uint16_t) &DDRB, (uint16_t) &DDRC, (uint16_t) &DDRD, NOT_A_PORT, NOT_A_PORT, }; const uint16_t PROGMEM port_to_output_PGM[] = { NOT_A_PORT, (uint16_t) &PORTA, (uint16_t) &PORTB, (uint16_t) &PORTC, (uint16_t) &PORTD, NOT_A_PORT, NOT_A_PORT, }; const uint16_t PROGMEM port_to_input_PGM[] = { NOT_A_PORT, (uint16_t) &PINA, (uint16_t) &PINB, (uint16_t
in „Arduino IDE mit Atmega32 - AD Wandler sind nicht benutzbar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_anschluss.txt
schalten LCD-Pin 10 (D3) --> im 4-Bit Modus nach GND schalten LCD-Pin 11 (D4) --> an einen Pin des ATmega8 (z.B. PORTD.4) LCD-Pin 12 (D5) --> an einen Pin des ATmega8 (z.B. PORTD.5) LCD-Pin 13 (D6) --> an einen Pin des ATmega8 (z.B. PORTD.6) LCD-Pin 14 (D7) --> an einen Pin des ATmega8 (z.B. PORTD.7) LCD-Pin 15 (HG-Bel.) --> siehe Datenblatt LCD-Pin 16 (HG-Bel.) --> siehe Datenblatt
in „Verpolungsproblem mit Pollin-LCD TC1602E-01“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.h
define UART_H // Berechnung von UBRR #define UBRR_BERECHNUNG(baudRate,frequenz) ((frequenz)/((baudRate)*16l)-1) // Puffergroesse für den Ringpuffer !!!Ringpuffer muss immer der Groesse 2^n entsprechen (2,4,8,16,32...)!!! #define PufferGroesse 32 // Test ob der Ringpuffer in den SRAM passt #if ( (PufferGroesse
in „TTL Signal Verarbeitung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Projet_07_Akkulader.asm
--------------------------------------------------------- .include "m8def.inc" ;include file für Atmega8 .device ATmega8 .org 0x0000 ;Anfangs adresse ;---------------------------------------------------------------------------------------------------------------- ; ; Registern definieren ;-----------
in „Wichtig: was ist hier im AVR programm falsch??“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
DataLogger.pdf
2 R S R S R S R S R S R S 2 PB5(MOSI) PD5(OC1A) 15 UALFAT_RST e 1 O O O O O O 3 PB6(MISO) PD6(ICP) 16 USB_STICK_PWR e P P P P P P PB7(SCK) PD7(OC2) DISP_E X4 PORT_B[0..7] GND GND GND GND GND GND ATMEGA32L : 1 / 2 Display 47E ) 16 15 D R22 14 N 10K 13 G PORT_B7 (case opened) 12 R23 11 DISP_RS +5V GND
in „datenlogger - ausreisser erkennen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Inline_AVR8ASM_arduino.pdf
zwischen den I/O-Registern und dem RAM genutzt. Abbildung 1: Arbeitsspeicher mit 32 Registern bei den ATmega-MikrocontrTMELDatenblatt AVR Microcontroller 2009] Die Register ab r16 können von jedem sinnvollen Assmeblerbefehl genutzt werden. Um einen Wert in ein solches Arbeitsregister zu schreiben, dient der
in „Mit dem ATMEL STUDIO 7 klarkommen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
assembler_arduino.pdf
zwischen den I/O-Registern und dem RAM genutzt. Abbildung 1: Arbeitsspeicher mit 32 Registern bei den ATmega-MikrocontrTMELDatenblatt AVR Microcontroller 2009] Die Register ab r16 können von jedem sinnvollen Assmeblerbefehl genutzt werden. Um einen Wert in ein solches Arbeitsregister zu schreiben, dient der
in „Arduino Timerprobleme - suche programmierbaren Oszillator“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
delay.c
work for parasite power. You can just use one ds18x20 per Atmega Pin. Copyright (C) 2010 Stefan Sicklinger For support check out http://www.sicklinger.com This library is free software: you can redistribute it and/or modify it under the terms of the GNU General
in „LCD Anzeige und DS18B20“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
--------- Interrupt-Taster INT0: (www.electronicwings.com) + https://www.electronicwings.com/avr-atmega/atmega1632-external-hardware-interrupts origin written for ATmega16 https://elektro.turanis.de/html/prj271/index.html http://www.technoblogy.com/show?KX0 ADC: https://www.marcelpost.com/wiki/index.php
in „Attiny85 ADC Eingangswiderstand - wie hoch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd.inc
define LCD_SCL PB5 // SCK #define SPI_IN_LOWER_IO_REGS #elif defined (__AVR_ATmega16__) #define LCD_PORT _SFR_IO_ADDR(PORTB) #define LCD_PIN _SFR_IO_ADDR(PINB) #define LCD_DDR _SFR_IO_ADDR(DDRB) #define LCD_CS PB4 // SS #define LCD_SDA PB5 // MOSI #define LCD_RESET PB6 // MISO #define
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
Bestell.txt
Bauteil Best.Nr. Stck. Preis -------------------------------------------------- 74HC73 74HC 73 1 0,22 ATmega8 ATMEGA 8-16 DIP 1 1,70 Quarz 16MHz 16,0000-HC49U-S 1 0,24 Spule 100µ SMCC 100µ 1 0,16 Taster TASTER 3305B 1 0,12 IC-Sockel GS 28P-S 1 0,36 Gehäuse SP 2090 SW 1 2,20 33p NPO-G1206 33P 2 0,10 100n X7R-G1206
in „Multimeter“ · Projekte & Code ·
-
Datei
Neues_Textdokument__4_.txt
;for AVR: ATmega16 * ;clock frequency: 4MHz * ;************************************************************************** ;Programm function: ;-------------------------------------------------------------------------- .device ATmega16 .nolist .include "m16def.inc" ;========================================================================== ;DECLARATIONS .def temp = r16 .def merker = r17 .def counter = r18 ;=====================
in „Zahlenschloss“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
reichelt_st_te.txt
Kohleschichtwiderstand 1/4W, 5%, 3,6 K-Ohm 0,10 3 1/4W 10K Kohleschichtwiderstand 1/4W, 5%, 10 K-Ohm 0,10 2 16-HC18 Standartquarz, Grundton, 16,0MHz 0,44 1 RAD 0,22/100 Elektrolytkondensator, 5x11mm, RM 2,0mm 0,04 2 CY 22-2 22P Glimmer-Kondensator, 22pF, 100V, +/-5% 0,49 2 MKS-2-5 100N WIMA Folienkondensator,
in „Stückliste für Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SelfProg.bas
// // Boot Block ATmega Self Programmer (as by Atmel APP Note 109) // #device 163 cpu.clock = 3580000; #include <sys\regs16> use R19 as WREG; var i,j,cmd, tmp: byte; // BOOTSZ = org $1C00 // // Main in Boot Block! // // pull
in „Bootloader für ATMega163“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWM_ADC_UART_11.c
#include <avr/io.h> #include <stdlib.h> /* USART-Init beim ATmega16 */ #ifndef F_CPU #define F_CPU 16000000 /* Oszillator-Frequenz in Hz */ #endif // Hilfsmakro zur UBRR-Berechnung ("Formel" laut Datenblatt) #define UART_UBRR_CALC(BAUD_,FREQ_) ((FREQ_)/((BAUD_)*16L
in „Schwierigkeiten USART Übertragung mit itoa“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
************************************/; //* Hardware : ET-BASE AVR MEGA64/128 */; //* CPU : ATMEL-ATmega128 */; //* X-TAL : 16.00 MHz */; //* Complier : CodeVisionAVR V1.24.7e */; //* Last Update : 9-03-2006 (ETT CO.,LTD) */; //* : WWW.ETT.CO.TH */; //* Description : RS232 Channel 0 Demo Send/Receive
in „GPS + Mega128 + VERZWEIFLUNG“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
305000076A_radino_WiFi.pdf
D-011109 Dresden radinoWiFi Datasheet Pinout andTerminal Description TopView radino Name Arduino Atmega32U4 Description / Function Pin No. Pin No. Port (bold = main function) 1 MOSI 16 PB2 SPI-MOSI (also connected to internal radio section) GPIO; PCINT2 2 MISO 14 PB3 SPI-MISO (also connected to internal
in „Wlan2Serial Modul für 5 euro“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Tabelle mit Spezifikationen von ATmega-Mikrocontrollern
Table 2-1. Differences between ATmega164P and ATmega644P Device Flash EEPROM RAM ATmega164P 16 Kbyte 512 Bytes 1 Kbyte ATmega324P 32 Kbyte 1 Kbyte 2 Kbyte ATmega644P 64 Kbyte 2 Kbyte 4 Kbyte
in „Transistortester AVR“ · Projekte & Code · · Screenshots
-
Datei
log.txt
Memory Usage ---------------- Device: Unknown Program: 478 bytes (.text + .data + .bootloader) Data: 16 bytes (.data + .bss + .noinit) Compiling C: spi.c avr-gcc -c -mmcu=atmega16 -I. -gdwarf-2 -DF_CPU=8000000UL -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes
in „WinAVR 20070101 - Device unknown?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
servotest.c
uS*/ volatile uint8_t int_erfolgt = 0; struct _Servoliste_generell { uint8_t adr; uint8_t pin; uint16_t absmax; uint16_t absmin; } servo_gen[maxservos+1]; struct _Servo_rel { uint8_t ein; uint16_t pos; uint16_t max; uint16_t min; }volatile servo_rel[maxservos+1]; struct _Servo_abs /* wird von interrupt
in „Timer/Interrupt-Problem bei Atmega32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
specs-atmega809.txt
# # Specs for AVR device atmega809 (core avrxmega3, 16-bit SP, short-calls) # # Used by : avr-gcc compiler driver # Used for : building command options for sub-processes # # See <https://gcc.gnu.org/onlinedocs/gcc/Spec-Files.html
in „cannot read spec file 'device-specs/specs-atmega4808'“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr-m8_z80.asm
.dw do_op_rmem16 .dw do_op_rmem8 .dw do_op_da .dw do_op_scf .dw do_op_cpl .dw do_op_ccf .dw do_op_pop16 .dw do_op_push16 .dw do_op_ifnz .dw do_op_ifz .dw do_op_ifnc .dw do_op_ifc .dw do_op_ifpo .dw do_op_ifpe .dw do_op_ifp
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr_cpm.asm
.dw do_op_rmem16 .dw do_op_rmem8 .dw do_op_da .dw do_op_scf .dw do_op_cpl .dw do_op_ccf .dw do_op_pop16 .dw do_op_push16 .dw do_op_ifnz .dw do_op_ifz .dw do_op_ifnc .dw do_op_ifc .dw do_op_ifpo .dw do_op_ifpe .dw do_op_ifp
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
einkaufsliste.txt
Breadboard Exp-Board 830 Kontakte csd Lochrasterplatine Lochrasterplatine 150 x 100mm csd Schaltung für ATmega8 R1 Widerstand 10k Metall 10 kOhm csd C1 Keramikkondensator 47p KerKo 47 pF csd C2 Folienkondensator 100n VsKo 100nF RM2.5 csd Wannenstecker, 10-polig gerade Wannenstecker 2x5 pol gerade csd Mikrocontroller ATmega8 ATMEGA 8-16 DIP reichelt Quarzoszillator Quarz 14.7456 MHz csd 2 Kondensatoren für Quarz KerKo 18 pF csd Versorgungsschaltung Netzteil Stecker-Netzteil, unstabilisiert, 500mA reichelt Buchse für Netzteil
in „Einkaufsliste überprüfen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Fehler1.txt
-fpack-struct -fshort-enums -Wall -c -std=gnu99 -MD -MP -MF "lcd.d" -MT"lcd.d" -MT"lcd.o" -mmcu=atmega644p -o"lcd.o" ".././lcd.c" In file included from .././lcd.c:13:0: V:\GLCD_con_32m_320x240_DRam_Touch_v21\GLCD_con_32m_320x240_DRam_Touch_v21\GLCD_con_32m_320x240_DRam_Touch_v21\fonds\16x26_horizontal_MSB
in „Grafikfähiger LCD Controller für 320x240 LCD mit D-RAM“ · Projekte & Code ·
-
Datei
avr-m8_z80.asm
.dw do_op_rmem16 .dw do_op_rmem8 .dw do_op_da .dw do_op_scf .dw do_op_cpl .dw do_op_ccf .dw do_op_pop16 .dw do_op_push16 .dw do_op_ifnz .dw do_op_ifz .dw do_op_ifnc .dw do_op_ifc .dw do_op_ifpo .dw do_op_ifpe .dw do_op_ifp
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) ||\ defined(__AVR_ATmega32__) || defined(__AVR_ATmega8515__) ||\ defined(__AVR_ATmega8535__) || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „[AVR-GCC] makefile SRC und #include“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „ATmega1284p, UART Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#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 #define
in „UART Auswertung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#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 #define
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#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 #define
in „µC rechnet falsch oder ich finde den Fehler nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#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 #define
in „avr dude Programm zu groß? Eclipse GCC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „ATMega nach ADC BascomPRG stk500 WEG!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „ATmega168 Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „fleurys I2C + UART lib halten in Kombination die Hauptschleife an!“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „Inkonsistentes Verhalten einfachem avr-gcc-codes“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „RFM70 Timing Problem?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „Float via UART an PC senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
#define UART0_CONTROL UCSRB #define UART0_DATA UDR #define UART0_UDRIE UDRIE #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ || defined(__AVR_ATmega323__) /* ATmega with one USART */ #define ATMEGA_USART
in „UART bei externer Stromquelle“ · Mikrocontroller und Digitale Elektronik ·