-
Datei
I2Ckpl0.c
Nächste Version 6 mit dem Versuch, auf den Blinkkram * zu verzichten. Geht nicht. * * */ #include <avr/io.h> /* aus avr-gcc-lib S. 152 */ #include <avr/twi.h> #include <inttypes.h> /* wahrscheinlich unnötig */ #include <stdlib.h> /* #include <stdio.h> * iom16.h muß in avr/io.h enthalten sein, * nicht
in „Wie avr-gcc starten?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_lcd_2.c
#include <stdlib.h> #include <avr/io.h> #include <inttypes.h> #include <avr/eeprom.h> #include <avr/signal.h> #include <avr/interrupt.h> #include "lcd.h" /* ** constant definitions */ #ifndef CTC1 #define CTC1 WGM12 // for compatibility
in „Drehregler an uC - geht das?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test_lcd_3.c
#include <stdlib.h> #include <avr/io.h> #include <inttypes.h> #include <avr/eeprom.h> #include <avr/signal.h> #include <avr/interrupt.h> #include "lcd.h" /* ** constant definitions */ #ifndef CTC1 #define CTC1 WGM12 // for compatibility
in „Drehregler an uC - geht das?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AT90PWM2_2B_3_3B__2_.pdf
Reset and Programmable Brown Out Detection – Flag Array in Bit-programmable I/O Space (4 bytes) 4317I–AVR–01/08 – In-System Programmable via SPI Port – Internal Calibrated RC Oscillator ( 8 MHz) – On-chip PLL for fast PWM ( 32 MHz, 64 MHz) and CPU (16 MHz) Operating Voltage: 2.7V - 5.5V Extended Operating
in „Interrupt bem Flankenwechsel beim AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
at90pwm3.pdf
Reset and Programmable Brown Out Detection – Flag Array in Bit-programmable I/O Space (4 bytes) 4317I–AVR–01/08 – In-System Programmable via SPI Port – Internal Calibrated RC Oscillator ( 8 MHz) – On-chip PLL for fast PWM ( 32 MHz, 64 MHz) and CPU (16 MHz) Operating Voltage: 2.7V - 5.5V Extended Operating
in „Schrittmotorsteuerung mir 90atPWM3“ · 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 „Verzögerung Zündung TRIAC für Phasenanschnitt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdint.h> #include <avr/io.h> #include <avr/interrupt.h> /* for sei() */ #include <util/delay.h> /* for _delay_ms() */ #define DDRregister DDRB #define PORTled PORTB #define Arraysize 255 volatile uint8_t a; uint8_t *pointera
in „Probleme 3 PWM mit attiny13“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
stk500boot.c
512 #define APP_END (FLASHEND+1 -(2*BOOTSIZE)) /* * Signature bytes are not available in avr-gcc io_xxx.h */ #if defined (__AVR_ATmega8__) #define SIGNATURE_BYTES 0x1E9307 #elif defined (__AVR_ATmega16__) #define SIGNATURE_BYTES 0x1E9403 #elif defined (__AVR_ATmega32__) #define SIGNATURE_BYTES
in „STK500v2-Bootloader von Peter Fleury“ · Projekte & Code ·
-
PDF
ATMEGA8_DATENBLATT.pdf
can be calculated by the following equation: f = ------------- OCnPWM N ⋅ 256 112 ATmega8(L) 2486X–AVR–06/10 ATmega8(L) The N variable represents the prescale factor (1, 8, 32, 64, 128, 256, or 1024). The extreme values for the OCR2 Register represent special cases when generating a PWM waveform output
in „I2C/TWI TWBR > 10 warum?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Arith_Hardware_Multiply_doc1631.pdf
into r23:r22 ldi R21,HIGH(1844) ldi R20,LOW(184) ; Load the number 1844 into r21:r20 call mul16x16_32 ; Call 16bits x 16bits = 32bits multiply routine Figure 5. 16-bit Multiplication, 32-bit Result AH AL X BH BL (sign ext) AL * BH 3 (sign + ext) AH * BL 4 + AH * BH AL * BL 1 + 2 = CH CMH CML CL 6 AVR201 1631C–AVR–06/02 AVR201 The 32-bit result of the unsigned multiplication of 672 and 1844 will now be in the regis- ters R19:R18:R17:R16. If “muls16x16_32” is called instead of “mul16x16_32”, a signed multiplication
in „AVR 8Bit-Werte mit Faktor 0-1 multiplizieren (Synth)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
avrtut.pdf
uint8_t; typedef int int16_t; typedef unsigned int uint16_t; typedef long int32_t; typedef unsigned long uint32_t; typedef long long int64_t; typedef unsigned long long uint64_t; typedef int16_t intptr_t; typedef uint16_t uintptr_t; Bitfelder Beim Programmieren von Microcontrollern
-
Datei
AVRdude_Ergebnis_IDE_verbose.txt
sketch size: 1026 bytes (of a 14336 byte maximum) G:\Download\Arduino\arduino-0022\hardware/tools/avr/bin/avrdude -CG:\Download\Arduino\arduino-0022\hardware/tools/avr/etc/avrdude.conf -v -v -v -v -patmega168 -cstk500v1 -P\\.\COM7 -b19200 -D -Uflash:w:C:\Users\wps\AppData\Local\Temp\build350746234049397048.tmp\Es_Blinkt_3s.cpp.hex:i avrdude: Version 5.4-arduino, compiled on Oct 11 2007 at 19:12:32 Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/ System wide configuration file is "G:\Download\Arduino\arduino-0022\hardware/tools/avr/etc/avrdude.conf" Using Port : \\.\COM7 Using Programmer
in „Flashen von Arduino“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
isp1761_trace.txt
registering isp176x_hal [...] # cd /lib/modules/2.6.28.4/kernel/drivers/usb/pehcd/ # modprobe hal/hal_avr32.ko # modprobe host/pehci.ko usbcore: registered new interface driver usbfs usbcore: registered new interface driver hub usbcore: registered new device driver usb hal_avr32isp1761_register_driver(drv
in „AVR32 ICNova USB Host ISP176x ISOCHRON support“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Attiny.txt
ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- flash 65 6 32 0 yes 8192 64 128 30000 30000 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ -
in „Projekt fertiggestellt: MP3 Player für Kinder auf ATTiny-Basis“ · Projekte & Code ·
-
PDF
MCP79521.pdf
Real-Time Clock/Calendar Device Selection Table Part Number SRAM (Bytes) EEPROM (Kbits) Unique ID MCP79510 64 1 Blank MCP79520 64 2 Blank ™ MCP79511 64 1 EUI-48 MCP79521 64 2 EUI-48™ ™ MCP79512 64 1 EUI-64 MCP79522 64 2 EUI-64™ • 128-Bit Protected EEPROM Area: Timekeeping Features • Real-Time Clock/Calendar
in „RTC -> MCP79521“ · 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
dragon-fuse.txt
ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- --------- flash 65 6 32 0 yes 4096 64 64 4500 4500 0xff 0xff Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----
in „avrdude fuses aus debugwire schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adxl345_atmega168.c
; break; case 4: spi_tf=0x00; break; case 8: spi_tf=0x05; break; case 16: spi_tf=0x01; break; case 32: spi_tf=0x06; break; case 64: spi_tf=0x02; break; case 128: spi_tf=0x03; break; default : spi_tf=0x01; } if (spi_tf & 0x04) { SPSR=(1<<SPI2X); spi_tf &= ~0x04; } SPCR|=spi_tf; } void init_ext_interrupt
in „ADXL345 & SPI Kommunikationsproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
glcd.inc
#define LCD_SCL PB7 // SCK #define SPI_IN_LOWER_IO_REGS #elif defined (__AVR_ATmega32__) #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
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
glcd.inc
#define LCD_SCL PB7 // SCK #define SPI_IN_LOWER_IO_REGS #elif defined (__AVR_ATmega32__) #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
in „Nokia 6100 Grafiklibrary die Zweite“ · Projekte & Code ·
-
Datei
main.asm
main.elf: file format elf32-avr SYMBOL TABLE: 00007000 l d .text 00000000 .text 00800060 l d .data 00000000 .data 00800066 l d .bss 00000000 .bss 0080009e l d .noinit 00000000 .noinit 00000000 l d .stab 00000000 .stab 00000000
in „ATMEGA32 Minimum System Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AFMotorh.txt
code is public domain, enjoy! #ifndef _AFMotor_h_ #define _AFMotor_h_ #include <inttypes.h> #include <avr/io.h> //#define MOTORDEBUG 1 #define MICROSTEPS 16 // 8 or 16 #define MOTOR12_64KHZ _BV(CS20) // no prescale #define MOTOR12_8KHZ _BV(CS21) // divide by 8 #define MOTOR12_2KHZ _BV(CS21) | _BV(CS20) // divide by 32 #define MOTOR12_1KHZ _BV(CS22) // divide by 64 #define MOTOR34_64KHZ _BV(CS00) // no prescale #define MOTOR34_8KHZ _BV(CS01) // divide by 8 #define MOTOR34_1KHZ _BV(CS01) | _BV(CS00) // divide by 64
in „Arduino 2560 PWM Frequenz ändern auf 100Hz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Main.c
//#define F_CPU 16000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <math.h> volatile uint8_t Leds[16][8] = { {2,2,2,2,2,2,2,2}, {2,20,20,20,20,20,20,2}, {2,20,27,27,27,27,20,2}, {2,20,27,34,32,27,20,2}, {2,20,27,32,34,27,20,2}, {2,20,27,34,32,27,20,2}, {2,20,27,32,34,27,20,2}, {2,20,27,34,32,27,20,2}, {2,20,27,32,34,27,20,2}, {2,20,27,34,32,27,20,2}, {2,20,27,32,34,27,20,2}, {2,20,27,34,32,27,20,2}, {2,20,27,32,34,27,20,2
in „PWM über 74hc595 (Pulsweitenmodulation über Schieberegister) - in C“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Anleitung zur Pinbelegung und DIP-Schalter-Einstellung EXA-PROG
EXA-PROG USB-Programmieradapter für AVR-ISP, AVR-POD, STM32, LPC, ESP3226 Anschluss eines AVR-Controller mit UPDI-Schnittstelle DIP-SCHALTER: 2 = OFF, 3 = OFF, 4 = ON 10-pol. Stecker PIN4 (UPDI) PIN10 (GND) Optional: PIN2 (VCC) AVR-Controller
in „UPDI Programmierung mit dem Diamex“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
drehgeber.txt
Umrechnung #define DDR(x) (*(&x - 1)) /* address of data direction register of port x */ #if defined(__AVR_ATmega64__) || defined(__AVR_ATmega128__) /* on ATmega64/128 PINF is on port 0x00 and not 0x60 */ #define PIN(x) ( &PORTF==&(x) ? _SFR_IO8(0x00) : (*(&x - 2)) ) #else #define PIN(x) (*(&x - 2)) /* address
in „mega128 ext. Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Silicon Issue Summary Tabelle AVR128DB28/32/48/64
AVR128DB28/32/48/64 Silicon Issue Summary Legend Erratum is not applicable. Erratum is applicable. Peripheral Short Description Valid for Silicon Revision Device 2.2.1. Some Reserved Fuse Bits Are '1' Rev
in „AVR128DA64 TCA1 funktioniert nicht mit alternativen Output?“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
ttester_110k_20140511.diff
0x20,0x74,0x54,0x54,0x7C,0x7C,0x54,0x54}, // 0x91 +{0x7C,0x7E,0x0B,0x09,0x7F,0x7F,0x49,0x00}, // 0x92 +{0x32,0x7B,0x49,0x49,0x7B,0x32,0x00,0x00}, // 0x93 +{0x32,0x7A,0x48,0x48,0x7A,0x32,0x00,0x00}, // 0x94 +{0x30,0x79,0x4B,0x4A,0x78,0x30,0x00,0x00}, // 0x95 +{0x3A,0x7B,0x41,0x41,0x7B,0x7A,0x40,0x00}, // 0x96
-
Datei
main.c
256 --> CPU/256 // bei 16MHz und prescaler 1024 --> 1s --> OCR1A = 15624 // bei 1MHz und prescaler 64 --> 1s --> OCR1A = 15624 OCR1A = 15624; //vorladen, f_comp=fosc/(prescaler*(OCRnX+1)); OCRnX=fosc/(f_comp*prescaler)-1 #ifdef __AVR_ATmegaM32__ TIMSK |= (1<<OCIE1A); #endif #if __AVR_ATmegaM168__ TIMSK1
in „UART von Mega32 auf Mega168 anpassen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Z180.pdf
9 38 C15 4 3 t 61 66 VCC RX_AVR/2.5A 10 PD0 VCC 27 10K e 65 /RFSH /WR 67 74HCT32D TX_AVR/2.4A 11 PD1 AVCC 100n 100n R /M1 /RD C14 32 U1 13 SDREQ PD2 R12 2 1 1 VCC DQ0 BUSACK 12 PD3 AREF 29 C2 C9 S A18/TOUT 33 DQ1 14 LATCH 13 PD4 ~RESET 4 AVR_RESET/3.1B A17 32 100n 22 CE DQ2 15 ZRESET 14 PD5 A16 31 30 CE2 DQ3 17 15 8 30 GND 24 18 WE 16 PD6 XTAL1 XTAL1 A15 29 29 OE DQ4 19 OE PD7 37 A0 A0 2 19 A8 68 A14 28 WE DQ5 20 PA0 1D 1Q PHI A13 DQ6 B
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fehlermeldung.txt
CmdexeDelay : 25 SyncLoops : 32 ByteDelay : 0 PollIndex : 3 PollValue : 0x53 Memory Detail : Block Poll Page Polled Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack ----------- ---- ----- ----- ---- ------
in „Was kontrollieren, wenn man nicht "rein" kommt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Programm.c
) & (x == 0) & (p < 15) ) { x=1; p=p+1; NIBBLE1 = 1; NIBBLE2 = 128; VORWAERTS = 1; PORTA = PORTA | 32; /* LED VORWAERTS einschalten */ PORTB = 0; BEEP(); } if ( (PROG_UP_DOWN_SWITCHES == 2) & (x==0) & (p > 0) ) { x=1; p = p - 1; NIBBLE1 = 1; NIBBLE2 = 128; VORWAERTS = 1; PORTA = PORTA | 32; /* LED VORWAERTS
in „STK500 (ISP) und ATMEGA8515 Fuses und Timer/Counter“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MegaBoot.c
definition for MCU available" #endif /* * Defines for the various USART registers */ #if defined(__AVR_ATmega8__) || defined(__AVR_ATmega16__) || defined(__AVR_ATmega32__) \ || defined(__AVR_ATmega8515__) || defined(__AVR_ATmega8535__) \ /* ATMega8 with one USART */ #define UART_BAUD_RATE_LOW UBRRL #
in „mega128 und Fleury-Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr910.asm
fully supported ! ; official Devicecodes as matched in AVRProg V1.40 .db 0x3a ,0x20 ;m8515, Pagesize 32 words (0x20) .db 0x3b ,0x20 ;m8515boot Bootloader Mode untested! .db 0x41 ,0x40 ;m103 .db 0x43 ,0x40 ;m128 .db 0x44 ,0x40 ;m128boot Bootloader Mode untested! .db 0x45 ,0x40 ;m64 .db 0x46 ,0x40 ;m64boot
-
Datei
avr910.asm
fully supported ! ; official Devicecodes as matched in AVRProg V1.40 .db 0x3a ,0x20 ;m8515, Pagesize 32 words (0x20) .db 0x3b ,0x20 ;m8515boot Bootloader Mode untested! .db 0x41 ,0x40 ;m103 .db 0x43 ,0x40 ;m128 .db 0x44 ,0x40 ;m128boot Bootloader Mode untested! .db 0x45 ,0x40 ;m64 .db 0x46 ,0x40 ;m64boot
-
Datei
main_1.c
uart_atemga8_2_0 senden per polling und empfangen per Interrupt funktioniert jetzt * * */ #include <avr/io.h> #include <avr/interrupt.h> #include "ascii.h" #include "statemaschine.h" #define F_Clock 1000000u//Systemtakt in Hz (unused @ moment cause value is set hardcoded in the UBRRH and UBRRL register
in „volatile bitfeld is doof“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
5110.c
#include <avr/io.h> #include <stdint.h> #include <inttypes.h> #include <avr/pgmspace.h> /* Anschluss des 5110-LCDs am AtMega8 * AVR => LCD * PC0 => D/C (1) * PC1 => SCLK (2) * PC2 => SDIN (3) * PC3 => RES (4) */
in „Anfängerprobleme mit PROGMEM“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
catalog.pdf
2.48 USD [QTY]: 20 [Category]: Microcontrollers [Desc]: Mainstream ARM Cortex-M0 Value line MCU with 64 Kbytes Flash, 48 MHz CPU MPN: STM32F103RBT6 [ID]: 000169 [Price]: 6.62 USD [QTY]: 1 [Category]: Microcontrollers [Desc]: MCU 32-bit STM32F ARM Cortex M3 RISC 128KB Flash 2.5V/3.3V 64-Pin LQFP Tray MPN
-
PDF
catalog.pdf
kB Flash, 32-Pin TQFP MPN: STM32F030C8T6TR [ID]: 000168 [Price]: 2.48 USD [QTY]: 20 [Category]: Microcontrollers [Desc]: Mainstream ARM Cortex-M0 Value line MCU with 64 Kbytes Flash, 48 MHz CPU MPN: STM32F103RBT6
-
Datei
MmmF_V1.1.c
RUECK 255 #define STP_ARM 0 //Schritt scharfmachen #define STP_FIRE 255 //Schritt ausführen #include <avr/io.h> #include <avr/interrupt.h> void timerInit (void); void floppyInit (void); volatile uint16_t SysTick_64tel = 0; struct Kanaele { uint8_t Tonhoehe[8]; uint8_t TonhoehenZaehler[8]; uint8_t Schritte
in „Auf der Suche nach Ordnung =)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
PWM_Controller_Manual.pdf
30 $019 Res_HW_PWM_LB_EEP Res_HW_PWM_LB_SRAM $079 31 $01A Res_Soft_PWM_EEP Res_Soft_PWM_SRAM $07A 32 $01B PWM_vs_BUS_EEP PWM_vs_CALC_SRAM $07B Speicherbelegung 2/2 AVR- Speicherreservierungen SRAM Adresse [*16] Größe[Byte] Bottom SRAM Start Reserviert für RX Befehle TOP 128 TWI Receive Buffer Bottom
in „PWM- Controller 18- Kanal TWI- Bus Proj.“ · Projekte & Code ·
-
PDF
AVR-ASM_Tutorial.pdf
Dezimalzahlen zu unterscheiden, wird ein 0b vorangestellt): 0b10011011 = 1 * 128 ( 128 = 2 hoch 7 ) + 0 * 64 ( 64 = 2 hoch 6 ) + 0 * 32 ( 32 = 2 hoch 5 ) + 1 * 16 ( 16 = 2 hoch 4 ) + 1 * 8 ( 8 = 2 hoch 3 ) + 0 * 4 ( 4 = 2 hoch 2 ) + 1 * 2 ( 2 = 2 hoch 1 ) + 1 * 1 ( 1 = 2 hoch 0 ) Ausgerechnet (um die entsprechende
in „AVR-Tutorial als PDF“ · Offtopic ·
-
PDF
ATtiny841_Datasheet.pdf
Prescaler Selections ADPS2 ADPS1 ADPS0 Division Factor 0 0 0 2 0 0 1 2 0 1 0 4 0 1 1 8 1 0 0 16 1 0 1 32 1 1 0 64 1 1 1 128 ATtiny441/841 [DATASHEET] 148 8495H–AVR–05/2014 16.13.5 ADCSRB – ADC Control and Status Register B Bit 7 6 5 4 3 2 1 0 0x04 (0x24) – – – – ADLAR ADTS2 ADTS1 ADTS0 ADCSRB Read/Write
in „TOCPMSA1 und TOCPMCOE Verhalten beim Attiny 841“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny441_841.pdf
Prescaler Selections ADPS2 ADPS1 ADPS0 Division Factor 0 0 0 2 0 0 1 2 0 1 0 4 0 1 1 8 1 0 0 16 1 0 1 32 1 1 0 64 1 1 1 128 ATtiny441/841 [DATASHEET] 148 8495H–AVR–05/2014 16.13.5 ADCSRB – ADC Control and Status Register B Bit 7 6 5 4 3 2 1 0 0x04 (0x24) – – – – ADLAR ADTS2 ADTS1 ADTS0 ADCSRB Read/Write
in „Suche nach ATtiny mit ADC und Gain > 20x“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny841_Datasheet.pdf
Prescaler Selections ADPS2 ADPS1 ADPS0 Division Factor 0 0 0 2 0 0 1 2 0 1 0 4 0 1 1 8 1 0 0 16 1 0 1 32 1 1 0 64 1 1 1 128 ATtiny441/841 [DATASHEET] 148 8495H–AVR–05/2014 16.13.5 ADCSRB – ADC Control and Status Register B Bit 7 6 5 4 3 2 1 0 0x04 (0x24) – – – – ADLAR ADTS2 ADTS1 ADTS0 ADCSRB Read/Write
in „sleep und Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny841_Datasheet.pdf
Prescaler Selections ADPS2 ADPS1 ADPS0 Division Factor 0 0 0 2 0 0 1 2 0 1 0 4 0 1 1 8 1 0 0 16 1 0 1 32 1 1 0 64 1 1 1 128 ATtiny441/841 [DATASHEET] 148 8495H–AVR–05/2014 16.13.5 ADCSRB – ADC Control and Status Register B Bit 7 6 5 4 3 2 1 0 0x04 (0x24) – – – – ADLAR ADTS2 ADTS1 ADTS0 ADCSRB Read/Write
in „Takt-Vorskalierungsregister beim Attiny841“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc8377.pdf
AVR364: MEGA-1284P Xplained Hardware User's Guide Features 8-bit Atmel • Atmel megaAVR ATmega1284P microcontroller - Target controller Microcontrollers ® • Atmel AVR AT32UC3B1256 32-bit microcontroller
in „[V] MEGA-1284P-XPLAINED“ · Markt ·
-
Datei
at90isp_ver23.asm
return a 7 character ASCII string identifying the programmer. ;* For the development board it is "AVR DEV", for the parallel ;* programmer it is "AVR PPR" and for the in-curcuit programmer it is ;* "AVR ICP". ;* ;* NOTE 9 ;* The software/hardware version are returned as two ASCII numbers. ;* ;* NOTE
in „avr910 Pins Kurzschluss“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
sammelbestellung.pdf
Treiber 8 - 45V 7.0A 1/128 Microstepping SPI RoHS: RoHS-konform 12,27 € 12,27 € Mouser-Nr.: 511-STM32F4DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F4DISCOVERY Hersteller: STMicroelectronics 1 Versand sofort Beschr.: Entwicklungsboards und Kits - ARM STM32F407 HIGH PERF DISCOVERY BOARD RoHS: RoHS-konform 8,87 € 8,87 € Mouser-Nr.: 511-STM32F3DISCOVERY 1 Verfügbarkeit Herst.- Nr.: STM32F3DISCOVERY 0 Versand sofort Hersteller: STMicroelectronics 1 Im Lieferrückstand Beschr.: Entwicklungsboards und Kits - ARM STM32F3 Discovery 32-Bit ARM M4
-
Datei
Fastboot.asm
0D2A '6.6...6.6.......' avr0696: sbic ?0x06?, 6 ; 0696 9936 0D2C '6...6.6.........' rjmp avr0696 ; 0697 CFFE 0D2E '..6.6...........' sbi ?0x06?, 6 ; 0698 9A36 0D30 '6.6.............' avr0699: sbic ?0x06?, 6 ; 0699 9936 0D32 '6
in „32 kHz kompatibler Bootloader gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd.c
------------------------------------------------------------------*/ #include "config.h" #include <avr/io.h> #include <avr/pgmspace.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "stack.h" #include "base64.h" #include "analog.h" #include "wol.h" #include "timer.h" #include "usart.h
in „AVR Net IO Dropdown Liste“ · Mikrocontroller und Digitale Elektronik ·