-
Datei
main.lss.txt
main.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 000010d4 00000000 00000000 00000094 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000002 00800060 000010d4 00001168 2**0 CONTENTS, ALLOC
in „2 Programme in einem AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PPS5330_hack.c
buf[2] == 46) // bei der Anzeige Kommastelle (ASCII-Zeichen 46) in result beachten { SPI_wr2(buf[4]+32); SPI_wr2(buf[3]+32); SPI_wr2(buf[1]+32); SPI_wr2(buf[0]+32); } else { SPI_wr2(buf[3]+32); SPI_wr2(buf[2]+32); SPI_wr2(buf[0]+32); SPI_wr2(0x5D); } } void I_measurement () { start_Measurement(I_Mess)
in „PPS5330 Labor-Netzteil hack“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PPS5330_hack.c
buf[2] == 46) // bei der Anzeige Kommastelle (ASCII-Zeichen 46) in result beachten { SPI_wr2(buf[4]+32); SPI_wr2(buf[3]+32); SPI_wr2(buf[1]+32); SPI_wr2(buf[0]+32); } else { SPI_wr2(buf[3]+32); SPI_wr2(buf[2]+32); SPI_wr2(buf[0]+32); SPI_wr2(0x5D); } } void I_measurement () { //uint16_t mess_time = ((
in „PPS5330 Labor-Netzteil hack“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Code.txt
25, 25, 25, 25, 26, 26, 26, 26, 27, 27, 27, 28, 28, 28, 28, 29, 29, 29, 30, 30, 30, 30, 31, 31, 31, 32, 32, 32, 33, 33, 33, 34, 34, 34, 35, 35, 35, 36, 36, 36, 37, 37, 38, 38, 38, 39, 39, 39, 40, 40, 41, 41, 41, 42, 42, 43, 43, 44, 44, 44, 45, 45, 46, 46, 47, 47, 48, 48, 49, 49, 50, 50, 51, 51, 52, 52
in „Port als Ausgang gesetzt geht direkt auf High. Wieso?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
can.c
/* * can.c * * Created: 14.04.2020 18:33:35 * Author: Tilo Renz */ #include "can.h" #include <avr/io.h> #ifdef CAN_USE_ISR #include <avr/interrupt.h> /* * Purpose of method is only to wake up from sleep */ ISR(CAN_INT_vect) {
in „Neue, einfache CAN-Library für ATmega16M1“ · Projekte & Code ·
-
Datei
Teileliste-04-18-2233.html
right; width:1.879cm; " class="ce7"><p>9</p></td><td style="text-align:right; width:2cm; " class="ce14"><p>0,80 EUR</p></td><td style="text-align:right; width:2cm; " class="ce14"><p>0,28 EUR</p></td></tr><tr class="ro2"><td style="text-align:right; width:0.707cm; " class="Default"><p>32</p></td><td style
in „Bauelemente abzugeben“ · Markt ·
-
PDF
NokiaLCD_c.pdf
0x1E }, // 9 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // : { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ; { 0x08, 0x14, 0x22, 0x41, 0x00 }, // < { 0x14, 0x14, 0x14, 0x14, 0x14 }, // = { 0x00, 0x41, 0x22, 0x14, 0x08 }, // > { 0x02, 0x01, 0x51, 0x09, 0x06 }, // ? { 0x32, 0x49, 0x59, 0x51, 0x3E }, // @ { 0x7E, 0x11, 0x11
in „PORT B LCD Atmega“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clock.h
/*####################################################################################### AVR DCF77 Clock Copyright (C) 2005 Ulrich Radig #######################################################################################*/ #ifndef _CLOCK_H #define _CLOCK_H volatile unsigned char ss; //Globale
in „Probleme mit Auswertung des DCF77-Signals“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clock.h
/*####################################################################################### AVR DCF77 Clock Copyright (C) 2005 Ulrich Radig #######################################################################################*/ #ifndef _CLOCK_H #define _CLOCK_H volatile unsigned char ss; //Globale
-
Datei
clock.h
/*####################################################################################### AVR DCF77 Clock Copyright (C) 2005 Ulrich Radig #######################################################################################*/ #ifndef _CLOCK_H #define _CLOCK_H volatile unsigned char ss; //Globale
in „Funk-uhr über AVR Programmieren mit DCF01“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MiniFox_1_.pdf
die Wand läuft... Als Sender wird der IC MICRF102BM von Micrel verwendet. Das Signal wird von einem AVR-Mikro- controller bereitgestellt. Der MICRF102BM ist ein UHF-ASK-Sender mit maximal 1,8mW Ausgangs- leistung. Beim MICRF102 ist die Sendefrequenz das 32fache der Quarzfrequenz, womit fürs 70cm- ISM-Band
in „Was kontrollieren, wenn man nicht "rein" kommt?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HIPP_TIMER_V1.08C.ino
= false; if(ICP_val > 0){ ftemp = (double) ICP_val; Freq = XTAL_CALIBRATED / ftemp; // Correct for AVR XTAL tolerance at 23.5 DEGC ftemp = ftemp * TIMEBASE_TRIM_INV; // Correct for AVR XTAL tolerance } // Flag a missed OVF in 1 Hz range if(Freq > 1.000001) { statusbyte = 1; }else{ statusbyte = 0; } Serial.print
in „AVR T1 Capture Problem - Meinung erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SD-Card-FAT32_SDHC.diff
+ new_partition->type = PARTITION_TYPE_FREE; + return NULL; + } new_partition->length = ((uint32_t) buffer[12]) | ((uint32_t) buffer[13] << 8) | ((uint32_t) buffer[14] << 16) | ((uint32_t) buffer[15] << 24); + /* length must be > 0 */ + if (new_partition->length == 0) { + new_partition->type = PARTITION_TYPE_FREE
-
Datei
aktuellste_Version.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 ·
-
Datei
disassebled_minimal_change_crash.asm
pop r29 32c4: cf 91 pop r28 32c6: 1f 91 pop r17 32c8: 0f 91 pop r16 32ca: ff 90 pop r15 32cc: ef 90 pop r14 32ce: 08 95 ret 32d0: 89 e2 ldi r24, 0x29 ; 41 32d2: 90 e0 ldi r25, 0x00 ; 0 32d4: 0e 94 61 45 call 0x8ac2
in „Bizarrer Firmware crash - ATmega4808. Wie Debuggen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Random.asm
************************************************************ ; ; White Noise Generator ; ; Phagsae 14/02/2002 Phagsae@offbeatnet.de ; ; ; Liefert pseudo zufallszahlen durch 32 bit Register mit Xor ; Rückkopplung ; ;**************************************************************** ; ; ; Kann entweder Zufallszahlen
in „Pseudo zufallszahlen / Rausch Generator ( AVR Assy)“ · Projekte & Code ·
-
PDF
AVR_Roboter_Dokumentation.pdf
Scart RS232 Stecker Netzteil PS2 USB SPI Programmer AVR-Mops SPI / ISP Tastatur COMPANY CONFIDENTIAL 14 Shared Technology Infrastructure, Lab Service, Lehrer Workshop Januar 2009 Inhalt AVR-Mops-System-Überblick AVR-Mops System Überblick HardwaSensoren Hardware
in „Anfängerprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test.lst
Test.out: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 0000007e 00000000 00000000 00000054 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .debug_aranges 00000020 00000000 00000000 000000d2 2**0 CONTENTS
in „ATmega16 Port Ausgabe Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
/* * Chip type : ATMEGA 88 * Clock frequency : 8 Mhz Ein- und Ausgänge PORT B 0 (14) = LCD Stecker 6 / (SPI_CSB) PORT B 1 (15) = LCD Stecker 3 / (SPI_RS) PORT B 2 (16) = LCD Stecker 4 / (SPI_SS) PORT B 3 (17) = LCD Stecker 1 / (SPI_MOSI) PORT B 4 (18) = LCD Stecker 9 / PORT B 5 (19) = LCD Stecker 7 / (SPI_SCK) PORT B 6 ( 9) = PORT B 7 (10) = */ #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> #include <stdio.h> #include "ea_dog.h" #include <util/delay.h> // ******************************************************************* // globale Variablen // *******
-
Datei
main.c
/* * Chip type : ATMEGA 88 * Clock frequency : 8 Mhz Ein- und Ausgänge PORT B 0 (14) = LCD Stecker 6 / (SPI_CSB) PORT B 1 (15) = LCD Stecker 3 / (SPI_RS) PORT B 2 (16) = LCD Stecker 4 / (SPI_SS) PORT B 3 (17) = LCD Stecker 1 / (SPI_MOSI) PORT B 4 (18) = LCD Stecker 9 / PORT B 5 (19) = LCD Stecker 7 / (SPI_SCK) PORT B 6 ( 9) = PORT B 7 (10) = */ #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> #include <stdio.h> #include "ea_dog.h" #include <util/delay.h> // ******************************************************************* // globale Variablen // *******
in „DOGM - 163 Initialisierung +5V SPI“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
AVRISP mkII. AVR Studio Requirements It is required to use AVR Studio 4.12 or later in order to use the AVRISP mkII. Latest version of the AVR Studio can be found at: www.atmel.com/products/AVR/ 4 Note: AVR Studio and
in „AVRISP mkII - 10-polig?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVRISPmkII_UG.pdf
AVRISP mkII. AVR Studio Requirements It is required to use AVR Studio 4.12 or later in order to use the AVRISP mkII. Latest version of the AVR Studio can be found at: www.atmel.com/products/AVR/ 4 Note: AVR Studio and
in „ISP Leiterbahnen an ATMega328 funktionieren nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dw_programming_dragon.txt
0x ff 0xff 0xff Reading | ################################################## | 100% 1.82s 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
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
disassebled_original_working.asm
pop r29 32c4: cf 91 pop r28 32c6: 1f 91 pop r17 32c8: 0f 91 pop r16 32ca: ff 90 pop r15 32cc: ef 90 pop r14 32ce: 08 95 ret 32d0: 89 e2 ldi r24, 0x29 ; 41 32d2: 90 e0 ldi r25, 0x00 ; 0 32d4: 0e 94 4a 45 call 0x8a94
in „Bizarrer Firmware crash - ATmega4808. Wie Debuggen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
IRF3205.pdf
25°C, I = 1mA (BR)DSSJ D RDS(on) Static Drain-to-Source On-Resistanc––– ––– 8.0 mΩ VGS = 10V,DI = 62AVR V Gate Threshold Voltage 2.0 ––– 4.0 V V = V , I = 250µA GS(th) DS GS D gfs Forward Transconductance 44 ––– ––– S VDS = 25V,DI = 62AR ––– ––– 25 V = 55V, V = 0V DSS Drain-to-Source Leakage Current µA
in „Hohe Ströme aus Akku Entladen ?!“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
irf3205.pdf
25°C, I = 1mA (BR)DSSJ D RDS(on) Static Drain-to-Source On-Resistanc––– ––– 8.0 mΩ VGS = 10V,DI = 62AVR V Gate Threshold Voltage 2.0 ––– 4.0 V V = V , I = 250µA GS(th) DS GS D gfs Forward Transconductance 44 ––– ––– S VDS = 25V,DI = 62AR ––– ––– 25 V = 55V, V = 0V DSS Drain-to-Source Leakage Current µA
in „Erzeugt ein 9V-Printtrafo mehr als 750V?“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
app_bootloader.lst
home/tkl/workspace/hm-heat-control/release/execute/app_bootloader/app_bootloader.elf: file format elf32-avr Disassembly of section .text: 00003800 <__vectors>: 3800: 0c 94 2e 1c jmp 0x385c ; 0x385c <__ctors_end> 3804: 0c 94 56 1e jmp 0x3cac ; 0x3cac <__vector_1> 3808: 0c 94 4b 1c jmp 0x3896 ; 0x3896 <_
in „2 byte >> 1 word“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
webpage_V1.3.h
,0xDE,0xD3,0x1B,0x15,0x0B,0x02,0x12,0x36,0x1A, 0x10,0x0F,0xE0,0xD3,0x11,0x10,0x00,0x28,0x3F,0x20,0x14,0x0B,0x13,0xEA,0x1B,0x13, 0x0B,0x03,0x09,0x42,0x34,0x0E,0x0D,0x0B,0x0F,0x18,0x32,0x6C,0xC8,0x80,0xE1,0xC1, 0x82,0x02,0x00,0x58,0x0C,0x69,0x91,0x40,0x01,0x84,0x05,0x60,0x10,0x2C,0x60,0x10, 0x00,0xC0,0x08,0x26,0x3F
in „AVR für wenig Geld im LAN“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CR-10_Schematic.pdf
P0U6016 X-STEP R 13 P0U8013 P0U8166 Y-STEP R 3 C24 RESET PA2 (ADC2/PCINT2) P0U5036 36 EXT-A1EXT0A1 9 14 ROSC STEP P0U6015 P 9 14 ROSC STEP P0U8155 P C PA1 (ADC1/PCINT1) R18 R P0SLEEP VDD VCC5V-M R28 R PSLEEP4 VDD VCC5V-M P 7 P0U507 P0U5037 37 SD-SSSD0SS P P C23 P0C2401 P0C2400 XTAL2 PA0 (ADC0/PCINT0) VCC5V-M
in „Problem mit SD Card Melzi Creality3D V1.1.3 Sanguino Atmega 1284“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
CR-10_Schematic.pdf
P0U6016 X-STEP R 13 P0U8013 P0U8166 Y-STEP R 3 C24 RESET PA2 (ADC2/PCINT2) P0U5036 36 EXT-A1EXT0A1 9 14 ROSC STEP P0U6015 P 9 14 ROSC STEP P0U8155 P C PA1 (ADC1/PCINT1) R18 R P0SLEEP VDD VCC5V-M R28 R PSLEEP4 VDD VCC5V-M P 7 P0U507 P0U5037 37 SD-SSSD0SS P P C23 P0C2401 P0C2400 XTAL2 PA0 (ADC0/PCINT0) VCC5V-M
in „Suche einfache Möglichkeit 24V 6A DC zu schalten“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
Adafruit_ST7735.cpp
config values represent) 0x17, 0x15, 0x1E, 0x2B, 0x04, 0x05, 0x02, 0x0E, ST7735_GMCTRN1,16+DELAY, // 14: Sparkles and rainbows, 16 args + delay: 0x0B, 0x14, 0x08, 0x1E, // (ditto) 0x22, 0x1D, 0x18, 0x1E, 0x1B, 0x1A, 0x24, 0x2B, 0x06, 0x06, 0x02, 0x0F, 10, // 10 ms delay ST7735_CASET , 4 , // 15: Column
in „Fehlermeldung Arduino C++“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Adc.asm
********************** ; Historie: ; 13.05.02 Start Implementierung, Beispiel von Andreas klemmt ; 14.05.02 es laeuft, Fehler wohl in Ausgaberoutine ; 15.05.02 000,001,003,007,00c,00f,011, ; ;***** Hardware-Pins ********************************************************** ; ; AVR-Contr. ADC-Input ; ---
in „AD-Wandler spinnt . . .“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
thermo.asm
)printf features : int, width ;Internal SRAM size : 128 ;External SRAM size : 0 ;Data Stack size : 32 ;Promote char to int : No ;char is unsigned : Yes ;8 bit enums : Yes ;Automatic register allocation : On ;Use AVR Studio Terminal I/O : No .DEVICE AT90S2313 .LISTMAC .EQU UDRE=0x5 .EQU RXC=0x7 .EQU USR
in „Thermometer mit Ds18B20“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
MQC11.pdf
R 1 R 1 R 1 R 1 R 1 R 1 R 1 Z7 Z6 Z5 Z4 Z3 Z2 Z1 7xIRLML6401 o.ä. A A Q1 Q2 Q3 Q4 Q5 Q6 Q7 V + 20 14 21 ROW0 VCC 19 ROW1 16 22 ROW3 GND 24 23 ROW4 18 ROW5 17 ROW6 THERMAL 3 THERMAL 6 5 1 COL0 THERMAL 10 + 8MHz RC 8 COL1 THERMAL 13 k IC1 4 COL2 R 1 11 COL3 Connect Thermals B RST 29 PC6(/RESET/PCINT14
in „VQC10 am Mega8 o.16??“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ffft.S
, 51*4, 11*4, 43*4, 27*4, 59*4, 7*4, 39*4, 23*4, 55*4, 15*4, 47*4, 31*4, 63*4 #endif .dc.w 0*4, 32*4, 16*4, 48*4, 8*4, 40*4, 24*4, 56*4, 4*4, 36*4, 20*4, 52*4, 12*4, 44*4, 28*4, 60*4 .dc.w 2*4, 34*4, 18*4, 50*4, 10*4, 42*4, 26*4, 58*4, 6*4, 38*4, 22*4, 54*4, 14*4, 46*4, 30*4, 62*4 #endif ;--------
in „Problem mit undefined reference to“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PPS5330_V1.5.c
Rolli * PPS5330 PowerSupply Projekt with temperature screen */ #define F_CPU 16000000UL #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include <math.h> #include <stdio.h> #include <stdlib.h> #include <avr/eeprom.h> #include <avr/pgmspace.h> #define SOFT_SPI_MOSI_PORT PORTD #
in „PPS5330 Labor-Netzteil hack“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PinKlasse_klassisch_toggle.ino.elf.txt
Worker\AppData\Local\Temp\arduino_build_9702\PinKlasse_klassisch_toggle_Forum.ino.elf: file format elf32-avr Disassembly of section .text: 00000000 <__vectors>: 0: 0c 94 51 00 jmp 0xa2 ; 0xa2 <__ctors_end> 4: 0c 94 79 00 jmp 0xf2 ; 0xf2 <__bad_interrupt> 8: 0c 94 79 00 jmp 0xf2 ; 0xf2 <__bad_interrupt>
in „Buchempfehlung C++ und MCUs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zaehler.c
/* Title: AVR-GCC Program für Zaehler von Mino Author: Matthias Weisser Date: 22.11.2003 Purpose: Zaehler mit AT90S2313 Software: AVR-GCC von AVRFREAKS Hardware: ATS90S2313 Note: */ #include <avr/pgmspace.h> // für
in „Zähler: erzeugte exe viel zu groß“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
zaehler.c
/* Title: AVR-GCC Program für Zaehler von Mino Author: Matthias Weisser Date: 22.11.2003 Purpose: Zaehler mit AT90S2313 Software: AVR-GCC von AVRFREAKS Hardware: ATS90S2313 Note: */ #include <avr/pgmspace.h> // für
in „Debuggen mit Insight/SimulAVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
edm_adc_multiplex_stm32.c
/* * adc_multiplex_avr.c * * ADC-Routinen fuer EDM * Gemultiplexted auslesen * * Created: 28.02.2014 * Author: Nicolas */ #include <stdio.h> #include "../../ioMapping.h" #ifdef STM32F10x #include "stm32f10x_adc.h" #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" #include "stm32f10x_adc.h" #include "stm32f10x_dma.h" #include "misc.h" #elif defined(STM32F4xx) #error "only for STM32F10x implemented yet" #else #error "unknown
in „STM32: Suche Hilfe zu ADC“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fonttab.h
0x1E }, // 9 { 0x00, 0x36, 0x36, 0x00, 0x00 }, // : { 0x00, 0x56, 0x36, 0x00, 0x00 }, // ; { 0x08, 0x14, 0x22, 0x41, 0x00 }, // < { 0x14, 0x14, 0x14, 0x14, 0x14 }, // = { 0x00, 0x41, 0x22, 0x14, 0x08 }, // > { 0x02, 0x01, 0x51, 0x09, 0x06 }, // ? { 0x32, 0x49, 0x59, 0x51, 0x3E }, // @ { 0x7E, 0x11, 0x11
in „LED Dot-Matrix 5x7 Mäxle-Würfelspiel / 2er Würfel“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
1.patch
---------------------------------- */ - #ifndef _IRMPSYSTEM_H_ #define _IRMPSYSTEM_H_ @@ -50,6 +49,14 @@ # define F_CPU (SysCtlClockGet()) #elif defined(unix) || defined(WIN32) || defined(__APPLE__) // Unix/Linux or Windows or Apple # define UNIX_OR_WINDOWS +#elif defined(__xtensa__) +#include "ets_sys.h
in „IRMP mit ESP8266“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Hello_Word.c
/* * Hello_Word.c * * Created: 27.10.2012 14:12:50 * Author: Cytex */ #define F_CPU 32000000UL #define bis(ADDRESS,BIT) ADDRESS & (1<<BIT) // bit is set? #define sbi(ADDRESS,BIT) ADDRESS |= (1<<BIT) // set Bit #define cbi(ADDRESS,BIT) ADDRESS &
in „Atxmega128B1 If abfrage“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schema_Mikrocontrollerteil.pdf
AD3)PA3 48 7 8 Q3 (AD2)PA2 49 9 10 (AD1)PA1 50 LCD_DB4 11 12 LCD_DB5 GND 8MHz (AD0)PA0 51 LCD_DB6 13 14 LCD_DB7 24 XTAL1 15 16 F 0 (OC2/OC1C)PB7 17 DA_LOAD +5V p C (OC1B)PB6 16 DA_IN T1 2 (OC1A)PB5 15 DA_CLOCK GND 62 AREF (OC0)PB4 14 LCD_BG (MISO)PB3 13 C9 (MOSI)PB2 12 (SCK)PB1 11 SCK 100nF (SS)PB0 10
in „Taktfrequenz des Mikrocontrollers“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TempDisplay.c
PD6) #define RS (1<<PD0) #define CSB (1<<PD1) #define DQ (1<<PD5) #define F_CPU 16000000UL #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> //Global variable temp int temp; /************************************************************************/ /* Bit-field /* Consists out of struct
in „Temperaturauswertung 1-WIRE AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HIPP_TIMER_V1.08B.ino
= false; if(ICP_val > 0){ ftemp = (double) ICP_val; Freq = XTAL_CALIBRATED / ftemp; // Correct for AVR XTAL tolerance at 23.5 DEGC ftemp = ftemp * TIMEBASE_TRIM_INV; // Correct for AVR XTAL tolerance } // Flag a missed OVF in 1 Hz range if(Freq > 1.000001) { statusbyte = 1; }else{ statusbyte = 0; } Serial.print
in „AVR T1 Capture Problem - Meinung erbeten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TFT_ILI9163C.cpp
#if defined(SPI_HAS_TRANSACTION) SPI.endTransaction(); #endif } void TFT_ILI9163C::setBitrate(uint32_t n) { #if !defined(SPI_HAS_TRANSACTION) uint32_t divider = 1; while (divider < 255) { if (n >= 84000000 / divider) break; divider = divider - 1; } SPI.setClockDivider(divider); #endif } #elif defined
in „Maiskolben Lötstation Display steht Kopf“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
avr-video-8-8.asm
,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x28,0x43,0x29,0x20,0x4a,0x41,0x4e,0x20 ; .DB 0x42,0x41,0x41,0x52,0x45,0x20,0x31,0x30 ; .DB 0x2e,0x30,0x32,0x2e,0x32,0x30,0x30,0x35 ; .DB 0x20,0x35,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e,0x00 ; .DB 0x0f,0x14,0x14,0x0c,0x14,0x15,0x0e
-
Datei
I2C-Slave-100.bas
********* ;***************************************************************************** cpi R16,0x32 ;dig.Adresse (RR&Co) = 100 geändert ;0x32 = binär 0110010 + 0 (R/W-Bit) ;100 = binär 01100100 ;***************************************************************************** ;*************************
in „2 AVRs über I2C verbinden?“ · Mikrocontroller und Digitale Elektronik ·