-
Datei
oled1.c
****************************************************************************** * Processor : ATmega32 @ 8 MHz * Compiler : IAR (V4.30D) & GCC (WinAVR Version 10-01-2010) * Dot Matrix : 128 RGB x 128 * Driver IC : SSD1351 (Solomon Systech) * Interface : 8-bit 8080 Parallel ****************************
in „AVR Oled Display odm 100-Wie ansteuern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.c
****************************************************************************** * Processor : ATmega32 @ 8 MHz * Compiler : IAR (V4.30D) & GCC (WinAVR Version 10-01-2010) * Dot Matrix : 128 RGB x 128 * Driver IC : SSD1351 (Solomon Systech) * Interface : 8-bit 8080 Parallel ****************************
in „ODM100 OLED bleibt schwarz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ODM100.c
****************************************************************************** * Processor : ATmega32 @ 8 MHz * Compiler : IAR (V4.30D) & GCC (WinAVR Version 10-01-2010) * Dot Matrix : 128 RGB x 128 * Driver IC : SSD1351 (Solomon Systech) * Interface : 8-bit 8080 Parallel ****************************
in „SSD 1351 - OLED ansteuern“ · Mikrocontroller und Digitale Elektronik ·
-
Thread
Lagerverwaltung Part-DB V0.2.2
und "filename". Mit "name" kann man dann nämlich den Dateien auch gescheite Namen geben wie z.B. "AVR AppNote AN123" oder "Anschlussschema" usw. In der db_update_steps.php sieht die entsprechende Stelle so aus: [code] // table "pictures" will now be changed to "files" $updateSteps[] = "ALTER TABLE
zeigt nur einen leeren rechten Anzeigebereich (siehe IE_loeschen) Testumgebung: Windows Vista 32 Bit Opera 12.15 Firefox 22.0 Internet Explorer 9
Projekte & Code ·b.r · ·627 Antworten
-
PDF
TTester_096k.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - AT- mega48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note, 8444A-AVR-10/11, 2011 [5] Atmel Corporation Atmel AVR121: Enhancing ADC resolution by oversampling,. Application Note, 8003A-AVR-09/05, 2005 [6] http://en.wikibooks.org/wiki/LaTeX LaTeX documentation,. Guide
-
Datei
bios6V127.asm
PIO_Ctl ; pop psw ; ret ; ; ; ; cfinit = Reset Befehl an CF-Karte ; ; cfinit: call pioinit ; PIO und AVR initialisieren mvi a,avrres ; Test ob CF-Erweiterung vorhanden ist; call piowr ; xra a ; call piord ; cpi 00h ; jnz cferr ; CF nicht bereit -> Fehler ret ; CF-Interface OK ; ; avr_stat = Status CF-Karte ermitteln 0=OK ; sonst Fehlermeldung ; avr_stat: mvi a,avrstat ; Status AVR ermitteln call piowr ; call piord ; cpi 00h ; jnz cferr ; Driver Error ret ; ; cferr: mvi a,01h ; Fehler CF-Karte ora a ; ret ; ; ;==================================
in „Suche MOPPEL Projekt in Heft oder .PDF“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
TTester_096k.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - AT- mega48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note, 8444A-AVR-10/11, 2011 [5] Atmel Corporation Atmel AVR121: Enhancing ADC resolution by oversampling,. Application Note, 8003A-AVR-09/05, 2005 [6] http://en.wikibooks.org/wiki/LaTeX LaTeX documentation,. Guide
-
Datei
gen_tables.pl
emulator # must be regenerated when recompiling the emulator # this is a workaround for a limitation in avr-as, # since avr-as does not support pm_lo8(sym) for data symbols use strict; use warnings; use v5.010; my @instrs = ( [ "fetch_nop", "exec_nop", "store_nop", 4 ], # 00 : NOP [ "fetch_dir16", "exec_nop
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nano_os_OPTs.txt
nano_os.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .data 00000008 00800100 00000d3e 00000dd2 2**0 CONTENTS, ALLOC, LOAD, DATA 1 .text 00000d3e 00000000 00000000 00000094 2**1 CONTENTS, ALLOC, LOAD,
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ;------------------------------------------------; ; Load table value
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ;------------------------------------------------; ; Load table value
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ;------------------------------------------------; ; Load table value
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
onkyo_tx_nr_616_service_manual.pdf.pdf
decode OK ANA : C_SRC_ANA ANA : C_SRC_ANA x : decode NG PCM : C_SRC_PCM PCM : C_SRC_PCM DLB : C_SRC_DD DLB : C_SRC_DD DEX : C_SRC_DD_EX DEX : C_SRC_DD_EX DTS : C_SRC_DTS DTS : C_SRC_DTS MTR : C_SRC_DTS_MTR MTR : C_SRC_DTS_MTR DSC : C_SRC_DTS_DSC DSC : C_SRC_DTS_DSC D96 : C_SRC_DTS_96 D96 : C_SRC_DTS_96
in „Onkyo verstärker“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ;------------------------------------------------; ; Load table value
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8080int-jmp.asm
... .equ ZFL_S = 7 .equ ZFL_Z = 6 .equ ZFL_H = 4 .equ ZFL_P = 2 .equ ZFL_N = 1 .equ ZFL_C = 0 .equ AVR_T = SREG_T .equ AVR_H = SREG_H .equ AVR_S = SREG_S .equ AVR_V = SREG_V .equ AVR_N = SREG_N .equ AVR_Z = SREG_Z .equ AVR_C = SREG_C ;------------------------------------------------; ; Load table value
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dw_programming_dragon.txt
0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff 0xff ## | 100% 0.62s avrdude: avr_read(): skipping page 30: no interesting data avrdude: avr_read(): skipping page 31: no interesting data avrdude: avr_read(): skipping page 32: no interesting data avrdude: avr_read(): skipping page 33: no interesting data avrdude: avr_read(): skipping page 34: no interesting data avrdude: avr_read(): skipping page 35: no interesting data avrdude: avr_read(): skipping page 36: no interesting data avrdude: avr_read(): skipping page
in „avrdude fuses aus debugwire schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Kuckuck.c
8000000UL definiert ist und die FUSES entsprechend gesetzt sind. #define F_CPU 8000000UL #include <avr/io.h> #include <avr/sleep.h> #include <avr/interrupt.h> #include <util/delay.h> #include <avr/wdt.h> #include <avr/pgmspace.h> #include "sbit.h" // #define SENDER // Sender vorhanden? #define GRILLE_PIN
in „ATTINY 433MHz Fuchssender mit akustischem Grillen-Sound“ · Projekte & Code ·
-
PDF
Against-Tithing-John-Owen-80.pdf
P[22]. army, P[18]. circumstance, P[6, 10, disciple, P[19, 23]. athens, P[7, 17]. 11, 20, 26, 27, 32, 36]. disease, P[24]. atonement, P[13, 14]. circumstances, P[6, 10, dispensation, P[16, 30, attained, P[18]. 11, 20, 26, 27, 32, 36]. 33, 40]. authority, P[8, 9, 17, commandment, P[20, divine, P[4, 6
-
PDF
sony_str-ks360_ks360s_ver-1.0_sm.pdf
94 HRESET o i O O DMPORT RX (UCOM TX) 5 31 UCOM TX-DMP RX X X R R 13 15 53 54 6 DMPORTTX (UCOM RX) 32 UCOM RX-DMPTX 7 X1001 DET 91 DMPORT_DET 5MHz EEPROM IC1014 STR-KS360/KS360S 12 12 STR-KS360/KS360S 6-2. BLOCK DIAGRAM - HDMI Section - CEC D (Page 12) DATA0+ 7 52 A32 DATA0– 9 51 B32 DATA1+ 4 55 A33
in „Sony STR KS360S Verstärker geht auf Standby, LED blinkt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AT90PWM3.xml
> <MEM_ADDR>$3B</MEM_ADDR> <GPIOR30_MASK>0x01</GPIOR30_MASK><GPIOR31_MASK>0x02</GPIOR31_MASK><GPIOR32_MASK>0x04</GPIOR32_MASK><GPIOR33_MASK>0x08</GPIOR33_MASK><GPIOR34_MASK>0x10</GPIOR34_MASK><GPIOR35_MASK>0x20</GPIOR35_MASK><GPIOR36_MASK>0x40</GPIOR36_MASK><GPIOR37_MASK>0x80</GPIOR37_MASK></GPIOR3>
in „AVRStudio4(SP4) debug mode: ACSR fehlt für AT90PWM3?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Neues_Textdokument.txt
external interrupts, giving a way * for users to have interrupts drive off of any pin. * Refer to avr-gcc header files, arduino source and atmega datasheet. */ /* * Theory: all IO pins on Atmega168 are covered by Pin Change Interrupts. * The PCINT corresponding to the pin must be enabled and masked,
in „LED-Cube Effekte weiter per Knopfdruck“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LED_Cube.ino
external interrupts, giving a way * for users to have interrupts drive off of any pin. * Refer to avr-gcc header files, arduino source and atmega datasheet. */ /* * Theory: all IO pins on Atmega168 are covered by Pin Change Interrupts. * The PCINT corresponding to the pin must be enabled and masked,
in „LED-Cube Effekte weiter per Knopfdruck“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
88E1111_DS.pdf
z0ite000100110011111111 # lS E D 2.9.1 Extended Revister Access R MDC/MDIO protocol only supports 32 registers. Since the 88E1111 device has more than 32 registers, a paging the operating *odI or they can be selected by setting b*t in other registers. For example, Register 29 sets the A 3. "RegistergDeNcription
-
Datei
8x8_horizontal_LSB_1.h
#include <avr/pgmspace.h> //taken from : http://www.mikrocontroller.net/topic/54860 const char font_8x8[] PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, // 0x00 0x7E,0x81,0xA5,0x81,0xBD,0x99,0x81,0x7E, // 0x01
in „LC 7981 Grafikdysplay Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
M51.c
(Server timezone: CET) // Image Size : 223x261 pixels // Memory usage : 116406 bytes #if defined(__AVR__) #include <avr/pgmspace.h> #elif defined(__PIC32MX__) #define PROGMEM #elif defined(__arm__) #define PROGMEM #endif const unsigned short M51[0xE350] ={ 0x0861, 0x0861, 0x0861, 0x0861, 0x0861, 0x0861
in „Astrosimulationen/Galaxienkollision mit Arduino“ · Projekte & Code ·
-
Datei
Wie_archiviert_ihr_Websites__-_Mikrocontroller.net.html
41enp08eXl1evPDXnvuUSisRZjksz//KFzrY8E1qInyX0xDOPLTSUKQhvD6SdgZxLF+IA1hEQ8yQ09Xh0c3AaqjUsXk3AeQmh3CUbXVxstK4+Pg/VGhbv8mDCjxDdQOTXBHXPPl6+NlY6rzXk4xsdgnq9g2VYZGX8Opc2QcEBrBIF5HaYU+R3/DdtaABBEa5qUlEdLNflNQWSYrSENg/pRAJvLgrIKi7bU3FLZu3kI0vIdkHVeXys02RxdyP1rR2WWaoDOiVIvt7EHT5ffo2e2XNh6vRL0FiUdBt+xNP0htzX4eMWL0PyFsbkI/DQK4J8vAPYVB13Ozzf6RGEGyN2E5QfX3N2KUcLCBQ32cTAVdhvX4o4XofkMwFvuC4pA
-
Datei
tuer_VL.c
, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 0x32C0 (12992) 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, // 0x32D0 (13008) 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0020, 0xE71C, 0xFFFF, // 0x32E0 (13024) 0xFFFF, 0xE71C, 0x0020, 0x0000, 0x0000, 0x0000, 0x0000, 0x52AA, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, // 0x32F0 (13040) 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF, 0xFFFF
in „ili9341 bitmpas - speicherproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
BTB06-600Adatasheet.php
€Õ + L >h ²Ö ?v4Æá PKÌAmÊa LñÈé (^?Dz Ä\ž Ì\1{[ݺ q.³× Šë3 B"²ÃÔa ó " p\zYe°ñÑ= WXªO¢[9 ÿ pkv <bË 32oì. ìrFAíM Œ¢c e ö Ÿ£Ë ? â n .$°tmÚ7 œÎ W µ ·yö <Vq @eæa Z)áÌŸÙ ô}îjæ¿JÂäsê g@ :v O*€ª ö aÇ # 1 RÇ Æá y H ¿ #ÍoÒUž¶ëIg1d(,ÙÌ pX ö |E\yÔì]qa?P % dãHu ÔÐôÛÔ : kgûÔgüÌy Ø 3ó% ú Ö= qÖ¶IqŽ.7 CzÊò !ýµ® à þÏÉ
in „BTB04-600A ersetzen durch BTB600SL“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
12x16_horizontal_LSB_2.h
#include <avr/pgmspace.h> //taken from : http://www.mikrocontroller.net/topic/54860 const char font_12x16[] PROGMEM = { 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
in „LC 7981 Grafikdysplay Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·