-
Datei
tft_data.c
0x28, 0x28, 0x28, 0x28, 0x28, 0xff, 0xc0, 0x0, 0x11, 0x8, 0x0, 0x64, 0x0, 0x64, 0x3, 0x1, 0x22, 0x0, 0x2, 0x11, 0x1, 0x3, 0x11, 0x1, 0xff, 0xc4, 0x0, 0x1c, 0x0, 0x1, 0x0, 0x3, 0x0, 0x3, 0x1, 0x1, 0x0, 0x0
-
Datei
Original.c.c
/* Quarz mit 8 Mhz */ // Include Dateien #include <math.h> #include <avr/io.h> #include <stdint.h> #include <stdlib.h> #include <stdio.h> #include <util/delay.h> #include <avr/eeprom.h> // Tasten #define S1 PINB0 #define S2 PINB2 // Eingänge #define E1 PINA0 #define E2 PINA1
in „Ttiny 461a isp schaltung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr-m8_z80.asm
.db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c,0x08 .db 0x20,0x24,0x24,0x20,0x24,0x20,0x20,0x24 .db 0x2c,0x28,0x28,0x2c,0x28,0x2c,0x2c,0x28 .db 0x24,0x20,0x20,0x24,0x20,0x24,0x24,0x20 .db 0x28,0x2c,0x2c,0x28,0x2c,0x28,0x28,0x2c .db 0x00,0x04,0x04,0x00,0x04,0x00,0x00,0x04 .db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr-m8_z80.asm
.db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c,0x08 .db 0x20,0x24,0x24,0x20,0x24,0x20,0x20,0x24 .db 0x2c,0x28,0x28,0x2c,0x28,0x2c,0x2c,0x28 .db 0x24,0x20,0x20,0x24,0x20,0x24,0x24,0x20 .db 0x28,0x2c,0x2c,0x28,0x2c,0x28,0x28,0x2c .db 0x00,0x04,0x04,0x00,0x04,0x00,0x00,0x04 .db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr_cpm.asm
.db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c,0x08 .db 0x20,0x24,0x24,0x20,0x24,0x20,0x20,0x24 .db 0x2c,0x28,0x28,0x2c,0x28,0x2c,0x2c,0x28 .db 0x24,0x20,0x20,0x24,0x20,0x24,0x24,0x20 .db 0x28,0x2c,0x2c,0x28,0x2c,0x28,0x28,0x2c .db 0x00,0x04,0x04,0x00,0x04,0x00,0x00,0x04 .db 0x0c,0x08,0x08,0x0c,0x08,0x0c,0x0c
in „CP/M auf ATmega88“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MK3_2560_LCD.h
------------------------------------ // das File muss im Ordner // "myAVR/WinAVR/AVR/Include/UB_MK3_2560/" // liegen und mit #include <UB_MK3_2560/MK3_2560_LCD.h> // eingebunden werden // // Vorsicht : Falls die Funktionen "FLOAT" benutzt werden sollen, // muss im Main-Programmkopf
in „SHT11 an ATmega2560 Es funktioniert nicht“ · 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 „Analogwert vergleichen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
CodeAuswertung.lst
<__ctors_end>: 18: 11 24 eor r1, r1 1a: 1f be out 0x3f, r1 ; 63 1c: cf ed ldi r28, 0xDF ; 223 1e: cd bf out 0x3d, r28 ; 61 00000020 <__do_copy_data>: 20: 10 e0 ldi r17, 0x00 ; 0 22: a0 e6 ldi r26, 0x60 ; 96 24: b0 e0 ldi r27, 0x00 ; 0 26: ea ee ldi r30, 0xEA ; 234 28: f0 e0 ldi r31
in „Probleme mit dem EEPROM vom ATtiny26“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
AVR-Studio.txt
<main>: /*! TWIC Master Interrupt vector. */ int main(void) { 244: df 93 push r29 246: cf 93 push r28 248: cd b7 in r28, 0x3d ; 61 24a: de b7 in r29, 0x3e ; 62 24c: 2a 97 sbiw r28, 0x0a ; 10 24e: cd bf out 0x3d, r28 ; 61 250: de bf out 0x3e, r29 ; 62 /*! Buffer with test data to send.*/ uint8_t sendBuffer
in „XMega Eclipse, AVR-Studio Interrupt Unterschiede“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ADC.cc
#define F_CPU 8000000 // Taktfrequenz des myAVR-Boards #include <avr\io.h> // AVR Register und Konstantendefinitionen #include <util\delay.h> // AVR Zeitverzögerung in ms #include <avr\interrupt.h> //Interrup-Header int main () { volatile int x,y
in „AD-Wandlung Freilaufend mit ATMega16 - seltsame ergebnisse“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
wave.h
0x31,0x2E,0x2C,0x29,0x27,0x26,0x24,0x23,0x22,0x20,0x1F,0x1E,0x1E,0x1E,0x1F,0x21, 0x22,0x24,0x25,0x27,0x28,0x28,0x28,0x27,0x26,0x25,0x23,0x21,0x20,0x1E,0x1C,0x1B, 0x19,0x19,0x18,0x17,0x13,0x0F,0x0A,0x05,0x01,0x02,0x09,0x14,0x24,0x38,0x4D,0x64, 0x7B,0x92,0xA8,0xBC,0xCF,0xDF,0xEC,0xF5,0xFA,0xFA,0xF5,0xED,0xE0,0xD1,0xC0,0xAC
in „Glühwürmchen in Rotkohlglas gefangen“ · Projekte & Code ·
-
Datei
lcd.c
gmx.ch> http://jump.to/fleury File: $Id: lcd.c,v 1.14.2.2 2012/02/12 07:51:00 peter Exp $ Software: AVR-GCC 3.3 Target: any AVR device, memory mapped mode only for AT90S4414/8515/Mega DESCRIPTION Basic routines for interfacing a HD44780U-based text lcd display Originally based on Volker Oth's lcd library
in „20x4 lcd zeigt immer das gleiche an“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
scan.lst
bad_interrupt> 24: 1a c0 rjmp .+52 ; 0x5a <__bad_interrupt> 00000026 <__ctors_end>: 26: 11 24 eor r1, r1 28: 1f be out 0x3f, r1 ; 63 2a: cf e5 ldi r28, 0x5F ; 95 2c: d4 e0 ldi r29, 0x04 ; 4 2e: de bf out 0x3e, r29 ; 62 30: cd bf out 0x3d, r28 ; 61 00000032 <__do_copy_data>: 32: 10 e0 ldi r17, 0x00 ; 0 34:
in „Assembler und gcc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Funktionsdec_mit_CV28_09_01_2009.asm
geändert werden / Schaltung nur mit Transistoren an den PBŽs * ; * oder Häuser, Sound etc...* ; * CV28 Bit 3 auf 1 ( 04 in dec ) dann F1 - F4 Aktiv * ; * CV28 Bit 2 auf 1 ( 02 in dec ) dann F1 - F2 PBO = 1 (Vor ) PB1 = 1 ( Zur.)* ; * Getestet mit Twin Center und Intellibox * ; * Code geändert damit 4
in „DCC Decoder“ · Projekte & Code ·
-
Datei
Funktionsdec_mit_CV28_09_01_2009.txt
geändert werden / Schaltung nur mit Transistoren an den PBŽs * ; * oder Häuser, Sound etc...* ; * CV28 Bit 3 auf 1 ( 04 in dec ) dann F1 - F4 Aktiv * ; * CV28 Bit 2 auf 1 ( 02 in dec ) dann F1 - F2 PBO = 1 (Vor ) PB1 = 1 ( Zur.)* ; * Getestet mit Twin Center und Intellibox * ; * Code geändert damit 4
in „DCC Decoder“ · Projekte & Code ·
-
Datei
program_cfg_program_script_debug_cfg_debug_script.txt
makefile # by Martin Thomas, Kaiserslautern, Germany # <eversmith@heizung-thomas.de> # # based on the WinAVR makefile written by Eric B. Weddington, Jörg Wunsch, et al. # Released to the Public Domain # Please read the make user manual! # # # On command line: # # make all = Make software. # # make clean =
in „probleme beim debuggen. brauche dringend hilfe!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
FacharbeitsDocument.pdf
wird sie durch Formel 4. mit N =8oder16(Bit-Zahldes Timers) Formel4 :T=2 × N Prescale Prescale =1, 8, 64, 256, 1024 Taktfrequenz vgl. AVR Risc Mikrocontroller, S.146 15 16 Der 8 BIT Timer ( Timer0 ) funktioniert nach dem einfachsten Prinzip. Er besitzt ein Register ( 8BIT => 256 Zustände ). Bei jedem Takt
in „Lichtschranke und Optokoppler an ATMEGA 8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bm01.cc
Data&) = delete; Data& operator=(const Data&) = delete; inline Data() {} using pgm_type = typename AVR::Pgm::Util::Converter<SineGenerator>::pgm_type; // using pgm_type = AVR::Pgm::Array<uint8_t, // 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, // 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, // 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, // 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, // 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, // 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, // 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, // 71, 72, 73, 74,
in „Initialwert von globalen Variablen zur Laufzeit verwenden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
httpd.c
t ow_array[MAXSENSORS]; PROGMEM char http_header1[]={ "HTTP/1.0 200 Document follows\r\n" "Server: AVR_WEB_Switch\r\n" "Content-Type: text/html\r\n\r\n"}; PROGMEM char http_header2[]={ "HTTP/1.0 200 Document follows\r\n" "Server: AVR_WEB_Switch\r\n" "Content-Type: image/jpg\r\n\r\n"}; PROGMEM char http_header3
-
Datei
httpd.c
t ow_array[MAXSENSORS]; PROGMEM char http_header1[]={ "HTTP/1.0 200 Document follows\r\n" "Server: AVR_WEB_Switch\r\n" "Content-Type: text/html\r\n\r\n"}; PROGMEM char http_header2[]={ "HTTP/1.0 200 Document follows\r\n" "Server: AVR_WEB_Switch\r\n" "Content-Type: image/jpg\r\n\r\n"}; PROGMEM char http_header3
-
PDF
ATtiny.pdf
-level-deep hardware stack dedicated for subroutines and interrupts. The I/O memory space contains 64 addresses for CPU peripheral functions as control registers, timer/counters, and other I/O functions. The memory spaces in the AVR architecture are all linear and regular memory maps. Figure 6. The ATtiny10
in „Tiny 11 ,was ist davon zu halten?“ · PC Hard- und Software ·
-
Datei
Steu4414.asm
0x90 .byte 0x05 .byte 0xa2 .byte 0x05 ; Referenced from offset 0x00 by rjmp start: ; Main entry ldi r28, 0x5f ; 95 ldi r29, 0x01 ; 1 out SPL, r28 out SPH, r29 subi r28, 0x20 ; 32 sbci r29, 0x00 ; 0 ldi r16, 0xaa ; 170 st Y, r16 clr r0 ldi r30, 0x60 ; 96 ldi r31, 0x00 ; 0 ldi r17, 0x00 ; 0 ; Referenced
in „Gerät mit AT90S4414 retten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uhr.asm
;UHR/KALENDER AVR-ASSEMBLER BAUSTEIN ;(c)2012 J.KORDAS jkordas(at)web.de ;---------------------------------------------------------------------------------- ;Aufruf mit 100 Hz sclock: ldi YL,low(HSEK) ;10 mSek Timerinterrupt
-
Datei
fft3.asm
----------------------------------------------------; ; 16bit fixed point FFT performance with megaAVR @16MHz ; ; Points: Input, FFT, Output, Total: Throughput ; 64pts: .17ms, 1.9ms, 1.4ms, 3.5ms: 18.3kpps (expected) ; 128pts: .34ms, 4.4ms, 2.6ms, 7.3ms: 17.5kpps (measured) ; 256pts: .68ms, 10.1ms, 5.2ms
in „Schnelle FFT in Assembler“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
fft3.asm
----------------------------------------------------; ; 16bit fixed point FFT performance with megaAVR @16MHz ; ; Points: Input, FFT, Output, Total: Throughput ; 64pts: .17ms, 1.9ms, 1.4ms, 3.5ms: 18.3kpps (expected) ; 128pts: .34ms, 4.4ms, 2.6ms, 7.3ms: 17.5kpps (measured) ; 256pts: .68ms, 10.1ms, 5.2ms
in „Schnelle FFT in Assembler“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
Bin_ruhr.c
#include <avr/io.h> #include <avr/interrupt.h> volatile unsigned int millisekunden; volatile unsigned int s; volatile unsigned int minute; volatile unsigned int stunde; volatile unsigned int set=0; unsigned int taster
in „binäre Uhr lässt sich nicht stellen.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
0 // |nc|EN|RW|RS| |d|d|d|d // //!!!!!!!!!!!!!!!!!!!!!!!!!!!kontrolieren ob text im rom #include <avr/io.h> #include <stdio.h> #include <stdlib.h> #include <inttypes.h> #include <avr/pgmspace.h> #include "./convert_hex2asci.c" #define CPU_CLK 800000 //cpu CLK in KHz *10 #define DELAY_DIVISOR 37 //for
-
Datei
AN_111.bas
' DS18B20_two_thermo.bas for Atmel AVR vith BASCOM - AVR and Dallas semiconductors DS18B20 temperature sensors - NO extra hardware ' Program "DUAL DS Thermo" ' Messures and displays temperature in 1/10 celcius on two DS sensors, ' stores
in „ds18s20 mit Bascom unter Proteus“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AtMega644P_Datasheet.pdf
spaces are linear and regular. 6.1 In-System Reprogrammable Flash Program Memory The ATmega644 contains 64 Kbytes On-chip In-System Reprogrammable Flash memory for program storage. Since all AVR instructions are 16 bitsor 32 bits wide, the Flash is organized as 32/64 × 16. For software security, the Flash
in „Alkoholmessgerät programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
atmega644.pdf
spaces are linear and regular. 6.1 In-System Reprogrammable Flash Program Memory The ATmega644 contains 64 Kbytes On-chip In-System Reprogrammable Flash memory for program storage. Since all AVR instructions are 16 bitsor 32 bits wide, the Flash is organized as 32/64 × 16. For software security, the Flash
in „SPI-Kommunikation Atmega644 - ADS1118“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sketch_mar13a.ino.ohne_Konstruktor.asm
c:\temp\arduino_build_634409/sketch_mar13a.ino.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 34 00 jmp 0x68 ; 0x68 <__ctors_end> 4: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> 8: 0c 94 3e 00 jmp 0x7c ; 0x7c <__bad_interrupt> c:
in „c++ static class mit und ohne Konstructor“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
0901.3482v1.pdf
FP H o Pointer (FP) into r28 and 29, and the destination address of fbaf: pop r28 FP Load FP the malware in program memory, DEST , intoMr14, r15, r16 L and r17. It then sets registers r6, r7, r8, r9 to zero (in order fbb0: pop r17
in „Mikrocontroller Viren“ · Offtopic ·
-
Datei
main.asm
MOV R26,R0 MOV R27,R1 .ENDM .MACRO __GETBRSX MOV R30,R28 MOV R31,R29 SUBI R30,LOW(-@1) SBCI R31,HIGH(-@1) LD R@0,Z .ENDM .MACRO __GETWRSX MOV R30,R28 MOV R31,R29 SUBI R30,LOW(-@2) SBCI R31,HIGH(-@2) LD R@0,Z+ LD R@1,Z .ENDM .MACRO __LSLW8SX MOV R30,R28 MOV
in „Probleme mit CodeVisionAVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
iom88.h
example showing the SFR_B() macro call, * the expanded result and usage of this result: * * SFR_B(AVR, 0x1F) Expands to: * __io union { * unsigned char AVR; // The sfrb as 1 byte * struct { // The sfrb as 8 bits * unsigned char AVR_Bit0:1, * AVR_Bit1:1, * AVR_Bit2:1, * AVR_Bit3:1, * AVR_Bit4:1, * AVR_Bit5:1, * AVR_Bit6:1, * AVR_Bit7:1; * }; * } @ 0x1F; * Examples of how to use the expanded result: * AVR |= (1<<5); * or like this: * AVR_Bit5 = 1; ****************************************************************
in „IAR Embedded Workbench for Atmel AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
image2c.c
0 = Farbpalette wird als Array generiert avrstyle : 0 = Standard C-Array 1 = Array wird fuer einen AVR-Controller angelegt (PROGMEM) ---------------------------------------------------------- */ int pcx256_convert(char *inputfile, char *outputfile, char convdata, char avrstyle) { #define bufsize 256000
-
Datei
image2c.c
0 = Farbpalette wird als Array generiert avrstyle : 0 = Standard C-Array 1 = Array wird fuer einen AVR-Controller angelegt (PROGMEM) ---------------------------------------------------------- */ int pcx256_convert(char *inputfile, char *outputfile, char convdata, char avrstyle) { #define bufsize 256000
-
PDF
Atiny2313.pdf
1 1 DI PCINT7 INPUT PCINT6 INPUT PCINT5 INPUT PCINT4 INPUT AIO – – AIN1 AIN0 58 ATtiny2313/V 2543I–AVR–04/06 ATtiny2313/V Alternate Functions of Port D The Port D pins with alternate functions are shown in Table 28. Table 28. Port D Pins Alternate Functions Port Pin Alternate Function PD6 ICP PD5 OC0B
in „Suche tutorial“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcf77.c
/* * dcf77.c * * Created: 15.02.2013 09:53:47 */ #define F_CPU 8000000 #include <avr/io.h> #include <avr/interrupt.h> #include <util/atomic.h> #include <util/delay.h> #include "dcf77.h" //Globale Variablen/////////////////////////////////////////////////////// volatile uint8_t start_minute
in „Verständnissproblem Auswertung dcf77“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Nokia3310.h
0x5F, 0x51, 0x7F, 0x3E, // 57 0x6C, 0x6C, // 58 0xCC, 0x6C, // 59 0x08, 0x1C, 0x36, 0x63, // 60 0x28, 0x28, 0x28, 0x28, // 61 0x63, 0x36, 0x1C, 0x08, // 62 0x01, 0x59, 0x5D, 0x07, 0x02, // 63 0x7C, 0xFE, 0xAA, 0xBA, 0xBE, 0x1C, // 64 0x7E, 0x7F, 0x11, 0x7F, 0x7E, // 65 0x7F, 0x7F, 0x45, 0x7F, 0x3A,
-
PDF
AVR_ATmega_328PB.pdf
between SCK and Oscillator Frequency SPI2X SPR01 SPR00 SCK Frequency 0 0 0 fosc4 0 0 1 fosc16 0 1 0 fosc64 0 1 1 fosc128 1 0 0 fosc2 1 0 1 fosc8 1 1 0 fosc32 1 1 1 fosc64 Atmel ATmega328PB [DATASHEET] 224 Atmel-42397C-8-bit AVR-ATmega328PB_Datasheet_Complete-10/2015 24.5.2. SPI Control Register 1 Name: SPCR1
in „ATmega328PB: UART(MC) empfängt falsche Daten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m8_n3410.c
Seelig ---------------------------------------------------------- */ #include <util/delay.h> #include <avr/io.h> #include <avr/pgmspace.h> char wherex= 0; char wherey= 0; char invchar= 0; // = 1 fuer inversive Textausgabe #define speed 200 #define fullascii // ASCII Zeichensatz wird auch mit // Kleinbuchstaben
in „ATmega8 und Nokia Display / SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ET-BASE_AVR_ATmega64-128_Schematic.pdf
SCK 7 8 63 GND ATMEGA64/128 PC1(A9) 36 PC1 PC6 7 8 PC7 PE1 MISO 9 10 GND GND 0.1uF 0.1uF PC2(A10) 37 PC2 +5V 9 10 GND PC3(A11) 38 PC3 24 XTAL1 PC4(A12) 39 PC4 40 PORTD 22pF PC5(A13) 41 PC5 PC6(A14) 42 PC6 PD0 1 2 PD1 +5V 16MHz
in „Programmierung mit AVRISP mkII klappt nicht“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ET-BASE_20AVR_20ATmega64-128_Schematic.pdf
SCK 7 8 63 GND ATMEGA64/128 PC1(A9) 36 PC1 PC6 7 8 PC7 PE1 MISO 9 10 GND GND 0.1uF 0.1uF PC2(A10) 37 PC2 +5V 9 10 GND PC3(A11) 38 PC3 24 XTAL1 PC4(A12) 39 PC4 40 PORTD 22pF PC5(A13) 41 PC5 PC6(A14) 42 PC6 PD0 1 2 PD1 +5V 16MHz
in „Attiny2313 u. Atmega128 über ISP Programmieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
hsb2rgb.asm
;HSB nach RGB Umrechnung (für LEDS) rein in AVR-Assembler, ziemlich simpel ;Der Code ist hier zwar für AVR geschrieben, ist aber derart simpel, dass er auf jeden Controller ;ohne grossen Aufwand portiert werden kann. Es bedarf keinerlei Spezialbefehle
in „Fertig: HSB->RGB Umrechnung rein in Assembler, auch für ATiny“ · Projekte & Code ·
-
PDF
bom-v1-0.pdf
0,08 € 0,08 € D12 1TS 4148-0805, Diode, 75V, 0.15A TS 4148-0805 0,03 € 0,03 € D20, D21, D62, D63, D64 5BAT54C, Dual schottky, 30V, 0.2A, common cathode BAT 54C NXP 0,04 € 0,20 € D22 1TS 431 BCX, 2.45V 0.5% regulator TS 431 BCX 0,25 € 0,25 € D23, D24, D90, D91, D92, D93 6BAS32, Schottky 100V 0.2A BAS
in „Universalplatine für STM32, grobe Fehler vor der Herstellung?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Vollfarbsteuerung_C.c
1, 1, 1, 1, 2, 2, 2, 3, 3, 4, 4, 5, 5, 6, 7, 8, 9, 10, 11, 13, 14, 15, 17, 18, 20, 21, 23, 25, 26, 28, 30, 32, 34, 36, 39, 41, 43, 45, 48, 50, 53, 56, 58, 61, 64, 67, 70, 73, 76, 79, 82, 85, 88, 92, 95, 99, 102, 106, 110, 113, 117, 121, 125, 129, 133, 137, 141, 146, 150, 154, 159, 163, 168, 172, 177,
in „UART-Interrupt wird nicht ausgelöst“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SHT_TEST.c
first implementation of crc check 2006-08-27 0v2 - second release */ #define F_CPU 16000000 #include <avr/io.h> //Microcontroller specific library, e.g. port definitions #include <math.h> // #include <stdlib.h> // #include <inttypes.h> // #include <util/delay.h> #include "libsht.h" #include <avr/pgmspace.h
in „SHT11 an ATmega2560 Es funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DDS_inAVRAssembler_Anhang.asm
.db 0x98,0x95,0x92,0x8F,0x8C,0x88,0x85,0x82 .db 0x80,0x7D,0x7A,0x77,0x73,0x70,0x6D,0x6A .db 0x67,0x64,0x61,0x5E,0x5B,0x58,0x55,0x52 .db 0x4F,0x4C,0x49,0x46,0x44,0x41,0x3E,0x3C .db 0x39,0x36,0x34,0x31,0x2F,0x2C,0x2A,0x28 .db 0x25,0x23,0x21,0x1F,0x1D,0x1B,0x19,0x17 .db 0x16,0x14,0x12,0x11,0xF,0xE,0xC,0xB
in „Falsche Ausgangsfrequenz“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main_lcd_vlgem1277-01.cpp
######### #include <stdint.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <util/delay.h> /************************************************************************/ /* Definitions */ /*********************
in „Pollin Display VL-FS-COG-VLGEM1277-01“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled_demo.c
-- Controllerspezifisches ------------------------------------------------------------ */ #ifdef __AVR__ /* ------------------------------------------------------------ AVR-Mikrocontroller ------------------------------------------------------------ */ #include <avr/io.h> #include <avr/pgmspace.h> #include
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·