-
Datei
osd02.asm
0x38,0x00,0x00,0x00,0xFC,0x3C,0x38,0x30,0x00,0x00,0xC3,0xC3,0x18,0x00,0x00 .db 0x22,0x55,0xDB,0x18,0x18,0x18,0x36,0x00,0x00,0x36,0x36,0x00,0x36,0x36,0x18,0x00 .db 0x18,0x18,0x00,0x18,0x00,0x18,0x18,0x36,0x36,0x00,0x36,0x00,0x36,0x00,0x36,0x18 .db 0x36,0x00,0x00,0x36,0x18,0x00,0x00,0x36,0x18,0x18,0x00,0xFF,0x00,0xF0,0x0F
in „ATMEGA32 gnadenlos übertaktet mit 40MHz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
async_fifo.v
}-wr_addr_tmp[FIFO_DEPTH-1:0])+rd_addr_tmp[FIFO_DEPTH-1:0])<ALMOST_EMPTY_OFFSET; 2'b10 : prog_empty_reg <= (wr_addr_tmp[FIFO_DEPTH-1:0]+({1'b1,{FIFO_DEPTH-2{1'b0}}}-rd_addr_tmp[FIFO_DEPTH-1:0]))<ALMOST_EMPTY_OFFSET
-
Datei
main.c
= pwm_setting_tmp[i]; pwm_setting_tmp[i] = tmp_set; tmp_mask = main_ptr_mask[k]; main_ptr_mask[k] = main_ptr_mask[i]; main_ptr_mask[i] = tmp_mask; } } // Gleiche PWM-Werte vereinigen, ebenso den PWM-Wert 0 löschen falls
in „AVR/GCC: pgm_read_byte funktioniert, pgm_read_word nicht?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
= pwm_setting_tmp[i]; pwm_setting_tmp[i] = tmp_set; tmp_mask = main_ptr_mask[k]; main_ptr_mask[k] = main_ptr_mask[i]; main_ptr_mask[i] = tmp_mask; } } // Gleiche PWM-Werte vereinigen, ebenso den PWM-Wert 0 löschen falls
in „Soft-PWM Version 3: Probleme beim Anpassen des Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
= pwm_setting_tmp[i]; pwm_setting_tmp[i] = tmp_set; tmp_mask = main_ptr_mask[k]; main_ptr_mask[k] = main_ptr_mask[i]; main_ptr_mask[i] = tmp_mask; } } // Gleiche PWM-Werte vereinigen, ebenso den PWM-Wert 0 löschen falls
in „Soft-PWM Version 3: Probleme beim Anpassen des Programms“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
= pwm_setting_tmp[i]; pwm_setting_tmp[i] = tmp_set; tmp_mask = main_ptr_mask[k]; main_ptr_mask[k] = main_ptr_mask[i]; main_ptr_mask[i] = tmp_mask; } } // Gleiche PWM-Werte vereinigen, ebenso den PWM-Wert 0 löschen falls
in „16 Kanal Software-PWM, Bitte um Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
; unsigned int j; for ( i = ms; 0<i; i-- ) { for ( j = 51; 0<j; j-- ) { } } } void hoch(){ uint8_t tmp, tmp2; for(tmp=0, tmp2=85; tmp<255; tmp++, tmp2++){ OCR1A = pgm_read_word(&pwmtable_16[tmp]); OCR1B = pgm_read_word(&pwmtable_16[tmp2]); delay_ms(250); } } void runter(){ uint8_t tmp, tmp2, x=0; for(tmp=255, tmp2=170; tmp>0 ; tmp--, tmp2--){ OCR1A = pgm_read_word(&pwmtable_16[tmp]); if(tmp2==0) x=1; if(x==1){ OCR1B = pgm_read_word(&pwmtable_16[tmp2]); if(tmp2==170) x=2; } if(tmp<=86){ OCR1B = pgm_read_word
in „RGB Led mit PWM und 120Grad vesatz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
(tmp=255, tmp2=170; tmp>0 ; tmp--, tmp2--){ OCR1A = pgm_read_word(&pwmtable_16[tmp]); OCR1B = pgm_read_word(&pwmtable_16[tmp2]); OCR1B = pgm_read_word(&pwmtable_16[tmp2]); delay_ms(250); } } int main(void
in „Port als Ausgang gesetzt geht direkt auf High. Wieso?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alf.c
tmpA &= ~(1<<4); } if (loopCounter == currentPointerForISR[3]) { tmpC &= ~(1<<2); } if (loopCounter == currentPointerForISR[4]) { tmpC &= ~(1<<5); } if (loopCounter == currentPointerForISR[5]) { tmpA &= ~(1<<5); } if (loopCounter == currentPointerForISR[6]) { tmpC &= ~(1<<1); } if (loopCounter == currentPointerForISR[7]) { tmpC &= ~(1<<4); } if (loopCounter == currentPointerForISR[8]) { tmpA &= ~(1<<6); } PORTC = tmpC; PORTA = tmpA; } // Standard Input/Output
in „12bit, 9-Kanal Soft-PWM für LEDs auf Mega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PWM.c
{ tmpA &= ~(1<<4); } if (loopCounter == currentPointerForISR[3]) { tmpC &= ~(1<<2); } if (loopCounter == currentPointerForISR[4]) { tmpC &= ~(1<<5); } if (loopCounter == currentPointerForISR[5]) { tmpA &= ~(1<<5); } if (loopCounter == currentPointerForISR[6]) { tmpC &= ~(1<<1); } if (loopCounter == currentPointerForISR[7]) { tmpC &= ~(1<<4); } if (loopCounter == currentPointerForISR[8]) { tmpA &= ~(1<<6); } PORTC = tmpC; PORTA = tmpA; } // Standard Input/Output
in „12bit, 9-Kanal Soft-PWM für LEDs auf Mega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
'2','3','4','5','6','7','8','9','A','B','C','D','E','F'}; char* itoa(char *buffer,int val) { char *tmp; tmp=buffer; *(tmp++)='0'; *(tmp++)='x'; *(tmp++)=hex[(val>>12)&0x0f]; *(tmp++)=hex[(val>>8)&0x0f]; *(tmp++)=hex[(val>>4)&0x0f]; *(tmp++)=hex[(val)&0x0f]; *(tmp++)=0; return buffer; } const char Font5x7
in „Mini-Farbdisplay (+mehr) für 1 Euro“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.asm
tmp,'a' rcall serout ldi tmp,':' rcall serout lds tmp,vmess_value ;Ausgabe an ESP andi tmp,0xf0 swap tmp ori tmp,0x30 rcall serout ldi tmp,'.' rcall serout mov tmp,wl andi tmp,0x0f ori tmp,0x30 rcall serout
in „ATMega328 + Si7021 + I2C (Assembler)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
R_ckgewinnung_Zeigerposition.c
abgezogen werden müssen. stpNeu = stpAlt; goto ENDE; } stpNeu.gesamtWinkel = stpAlt.gesamtWinkel + tmp16; //*** Zeigerposition berechnen ***/ //Schrittmotor wird in Grad angegeben, Zeiger in %, wobei 90° zeiger 100% entsprechen sollen. //Dazwischen ist noch das mechanische Getriebe von 36:1 (Schrittmotor : Zeiger ) tmp16 = stpNeu.gesamtWinkel * 100; //erstmal skalieren auf 100%, damit der Wert nicht zu klein wird tmp16 /= 360; //zur normierung auf 100% tmp16 /= 36; //Getriebestufe tmp16 /= 4; //skalierung auf 90°
in „Tangens sprengt die Codemenge“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SLO2016P.ASM
3rd digit mov tmp6, data ;keep data digit2 mov data, tmp4 ;set data digit2 into digit3 rcall shwSec ;activate 4th digit rcall blnkDly ;display -> On-Wait-Off mov tmp3, tmp1 ;keep first 3 digits mov tmp2, tmp5 mov tmp4, tmp6 inc adrs ;up to next EEPROM address cpi adrs, 53 ;if adrs = 36 (*end position) breq start ; -> restart scrolling message rjmp scroll ;scroll message (loop) ;* Message data = 'MERRY CHRISTMAS & HAPPY
in „EEProm und- .ESEG“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ShiftReg.vhd
and C='1') then for i in 0 to 57 loop tmp(i+1) <= tmp(i); end loop; tmp(0) <= SI; shiftnumber <= shiftnumber + '1'; if Unload = '1' then Einer_Minuten(0) <= tmp(36); -- 37 Einer_Minuten(1) <= tmp(35); -- 36 Einer_Minuten(2) <= tmp(34); -- 35
-
Datei
74185.vhd
- END case; -- END process; -- END behave4; -- ARCHITECTURE structure OF ttl74185 IS -- SIGNAL fct_tmp_res : STD_LOGIC_VECTOR(7 DOWNTO 0); -- SIGNAL fct_tmp_arg : STD_LOGIC_VECTOR(7 DOWNTO 0); -- BEGIN -- fct_tmp_arg <= "00" & binary_i; -- fct_tmp_res <= hex2bcd(fct_tmp_arg, 8); -- bcd_o <= fct_tmp_res
-
Datei
dtmf.asm
;set timer1 PWM mode ldi tmp,(1<<PWM10)+(1<<COM1B1) out TCCR1A,tmp ; 8 bit PWM not reverse (Fck/510) ldi tmp,(1<<CS10) out TCCR1B,tmp ; prescaler = 1 ldi tmp, 87 mov x_SWa, tmp ldi tmp, 50 mov x_SWb, tmp sei ; Enable interrupts
in „DTMF erzeugen Attiny2313“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
foo.s
10 ashlqi3/5 [length = 3] clr r25 ; tmp41 ror r25 ; tmp41 andi r24,lo8(127) ; tmp47, ; 12 andqi3/2 [length = 1] or r24,r25 ; tmp47, tmp41 ; 13 iorqi3/1 [length = 1] mov r25,r24 ; tmp50, tmp47 ; 36 *movqi/1 [length = 1] lsl r25 ; tmp50 ; 18
in „C Code Optimierung für LCD (AVR32)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
LTI_TLC5947.cpp
LTI_TLC5947.h> void LTI_TLC5947::init(uint8_t n) { numdrivers = n; #define TLC5947_N numdrivers #if (36 * TLC5947_N > 255) #define gsData_t uint16_t #else #define gsData_t uint8_t #endif #define gsDataSize ((gsData_t)36 * TLC5947_N) //Data-Array for the TLC5947's shift register gsData_t gsData[36 * TLC5947
in „Funktionsaufruf aus C++ Klasse funkioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dtmf_geb_m8a.asm
tmp,(1<<TOIE1) out TIMSK,tmp ; Enable Timer1_ovf interrupt ;set timer1 PWM mode ldi tmp,(1<<PWM10)+(1<<COM1A1) out TCCR1A,tmp ; 8 bit PWM not reverse (Fck/510) ldi tmp,(1<<CS10) out TCCR1B,tmp ; prescaler
in „DTMF AVR314 nach mega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
disassembly.s
LVL22: .loc 1 278 0 is_stmt 1 discriminator 6 movl %r12d, %eax # _19, _19 leaq (%rax,%rax,2), %rcx #, tmp170 movq %rcx, %rax # tmp170, tmp170 salq $4, %rax #, tmp170 testb $2, 1032(%rbx,%rax) #, je .L37 #, .loc 1 278 0 is_stmt 0 discriminator 1 testb %r15b, %r15b # scroll_region_valid jne .L38 #, .loc 1
in „Stack corruption, aber valgrind und asan finden nichts, was kann ich noch tun?“ · Softwareentwicklung ·
-
Datei
ps2_mouse.vhdl
right_button <= right_button_Reg; x_increment <= x_increment_Reg; y_increment <= y_increment_Reg; tmp_s48 <= tmp_s36 and tmp_s46; tmp_s60 <= tmp_s48 and tmp_s58; tmp_s72 <= tmp_s60 and tmp_s70; tmp_s84 <= tmp_s72 and tmp_s82; tmp_s96 <= tmp_s84 and tmp_s94; tmp_s104 <= tmp_s99 xnor tmp_s103; tmp_s106
-
Datei
termstat.asm
tmp,tz1 ;beide Bits gesetzt sind (Zählerstand 3) ; Loslasserkennung in diesem Programm deaktiviert ; push tmp ;Kopie ; and tmp,tas ;nur die Tasten erhalten, die jetzt losgelassen wurden ; swap tmp ;ins
in „Pollin LCD1602 keine Anzeige“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
termstat.asm
tmp,tz1 ;beide Bits gesetzt sind (Zählerstand 3) ; Loslasserkennung in diesem Programm deaktiviert ; push tmp ;Kopie ; and tmp,tas ;nur die Tasten erhalten, die jetzt losgelassen wurden ; swap tmp ;ins
in „PWM zur Tonausgabe auf einem Lautsprecher Mega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
take1.lst
uint_fast64_t:t(1,26)=(1,8)",128,0,253,0 57 .stabs "intmax_t:t(1,27)=(1,7)",128,0,273,0 GAS LISTING /tmp/ccdWAqCb.s page 2 58 .stabs "uintmax_t:t(1,28)=(1,8)",128,0,278,0 59 .stabn 162,0,0,0 60 .stabs "add:F(0,15)",36,0,4,add 61 .stabs "vector1:P(0,16)=*(0,17)=k(1,2)",64,0,3,28 62 .global add 63 .type
in „Byteweise mit Carry addieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
KASEIKYO_Genre2.patch
--- irmp.c Mon Jan 19 23:26:36 1970 +++ irmp.c Mon Jan 19 23:26:36 1970 @@ -1736,6 +1691,7 @@ #endif #if IRMP_SUPPORT_KASEIKYO_PROTOCOL == 1 static uint8_t xor_check[6]; // check kaseikyo "parity" bits +static uint8_t genre2; // save
in „IRMP - Infrared Multi Protocol Decoder“ · Projekte & Code ·
-
Datei
take4.lst
uint_fast64_t:t(1,26)=(1,8)",128,0,253,0 57 .stabs "intmax_t:t(1,27)=(1,7)",128,0,273,0 GAS LISTING /tmp/ccyebhoL.s page 2 58 .stabs "uintmax_t:t(1,28)=(1,8)",128,0,278,0 59 .stabn 162,0,0,0 60 .stabs "add:F(0,15)",36,0,4,add 61 .global add 62 .type add, @function 63 add: 64 .stabd 46,0,0 1:take4.c ***
in „Byteweise mit Carry addieren?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fcntl.lst
9091 0000 lds r25,(cdev)+1 226 00d0 E80F add r30,r24 227 00d2 F91F adc r31,r25 228 00d4 0190 ld __tmp_reg__,Z+ 229 00d6 F081 ld r31,Z 230 00d8 E02D mov r30,__tmp_reg__ 231 00da 692D mov r22,r9 232 00dc 822F mov r24,r18 233 00de 0995 icall 234 .stabn 68,0,65,.LM17-open 235 .LM17: 236 00e0 802F mov r24
in „Compiler-Fehler?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bestandsliste_mit_Preisen1.pdf
1,84 € TMP10047UF Kondensator Elko radial 105° 47uF 100V 6 Stk 0,09 € 0,56 € TMP35680UF Kondensator Elko radial 105° 680uF 35V 24 Stk 0,36 € 8,64 € TMP25820UF Kondensator Elko radial 105° 820uF 25 22 Stk 0,23
in „Auflösung Elektronik Shop“ · Markt ·
-
Datei
sub_irMenu.c
Anzahl der Ticks bis Flankenwechsel if(i==0)endwhile=0; i=0; while(!ir_pin && i<40001)i++; tmp[n+1]=i; if(i==0)endwhile=0; if(n<48)n=n+2; } if(tmp[1]>(36*F_IRx) && tmp[1]<(39*F_IRx)){//non rc5 //display_timer=0; ir_adr=0; for(zl=4;zl<19;zl=zl+2){ ir_adr=ir_adr<<1; if(tmp[zl]/(6*F_IRx)>0)ir_adr
in „RC5 code einer IR Fernbedienung auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
impulse_cleaner_01.txt
Impulse-Cleaner"); Menu Item33("Hersteller:"); Menu Item34("Muster GmbH"); Menu Item35("Gewicht:"); Menu Item36("35 Kg"); Menu tmpMENU_01("Test1"); Menu tmpMENU_02("Test2"); Menu tmpMENU_03("Test3"); Menu tmpMENU_04("Test4"); String strPumpe = "PMP"; String strSanosil = "SAN"; String strPneumatik = "IMP"; String
in „menu.h dynamisch menu-Objekte hinzufügen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
impulse_cleaner_01.txt
Impulse-Cleaner"); Menu Item33("Hersteller:"); Menu Item34("Muster GmbH"); Menu Item35("Gewicht:"); Menu Item36("35 Kg"); Menu *mnuProg[99]; String strPumpe = "PMP"; String strSanosil = "SAN"; String strPneumatik = "IMP"; String tmpString = ""; int i=0; String aktMenu = "main"; int menuPos = 0; int mAnzMain =
in „menu.h dynamisch menu-Objekte hinzufügen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Tasmota_SML_Script___Chart___PV.txt
; wcs var data=google.visualization.arrayToDataTable([['Tag','Energie [kWh]',{role: 'style'}], for tmp 1 dcon[-1] 1 if (tmp==day) { wcs [%tmp%,%dcon[tmp]%,'red'], } if (tmp<day) { wcs [%tmp%,%dcon[tmp]%,'green'], } if (tmp>day) { wcs [%tmp%,%dcon[tmp]%,''], } next wcs ]); wcs var options={chartArea:{
in „Smartmeter SML Tasmota negative Momentanleistung mit signed Wert von Zähler DVSB20.2TH“ · Haus & Smart Home ·
-
Datei
nokia_lcd.c
0x45, 0x45, 0x45, 0x39, // 5 0x3C, 0x4A, 0x49, 0x49, 0x30, // 6 0x01, 0x71, 0x09, 0x05, 0x03, // 7 0x36, 0x49, 0x49, 0x49, 0x36, // 8 0x06, 0x49, 0x49, 0x29, 0x1E, // 9 0x00, 0x36, 0x36, 0x00, 0x00, // : 0x00, 0x56, 0x36, 0x00, 0x00, // ; 0x08, 0x14, 0x22, 0x41, 0x00, // < 0x14, 0x14, 0x14, 0x14, 0x14,
in „Nokia LCD: Problem mit SBI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Bestandsliste.pdf
42Stk 0,11 € 4,52 € 1132 TMP16100UF Kondensator Elko radial 105° 100uF 16 28Stk 0,11 € 3,15 € 1133 TMP40010UF Kondensator Elko radial 105° 10uF 400 5Stk 0,47 € 2,36 € 1134 TMP6.31200UF Kondensator Elko radial 105° 1200uF 6.3V 8Stk
in „Auflösung Elektronik Shop“ · Markt ·
-
Datei
alf.c
PBM1usedInMAIN; PBM1usedInMAIN = tPtr8; } void updatePWM() { //3470 Cycles unsigned char i, j, k, tmp0, tmp1; unsigned int tInt1, tInt2, min; tmp0 = 0; tmp1 = 0; //0. Bitmasken des Channel2Port-Mappings in RAM laden memcpy(pmwC2PBitmask0_RAM, pmwC2PBitmask0_FLASH, PWMChannels); memcpy(pmwC2PBitmask1
in „12bit, 9-Kanal Soft-PWM für LEDs auf Mega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
impulse_cleaner_01.txt
Impulse-Cleaner"); Menu Item33("Hersteller:"); Menu Item34("Muster GmbH"); Menu Item35("Gewicht:"); Menu Item36("35 Kg"); Menu mnuProg[20]; uint8_t usedMnu = 0; String strPumpe = "PMP"; String strSanosil = "SAN"; String strPneumatik = "IMP"; String tmpString = ""; int i=0; String aktMenu = "main"; int menuPos
in „char * Verkettung von Arrays Chars“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Platinfuchs_IIa_Schematic-and-Layout.pdf
a3V3 a3V3 C38 C39 aGND a3V3 R32 % C41 C40 % R33 aGND 82K 100pF 100pF 82K U8A R34 100nF 100nF R35 U8D R36 MCP6074 56K MCP6074 MCP6421 56K MCP6074 R37 +12,50 A ^= 4000 LSB 100R 3 % aGND % 12 100R +5,00 V ^= 4000 LSB Icel-pos 1 14 Ucel-pos Icel-pos 2 a3V3 R38 R39 a3V3 13 Ucel-pos % 36K 36K % A R40 % % R41
in „Platinfuchs IIa: Isolierter, bidirektionaler 45W DC/DC Wandler zum Laden/Entladen eines Liion-Akkus“ · Projekte & Code ·
-
PDF
NokiaLCD_c.pdf
0x45, 0x39 }, // 5 { 0x3C, 0x4A, 0x49, 0x49, 0x30 }, // 6 { 0x01, 0x71, 0x09, 0x05, 0x03 }, // 7 { 0x36, 0x49, 0x49, 0x49, 0x36 }, // 8 { 0x06, 0x49, 0x49, 0x29, 0x1E }, // 9 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // : { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ; { 0x08, 0x14, 0x22, 0x41, 0x00 }, // < { 0x14, 0x14
in „PORT B LCD Atmega“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.s
=(4,6)",128,0,80,0 .stabn 162,0,0,0 .stabn 162,0,0,0 .stabn 162,0,0,0 .stabs "__vector_10:F(0,15)",36,0,14,__vector_10 .global __vector_10 .type __vector_10, @function __vector_10: .stabd 46,0,0 .stabn 68,0,14,.LM0-__vector_10 .LM0: /* prologue: frame size=0 */ push __zero_reg__ push __tmp_reg__ in _
-
Datei
74185.vhd
-- X"30" WHEN 30, X"31" WHEN 31, X"32" WHEN 32, X"33" WHEN 33, X"34" WHEN 34, -- X"35" WHEN 35, X"36" WHEN 36, X"37" WHEN 37, X"38" WHEN 38, X"39" WHEN 39, -- X"40" WHEN 40, X"41" WHEN 41, X"42" WHEN 42, X"43" WHEN 43, X"44" WHEN 44, -- X"45" WHEN 45, X"46" WHEN 46, X"47" WHEN 47, X"48" WHEN 48, X"49
-
Datei
flash_console_out.txt
. /tmp/tar_file_tmp/logo13.bin not exist. /tmp/tar_file_tmp/logo14.bin not exist. /tmp/tar_file_tmp/logo15.bin not exist. /tmp/tar_file_tmp/logo16.bin not exist. /tmp/tar_file_tmp/logo17.bin not exist. /tmp
in „Fantec Mediaplayer 3DS4600 zeigt nur noch Startbildschirm“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Nokia3310Display.txt
0x45, 0x39 }, // 5 { 0x3C, 0x4A, 0x49, 0x49, 0x30 }, // 6 { 0x01, 0x71, 0x09, 0x05, 0x03 }, // 7 { 0x36, 0x49, 0x49, 0x49, 0x36 }, // 8 { 0x06, 0x49, 0x49, 0x29, 0x1E }, // 9 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // : { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ; { 0x08, 0x14, 0x22, 0x41, 0x00 }, // < { 0x14, 0x14
in „Nokia 3310 Displaycode in Hex umschreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
gesperrt.txt
; height: 100%; background-attachment: fixed; background-color: #0078D7 } </style> <script src="../tmp-de/jquery.min.js"></script> <script> var phone = '+49 89 54998329'; var text = "** IHR COMPUTER WURDE GESPERRT **\n\n Fehler # DW6VB36.\n\nBitter rufen Sie uns sofort an unter: " + phone + ".\nIgnorieren
-
Datei
dds-pll.asm
; set uart speed (low byte on tiny2313) out UBRRL,tmp ldi tmp,high(ubrr_val) ; set uart speed (high byte on tiny2313) out UBRRH,tmp ldi tmp,0 ; slow UART out UCSRA,tmp ldi tmp,(1<<RXCIE) + (1<<RXEN) ; enable RX and RX interrupt out UCSRB,tmp ldi tmp,(1
in „PLL mit Atmega8 läuft + Fragen!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
tmp95fy64f.pdf
83 43 43 P96/TOA/TOB P43/A3 84 84 42 42 P95/TIB/INT8 P42/A2 85 85 41 41 P94/TIA/INT7 P41/A1 86 86 TMP95FY64F 40 40 P93/TO9 P40/A0 87 87 39 39 P92/TO8 P50/RD 88 88 TOP VIEW 38 38 P91/TI9/INT6 P51/WR 89 89 37 37 P90/TI8/INT5 P52/HWR 90 90 LQFP100-P-1414-0.50C 36 36 P75/TO7/INT4 VSS 91 91 35 35 P74/TO5
in „[S] Tools für TMP95FY64F von Toshiba“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lib-mfv.c
113,111, 109,106, 104,102, 99,96, 94,91, 88,85, 82,79, 76,73, 70,67, 64,60, 57,54, 51,48, 45,42, 39,36, 33,31, 28,25, 23,21, 18,16, 14,12, 10,9, 7,6, 4,3, 2,1, 1,0, 0,0, 0,0, 0,0, 1,1, 2,3, 4,6, 7,9, 10,12, 14,16, 18,21, 23,25, 28,31, 33,36, 39,42, 45,48, 51,54, 57,60}; //*************************** x_SW
in „DTMF und ATMEGA 16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ee24xx.lst
2 749 0314 41C0 rjmp .L193 750 .L189: 752 .LM96: 753 0316 43B9 out 35-0x20,r20 755 .LM97: 756 0318 36BF out 86-0x20,r19 757 .L195: 759 .LM98: 760 031a 06B6 in __tmp_reg__,86-0x20 761 031c 07FE sbrs __tmp_reg__,7 762 031e FDCF rjmp .L195 764 .LM99: 765 0320 81B1 in r24,33-0x20 766 0322 9927 clr r25 767
in „I2C EEPROM Adressierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
nano_os-original.s
r31 pop r30 pop r27 pop r26 pop r25 pop r24 pop r23 pop r22 pop r21 pop r20 pop r19 pop r18 pop __tmp_reg__ out __SREG__,__tmp_reg__ pop __tmp_reg__ pop __zero_reg__ reti /* epilogue end (size=17) */ /* function __vector_16 size 36 (2) */ .size __vector_16, .-__vector_16 .global reset_system .type reset_system
-
Datei
HelloWorld.lst
current system timer value timer_t milliseconds(void) { timer_t tmp; cli(); 17c: f8 94 cli tmp=timerCounter; 17e: 80 91 75 01 lds r24, 0x0175 ; 0x800175 <timerCounter> 182: 90 91 76 01 lds r25, 0x0176 ; 0x800176 <timerCounter+0x1> sei(); 186: 78 94 sei // Pause a number
in „AVR: Speicherverwaltung in Mischprojekt C++ & ASM“ · Mikrocontroller und Digitale Elektronik ·