-
PDF
SCHALTUNG_SPI_MASTER_SLAVE.pdf
SPI- MASTER-SLAVE V 1 0 s LCD 2x16 Bernhard.Erfurt@gmx.de 1 t W s D o S / 0 1 2 3 4 5 6 7 16 04/2013 V V K R R E D D D D D D D D SCK MOSI CS 8 7 6 5 4 3 2 0 9 8 7 6 5 8 7 6 5 4 3 2 0 9 8 7 6 5 2 2 2 2 2 2 2 2 2 1 1 1 1 1 2 2 2 2 2 2 2
in „SPI MASTER SLAVE Beispiel ATmega8 Assembler“ · Projekte & Code ·
-
Datei
specs-atmega4808.txt
# # Auto-generated specs for AVR device atmega4808 (core avrxmega3, 16-bit SP) # # Generated by : ./gcc/config/avr/gen-avr-mmcu-specs.c # Generated from : ./gcc/config/gcc.c # ./gcc/config/avr/specs.h # ./gcc/config/avr/avrlibc.h # Used by : avr-gcc
in „cannot read spec file 'device-specs/specs-atmega4808'“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Zeitnehmung_uC.pdf
PIP6011 92 CIC P13401PD6 (AIN0) D2 PIP6022 91 DIC PIU401PD7 (AIN1) GND D3 PIP6033 D4 PIP6044 GND ATmega8-16PI IN PIP6055 5V Header 5H C int. Pullup 2TimeSwitchh C 5V P2 COU5 I2 U6U COC1 PIU505LE VDD PIU5016 COC1 PIU601VCC C1+ PIU601 P0 C0402 PIU504BI I0 C0402 PIU602V+ C1- PIU603 100nF PIU503LT P5P5 J4J4
in „Funkmodul RFM12BP-868 mit ATmega8 ansteuern“ · 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 „Zu viele Pointer - brauche Hilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Crumb644-NET_v2.1_Schematic.pdf
680k D GND GND VCC 3 IN FB 4 /ERR GND 100n 100n C13 U2 C06 C07 ADP3331 R10 1 2 3 4 5 6 7 8 CP2201 C16 2.2uF keramik 2.2uF keramik 390k TR1 100n LA 1 LA XTAL1 28 20MHz RX+ 16 1 R1 2 27 15 2 100R 3 AGND XTAL2 26 100n GND GND GND GND AV+ MOTEN RX- 14 3 4 RX- /INT 25 PD3 5 24 /CS R8 CON1 CON2 TX+ 11 6 R2
in „W5100 Modul und SD-Card-Modul gleichzeitig an Mega 2560“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CFile1.c
Temperatur im Heizelement char GetTemperature(void) { cli(); char actualTemp; //Initialisierung des AtMega 16 als Slave DDRB=(1<<DDB6); SPCR=(1<<SPE)|(0<<MSTR)|(0<<SPI2X)|(0<<SPR1)|(0<<SPR0); // Schreiben eines Dummies auf den Bus SPDR=0; // Übertragung der Daten des momentan auf dem Bus vorhandenen Slave MAX 6675 (Thermoconverter) an den AtMega 16-16AU while(!(SPSR & (1<<SPIF))); actualTemp=SPDR; return actualTemp ; }
in „Und wat is mit SPI“ · 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 „Heizungssteuerung mit ATMEGA 32“ · 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 „Reset bei serieller Kommunikation“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVREinsteiger.pdf
Tabelle1 Name Shop Basis AVR ISP mk2 Reichelt ATMega88 Reichelt Steckplatine Pollin Draht Pollin Taster Pollin LED Grün Pollin 220Ohm Widerstand Pollin Quarzoszillator 16MHz Pollin Stromversorgung Netzteil 9V Pollin Spannungsregler 7805 Pollin 10 uF
in „AVR Einsteiger Kit“ · 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
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 ·
-
PDF
305000074A_radino_nRF8001.pdf
011109 Dresden radino nRF8001 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 chip) GPIO; PCINT2 2 MISO 14 PB3 SPI-MISO (also connected to internal
-
PDF
Hausbus_for_everyone.pdf
...................................................................................................16 6.2. RS485 BUS Sniffer............................................................................................................................ 16 6.2.1. Schaltplan................................
in „Gemeinsamer Hausbus: Weitermachen“ · Haus & Smart Home ·
-
PDF
Hausbus_for_everyone.pdf
. Protokoll Paket: 1Byte Typ + 1Byte Dest. Adr. + 1Byte Src. Adr. + 2Byte Length + Data + 2Byte CRC16 3.3. Clients Jeder Client besteht aus einem MAX485/ADM483 Bustreiber und einem ATMega mit Hardware UART. • schaltbare Steckdose • Lichtschalter (Relay + beliebig viele Taster) • Dimmer • Rollosteuerung
-
Datei
Konsolenausgabe.txt
avr/lib/avr5/ata5795 avr/lib/avr5/ata5831 avr/lib/avr5/ata6613c avr/lib/avr5/ata6614q avr/lib/avr5/atmega16 avr/lib/avr5/atmega16a avr/lib/avr5/atmega161 avr/lib/avr5/atmega162 avr/lib/avr5/atmega163 avr/lib/avr5/atmega164a avr/lib/avr5/atmega164p avr/lib/avr5/atmega164pa avr/lib/avr5/atmega165 avr/lib
in „cannot read spec file 'device-specs/specs-atmega4808'“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Timer_1_Fast_Mode_erklaert.pdf
TOP = (CPU Takt / Prescaler / Takt ) - 1 Mit Prescaler 64 erhalten wir: 2499 … etwas wenig für einen 16 Bit Counter Mit Prescaler 8 erhalten wir: 19999 … schon besser Mit Prescaler 1 erhalten wir: 159999 … zu viel, 16 Bit geht nur bis 65535 Also nehmen wir den Prescaler 8 und TOP Wert 19999. Damit taktet
in „Timer Arduino Einsatzgebiete“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WProgram.h
interrupt.h> #include "wiring.h" #ifdef __cplusplus #include "WString.h" #include "HardwareSerial.h" uint16_t makeWord(uint16_t w); uint16_t makeWord(byte h, byte l); #define word(...) makeWord(__VA_ARGS__) unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L); void tone(uint8
in „Arduino + GSM-GPRS-GPS-Shield“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
WProgram.h
interrupt.h> #include "wiring.h" #ifdef __cplusplus #include "WString.h" #include "HardwareSerial.h" uint16_t makeWord(uint16_t w); uint16_t makeWord(byte h, byte l); #define word(...) makeWord(__VA_ARGS__) unsigned long pulseIn(uint8_t pin, uint8_t state, unsigned long timeout = 1000000L); void tone(uint8
in „Arduino + GSM-GPRS-GPS-Shield“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
19:20 fm Exp $ * * This demo module is runnable on AVRs and LM4F120 Launchpad (ARM Cortex M4) * * ATMEGA88 @ 8 MHz internal RC Osc with BODLEVEL 4.3V: lfuse: 0xE2 hfuse: 0xDC efuse: 0xF9 * ATMEGA88 @ 8 MHz external Crystal Osc with BODLEVEL 4.3V: lfuse: 0xFF hfuse: 0xDC efuse: 0xF9 * * This program is
in „IRMP-Anwendung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Tut_Programmierung_Teil_1_Studio_6.pdf
verwende, muss ich hier noch zusätz- lich eingeben: NIBO_USE_NDS3. ( Bitte Frequenz richtig eingeben: 16 000 000 ) An dieser Stelle erscheint nach OK „ _NIBO_2_ „ . Darunter erscheint nach dem zweiten Eintrag „ F_CPU=16000000L „. Wir brauchen aber noch unsere Dateien zum Nibo 2. Dazu gehe ich auf die Seite
in „AVR Studio 6 und Nibo 2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
<< CS22) |(0 << CS21) |(1 << CS20); //clkI/O/(No prescaling) } /* * Initialisieren der Timer des ATMega32 */ void INIT_Timer () { init_pwm_timer0(); init_pwm_timer1(); init_pwm_timer2(); } /* * Einfaches Steuern der 3 PWMs */ void DIM_Leds(uint16_t delay){ int i; PORTD |= (1 << PD6); for(i=0; i<=255; i++){ OCR0=i; OCR2=i; OCR1A = pgm_read_word(pwmtable_16+i); _delay_loop_2(delay); } PORTD &= (0 << PD6); for (i=255; i>=0; i--){ OCR0=i; OCR2=i; OCR1A = pgm_read_word(pwmtable_16+i); _delay_loop_2(delay); } } /* * USART aktivieren. * Baudrate wird über defines
in „ATMega32 USART 16MHz (Pollin-Board)“ · 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
pins_arduino.h
analogPinToChannel(P) ( pgm_read_byte( analog_pin_to_channel_PGM + (P) ) ) #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
main.c
2009-2010 Frank Meyer - frank(at)fli4l.de * * $Id: main.c,v 1.8 2010/08/30 15:45:27 fm Exp $ * * ATMEGA88 @ 8 MHz * * Fuses: lfuse: 0xE2 hfuse: 0xDC efuse: 0xF9 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published
in „Bluetooth zu Infrarot“ · 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 „ATmega UART spinnt“ · 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 mit Atmega8 (Peter Fleury Library)“ · 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 bootloader 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 Bibliothek funktioniert 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 Bootloader in C - Artikel“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_mega16_32_mini_kit_board_manual.pdf
for working with static sensitive devices should be applied when working with this board. 8. Mega16/32 Processor Features For detailed information of mega16/mega32 microcontroller, please refer to the datasheet named “Atmega16.pdf ” or “Atmega32.pdf ” included in the Product CD Rom. 9. Board layout
in „Problem bei der Kommunikation über UART“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
millisek_demo.c
----------- millisek_demo.c --------------------------- Demo fuer Zeitmessung Millisekunde MCU : ATmega48 .. ATmega328 10.08.2016 R. Seelig -------------------------------------------------------------------- */ #include <avr/io.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> #include <stdarg.h
in „Arduino Zeitmessung mit externes Modul das ms messen kann?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812_sendarray.asm
;Assembler-Routine für Atmega8, Atmega16 und weitere kompatible AVRs ;zum Ansteuern der RGB-LED WS2812 per Bit-Banging ;für 16 MHz Taktfrequenz ausgelegt ;nur die Senderoutine enthalten, das Füllen der RGB-Tabelle erfordert weiteren
in „Lightweight WS2811/WS2812 Library“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Stopp-Uhr.asm
;************************************************************************** .include "m16def.inc" ;Definitionen für ATMega16 //rjmp main ;** ;** !!! Achtung bei ATMega 16 und LCD an PortC muß JTAG Bit aus sein ;** ;** //Für TimerOverflows ;** CPUTAKT = 4000000 ;** 1_byte = 256 ;** overfl
in „Bräuchte Hilfe! Finde meinen Fehler nicht!“ · 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
RGBStrip.c
/ Baudrate #define UART_FIFO_LENGTH 9U // Berechnungen UART #define UBRR_VAL ((F_CPU+BAUD*8)/(BAUD*16)-1) // clever runden #define BAUD_REAL (F_CPU/(16*(UBRR_VAL+1))) // Reale Baudrate #define BAUD_ERROR ((BAUD_REAL*1000)/BAUD) // Fehler in Promille, 1000 = kein Fehler. #if ((BAUD_ERROR<990) || (BAUD_ERROR
in „Verhallten auf dem TWI Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;* DESCRIPTION ;* When including this file in the assembly program file, all I/O register ;* names and
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „Illegal device name“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;* DESCRIPTION ;* When including this file in the assembly program file, all I/O register ;* names and
in „Fehlermeldung beim Assemblieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „Include Datei für Atmega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „m8def.inc runterladen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „m8def.inc runterladen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;* DESCRIPTION ;* When including this file in the assembly program file, all I/O register ;* names and
in „Peter Danneggers Bootloader (fastboot) für AVR-GCC-Toolchain“ · Projekte & Code ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „Ich bräuchte mal Starthilfe.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;* DESCRIPTION ;* When including this file in the assembly program file, all I/O register ;* names and
in „AVR ASM Timer-Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „def. inc Datei“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8def.inc
I L Y ;* ;* Number :AVR000 ;* File Name :"m8def.inc" ;* Title :Register/Bit Definitions for the ATmega8 ;* Date :07.09.2001 ;* Version :1.00 ;* Support telephone :+47 72 88 43 88 (ATMEL Norway) ;* Support fax :+47 72 88 43 99 (ATMEL Norway) ;* Support E-mail :avr@atmel.no ;* Target MCU :ATmega8 ;* ;
in „Anfänger Frage zu Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avrcp_m.pdf
12 A2 DQ2 25 D7_A7 C5 18 QG1MHz 16 CS D4_A4 A3 DQ3 10n GND 21 PB2(SS/OC1B) 17 MOSI_A8 15 A4 GND PB3(MOSI/OC2) 18 MISO_A9 D5_A5 16 A5 IC1 PB4(MISO) 19 SCK_A10 D6_A6 17 A6 FT232RL Power Switch ATmega88-20P PB5(SCK) D7_A7 18 A7 7 MOSI_A8
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
GSM_GPS_Shield_Mega.cpp
0; int GSM_OK = 0; int sim_error = 0; int reg_OK = 0; char temp_in[10]; // Arduino Duemilanove (ATmega328) & Arduino UNO (ATmega328) GSM::GSM(int powerON_pin, int baud) { pinMode(powerON_pin, OUTPUT); // Pin 7 _powerON_pin = powerON_pin; _baud = baud; pinMode(_powerON_pin, OUTPUT); pinMode(RXD, INPUT
in „GPS - Shield von Antrax mit 10hz betreiben [Arduino Mega]“ · Mikrocontroller und Digitale Elektronik ·