-
Datei
mispav.cpp
Korrektur Andlich geht MODBUS mit hemst und mit Java ModbusMaster zuverlaessig. * @version 2023-11-13 : 32-Bit-Werte mit FC=16 empfangen * @version 2024-04-29 : 32-Bit-Werte mit FC=16 empfangen * weil 8 x 16 = 128 Worte * 4.8.1 C:/WinAVR/bin/avr-g++ -c -I D://h/home/cc/include -I C:/WinAVR/avr/include -gdwarf
in „Implementierung von Menüs auf alphanumerischen Displays“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asm_unoptimiert.asm
test_led.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000212 00000000 00000000 00000094 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000002 00800060 00000212 000002a6 2**0 CONTENTS, ALLOC
in „compiler optimierung zuviel :/“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fat.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Neuste Version: http://www.mikrocontroller.net/svnbrowser/avr-fat32/ * Autor: Daniel R. */ #include <string.h> #include "mmc_config.h" #include "fat.h" #include "file.h" #include "mmc.h" struct
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
Datei
fat.c
/* * Doku, siehe http://www.mikrocontroller.net/articles/AVR_FAT32 * Neuste Version: http://www.mikrocontroller.net/svnbrowser/avr-fat32/ * Autor: Daniel R. */ #include <ctype.h> #include <string.h> #include "mmc_config.h" #include "fat.h" #include "file.h" #
in „MMC SD library FAT16 FAT32 read write“ · Projekte & Code ·
-
Datei
MyHSB_V000.c
============================*/ /* includes */ /*======================================*/ #include <avr/io.h> //AVR #include <avr/interrupt.h> //Interrupts #include <inttypes.h> #include <avr/eeprom.h> //EEPROM #include <avr/pgmspace.h> /*======================================*/ /* variablen */ /*====
in „ATtiny2313 Optimierung Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.asm
; File: tn12-isp-simulator\main.asm ; Device: AVR64DD32 ; Created: 2025-01-28 ; Version: 2025-02-03 ; Author: Johannes Fechner ; Select whether to output debug messages via USART0: .equ DEBUG = 1 ;.include "C:\Program Files\Microchip\MPLABX\v6.20\packs\Microchip\AVR-Dx_DFP\2.4.286\avrasm\inc\AVR64DD32def.inc" .include "macros.inc" .equ SIMFLASH_SIZE = 1024 ; CPU clock frequency: .equ F_CPU = 20_000_000 ; Hz ; SPI for communication with host/"programmer": .equ SPI_VDIR
in „AVR64DD32, UART-Ausgabe bleibt hängen, Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
serial.h
von ATMega zu ATMega in den Datenblättern vornimmt. // Es könnte soo einfach sein. #if defined (__AVR_ATmega32__) || defined (__AVR_ATmega323__) #define TX0_BIT 1 #define TX0_PORT PORTD #define TX0_DDR DDRD #define SIG_UART0_RECEIVE SIG_UART_RECV #define SIG_UART0_TRANSMIT SIG_UART_TRANS #define UART0
in „Atmel ist unter "Profis" nicht gerade beliebt - Warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RS232TOLCD1602.c
BAUDRATE_INIT 600 // Baudrate nach initialisierung #define BAUDRATE_MAX 57600 // Maximale Baudrate #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <inttypes.h> #include <util/atomic.h> #include "TBV_LCD44780.h" /*Code-Tabelle für Steuerzeichen*/ #define STX_ECHO_ON 0x02 #define
in „A tiny project RS232 -> LCD PCB zu verschenken.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdlib.h> #include <stdint.h> #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> #include <util/delay.h> #include <inttypes.h> #include <util/crc16.h> /* MCU frequency */ #ifndef F_CPU #define F_CPU 14745600 // #define F_CPU 7372800
in „AVR JTAG Programmierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
max31865.c
Constant macro #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 „Probleme mit MAX31865, Wert zu klein“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
quelltext.c
#include <stdint.h> #include <util/delay.h> #include <avr/interrupt.h> #include <avr/io.h> #include "hardware.h" // Im Makefile: // MCU = attiny13 // F_CPU = 1200000 // Enable the two PWM outputs #define ENABLE_PWM_OUTPUTS { DDRB |= (1<<PB0) + (1<<PB1); }
in „Netzteil für 3 mA“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PPS5330_V15a.c
temperature screen */ // includes -------------------------------------------------------------- #include <avr/io.h> #include <avr/interrupt.h> #include <stdio.h> #include <stdlib.h> #include <avr/eeprom.h> #include <avr/pgmspace.h> // defines --------------------------------------------------------------- #
in „PPS5330 Labor-Netzteil hack“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
libsht.c
114, 33, 16, 135, 182, 229, 212, 250, 203, 152, 169, 62, 15, 92, 109, 134, 183, 228, 213, 66, 115, 32, 17, 63, 14, 93, 108, 251, 202, 153, 168, 197, 244, 167, 150, 1, 48, 99, 82, 124, 77, 30, 47, 184, 137, 218, 235, 61, 12, 95, 110, 249, 200, 155, 170, 132, 181, 230, 215, 64, 113, 34, 19, 126, 79, 28
in „SHT11 misst Mist“ · Mikrocontroller und Digitale Elektronik ·
-
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
spi.h
defined (SPI_MODE3) #define CLOCKPOL 1 #define CLOCKPHA 1 #define B_SPI_MODE 12 #endif #if defined (__AVR_ATmega128__) #define SPI_DI 3 // Data Output #define SPI_DO 2 // Data Input #define SPI_Clock 1 // Clock #define SPI_SS 0 //Slave Select #endif #if defined (__AVR_ATmega32__) #define SPI_DI 6 //Data
in „8 Bits parallel in serial out schiebe register SN74LS165AN“ · Mikrocontroller und Digitale Elektronik ·
-
Bild
Blockschaltbild eines Mikrocontrollers
Flash With ECC 32 KB/64 KB Error Controller AVR CPU With Dual Core Lockstep Configuration and Dual Interrupt Controllers EEPROM With ECC 256B (Non-Volatile) 10K Erase/Write Cycles CRC Cyclic Redundancy Check SRAM With
in „Arduino Days, Raspberry Pi-Neuankündigungen, CircuitPython-Update und vieles andere mehr“ · Mikrocontroller und Digitale Elektronik · · Diagramme
-
Datei
main.c
#include <avr/eeprom.h> #include <util/delay.h> #include <stdint.h> #include "global.h" #include <avr/io.h> #define F_CAL 12800000L // gemessener Kalibriertakt in 10^-5 Hz // Endung L ist wichtig! volatile uint8_
in „pgmspace.h|1067|error: unknown type name ‘uint_farpt“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
von SBIC mit SBIS erreicht werden. Leider kommen als Ports bei den beiden Befehlen nur die unteren 32 infrage, für die oberen 32 Ports können diese Befehle nicht verwendet werden. Nun noch die Exotenanwendung für den absoluten Spezialisten. Nehmen wir mal an, sie hätten vier Eingänge am AVR, an denen
in „Langzeittimer für Anfänger“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR_beginner_de.pdf
von SBIC mit SBIS erreicht werden. Leider kommen als Ports bei den beiden Befehlen nur die unteren 32 infrage, für die oberen 32 Ports können diese Befehle nicht verwendet werden. Nun noch die Exotenanwendung für den absoluten Spezialisten. Nehmen wir mal an, sie hätten vier Eingänge am AVR, an denen
in „Anfang, aber wie?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
von SBIC mit SBIS erreicht werden. Leider kommen als Ports bei den beiden Befehlen nur die unteren 32 infrage, für die oberen 32 Ports können diese Befehle nicht verwendet werden. Nun noch die Exotenanwendung für den absoluten Spezialisten. Nehmen wir mal an, sie hätten vier Eingänge am AVR, an denen
in „kommentierter Befehlssatz in deutsch ATmega16“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
beginner_de.pdf
von SBIC mit SBIS erreicht werden. Leider kommen als Ports bei den beiden Befehlen nur die unteren 32 infrage, für die oberen 32 Ports können diese Befehle nicht verwendet werden. Nun noch die Exotenanwendung für den absoluten Spezialisten. Nehmen wir mal an, sie hätten vier Eingänge am AVR, an denen
in „Spannungsveränderung schaltet Relais für ca. 30Sek->nur wi“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
compile_Tasmota_stable_in_docker_container.txt
/aes_ct64_ctrcbc.c.o Compiling .pio/build/tasmota32-DE/lib417/bearssl-esp8266/symcipher/aes_ct64_dec.c.o Compiling .pio/build/tasmota32-DE/lib417/bearssl-esp8266/symcipher/aes_ct64_enc.c.o Compiling .pio/build
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·
-
Datei
RFM_01_test.bas
################################################################## ' # RF01-Test Bascom ' # Pollin AVR-Evo Board mit RFM01 auf Add-on board ' ######################################################################## $regfile = "m8def.dat" $hwstack = 32 $swstack = 10 $framesize = 40 $crystal = 16000000
-
Datei
RFM_01_test_868_neu.bas
################################################################## ' # RF01-Test Bascom ' # Pollin AVR-Evo Board mit RFM01 auf Add-on board ' ######################################################################## $regfile = "m8def.dat" $hwstack = 32 $swstack = 10 $framesize = 40 $crystal = 12000000
-
Datei
OLED_2_42_SSD1309_test_igel1_v006b.ino
olikraus/u8g2 */ #include <Arduino.h> #include <U8g2lib.h> #include <SPI.h> #include <Wire.h> #include <avr/io.h> #include <util/delay.h> #include <util/atomic.h> #include <avr/interrupt.h> // Set pinout int pin = 8; // pin for puls input from oscillator int pout = 3; // pin for PWM output (just a reference-signal
in „Induktiver Positionssensor - Fragen dazu“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
All.txt
CY7C68013A-56PVXC SSOP56 EZ-USB FX2LP (TM) USB Microcontroller 1 IC1 CMX813 CMX813 DIL16 1 IC1 AVR_XMEGA_A3_ AVR_XMEGA_A3_ TQFP64 Device for Atmel AVR XMEGA A3 Series 1 IC1 AT Tiny26 DIL20 DIL20 SOCKET Dual In Line 1 IC1 ATtiny2313 TINY2313P_THM'DIP' DIL20 Features 1 IC1 ATTINY2313-20P ATTINY2313
in „[KiCad] Bibliotheksaufbau - Konzeptideen gesucht“ · Platinen ·
-
Bild
Memory Map eines AVR DD Mikrocontrollers
AVR64DDn.pdf (SECURED) - Adobe Reader 8.2 Memory Map Code space 0x00000 - 0x0FFFF Flash code 64 KB Data space 0x00000 - 0x0003F Single-cycle I/O registers 0x00040 - 0x103F Extended I/O registers 0x0040
in „AVR64DD28, mEDBG, Studio 7.0 - Fehler beim Schreiben von Fuses“ · Mikrocontroller und Digitale Elektronik · · Screenshots
-
Datei
led_matrix.asm
.nolist .include "C:\Programme\Atmel\AVR Tools\AvrAssembler\Appnotes\8515def.inc" .list .def tmp=r16 ;Universalregister deklarieren .def leds=r17 .def zahler=r19 .def shift_cnt=r20 .org 0 ;Stimmt die Interrupttabelle? Simulator springt bei
in „BCD Z ählen (AVR ASM)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Sketch.txt
: ATmega16 */ /************************************************************************/ #include <avr/io.h> #include <avr/interrupt.h> //#define XTAL 8e6 // 8MHz #define F_TIMER1 100 // Timer 1 frequency /Hz #define ENCODER_PIN PINC #define PHASE_A (1<<PC2) #define PHASE_B (1<<PC4) #define LEDS_DDR
in „Peter Dannegger´s ( PeDa ) Entprellroutine in ein Arduino Sketch einbinden“ · 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
pgmspace.h
/* * Hilfsdefinitionen fuer die Kompatibilitaet mit AVR-Code * Progmem und Abhängigkeiten * * Created: 22.12.2013 * Author: Nicolas */ #ifndef PGMSPACE_H #define PGMSPACE_H #ifdef AVR #define constflash const __flash #include <avr/pgmspace.h> #include <stdio.h> #elif defined(STM32) #define PROGMEM #define pgm_read_byte(a) (*(a)) #define constflash const #define PSTR(a) (a) #define strlen_P strlen #define strncpy_P strncpy #define snprintf_P snprintf #define printf_P printf #define
in „AVR: fprintf_P String im Progmem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
key1, key2 #define REPEAT_START 50 // after 500ms #define REPEAT_NEXT 20 // every 200ms #include <avr/io.h> #include <avr/interrupt.h> #include "ST7920.h" #include "menu-text.h" #include "menu-interpreter.h" #include "menudata.c" volatile uint8_t msCounter=0; // wird bei jedem Aufruf hochgezählt volatile
in „Menu Designer für Grafik LCDs inklusive grafischem Editor“ · Projekte & Code ·
-
Datei
main.c
PC4) C5: input DCF77-Empfänger (PC5) */ #define F_CPU 4096000UL /* CPU clock in Hertz */ #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> //Potenzen von 2 #define BIT0 1 #define BIT1 2 #define BIT2 4 #define BIT3 8 #define BIT4 16 #define BIT5 32 #define BIT6 64 #define BIT7 128
in „main.c ändern und als .Hex absprichern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config_328.h
font */ //#define FONT_8X16ALT_WIN1251_HF /* 8x16 alternative cyrillic font */ #define SYMBOLS_30X32_HF /* 30x32 symbols */ /* SPI bus */ #define SPI_BITBANG /* bit-bang SPI */ #define SPI_PORT LCD_PORT /* SPI port data register */ #define SPI_DDR LCD_DDR /* SPI port data direction register */ #define
in „ComponentTester-1.42m problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config_328.h
font */ //#define FONT_8X16ALT_WIN1251_HF /* 8x16 alternative cyrillic font */ #define SYMBOLS_30X32_HF /* 30x32 symbols */ /* SPI bus */ #define SPI_BITBANG /* bit-bang SPI */ #define SPI_PORT LCD_PORT /* SPI port data register */ #define SPI_DDR LCD_DDR /* SPI port data direction register */ #define
-
Datei
device.c
DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny12", 512, 0x00, 0, 64, DF_NO_MUL|DF_NO_JMP|DF_TINY1X|DF_NO_XREG|DF_NO_YREG|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny13", 512, 0x60, 64, 64, DF_NO_MUL|DF_NO_JMP|DF_NO_ELPM|DF_NO_ESPM|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny13A", 512, 0x60, 64, 64, DF_NO_MUL|DF_NO_JMP|DF_NO_ELPM|DF_NO_ESPM|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny15", 512, 0x00, 0, 64, DF_NO_MUL|DF_NO_JMP|DF_TINY1X|DF_NO_XREG|DF_NO_YREG|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM
in „AVR-ChipBasic2 - BASIC-Computer mit ATMega 644“ · Projekte & Code ·
-
Datei
device.c
DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny12", 512, 0x00, 0, 64, DF_NO_MUL|DF_NO_JMP|DF_TINY1X|DF_NO_XREG|DF_NO_YREG|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM|DF_NO_MOVW|DF_NO_BREAK|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny13", 512, 0x60, 64, 64, DF_NO_MUL|DF_NO_JMP|DF_NO_ELPM|DF_NO_ESPM|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny13A", 512, 0x60, 64, 64, DF_NO_MUL|DF_NO_JMP|DF_NO_ELPM|DF_NO_ESPM|DF_NO_EICALL|DF_NO_EIJMP}, { "ATtiny15", 512, 0x00, 0, 64, DF_NO_MUL|DF_NO_JMP|DF_TINY1X|DF_NO_XREG|DF_NO_YREG|DF_NO_LPM_X|DF_NO_ELPM|DF_NO_SPM|DF_NO_ESPM
-
Datei
RFM_01_test_868MHz.bas
############################################################# ' # RF01-Test Bascom ' # Pollin Funk-AVR Board - RFM01 ' ######################################################################## $regfile = "m8def.dat" $hwstack = 32 $swstack = 10 $framesize = 40 $crystal = 12000000 $baud = 19200 Baud = 19200
-
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
main4.c
#define DO PB1 // MISO or Data Out #define USCK PB2 // Clock #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #define TIMER1_PRESCALE_1_MASK (( 0 << CS13 ) | ( 0 << CS12 ) | ( 0 << CS11) | ( 1 << CS10)) #define TIMER1_PRESCALE_2_MASK (( 0 << CS13 ) |
in „ATtinyX5 und SPI Daisy-Chain“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TPS_UP.h
TPS Unterprogramme Author: Christian Hottum File: TPS_UP.h Version: 0.1 Datum: 09.01.2015 Software: AVR-GCC 4.3.3 Target: ATtiny461A DESCRIPTION Variablen und Unterprogramme der TPS ***************************************************************************************/ // CPU Frequenz #define F_CPU 8000000UL /* 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 „AVR TTiny 461 Pullup nicht aktiv?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Steu4414.hex.asm
; reassembly of "Steu4414.hex" ; created by ReAVR 2.4 ; at 2013/06/07 - 23:44:59 ; for Atmel AVR assembler ;--------------------------------------- .cseg .org 0x0000 ;--------------------------------------- ; byte constants: ; .equ k00 = 0x00 ; .equ
in „Gerät mit AT90S4414 retten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
1-Wire-Slave_SHT11.bas
MHz '********************************************************** ' Emulation von 1-Wire-Slaves mit AVR-Bausteinen, z.B. ATmega32, ATmega8 ' Grundgeruest entnommen aus: ' - http://www.mikrocontroller.net/topic/241934#new ' - http://www.mcselec.com/index.php?option=com_content&task=view&id=256&Itemid=57
in „1-Wire OW-wire slave device <=4MHz low current AVR assembler ATmega8“ · Projekte & Code ·
-
Datei
clock.c
" #include <avr/io.h> #include <avr/interrupt.h> //Bitzähler für RX Bit volatile unsigned char rx_bit_counter = 0; //64 Bit für DCF77 benötigt werden 59 Bits volatile unsigned long long dcf_rx_buffer = 0; //Hilfs Sekunden
in „xmega und dcf von u. radig“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Private_Entruempelung_des_Bastel-Lagers.pdf
10A • 20€ #59 – Kleinteil-Boxen • Hochwertige, stabile Boxen • 14x 9 Fächer • 7x 7 Fächer • Zusammen 32€ #60 – Wunderkiste • Alles, was sonst noch so rumlag und bis zum Versand noch rumliegt • 40€ #61 – ICs • 2x Boxen voller Ics • Hauptsächlich AVR Controller und Peripherie • Alles bedrahtet • Zusammen
-
PDF
Private_Entruempelung_des_Bastel-Lagers_V2.pdf
10A • 20€ #59 – Kleinteil-Boxen • Hochwertige, stabile Boxen • 14x 9 Fächer • 7x 7 Fächer • Zusammen 32€ #60 – Wunderkiste • Alles, was sonst noch so rumlag und bis zum Versand noch rumliegt • 40€ #61 – ICs • 2x Boxen voller Ics • Hauptsächlich AVR Controller und Peripherie • Alles bedrahtet • Zusammen
-
PDF
Private_Entruempelung_des_Bastel-Lagers_V3.pdf
10A • 20€ #59 – Kleinteil-Boxen • Hochwertige, stabile Boxen • 14x 9 Fächer • 7x 7 Fächer • Zusammen 32€ #60 – Wunderkiste • Alles, was sonst noch so rumlag und bis zum Versand noch rumliegt • 40€ #61 – ICs • 2x Boxen voller Ics • Hauptsächlich AVR Controller und Peripherie • Alles bedrahtet • Zusammen
-
PDF
Private_Entruempelung_des_Bastel-Lagers_V4.pdf
10A • 20€ #59 – Kleinteil-Boxen • Hochwertige, stabile Boxen • 14x 9 Fächer • 7x 7 Fächer • Zusammen 32€ #60 – Wunderkiste • Alles, was sonst noch so rumlag und bis zum Versand noch rumliegt • 40€ #61 – ICs • 2x Boxen voller Ics • Hauptsächlich AVR Controller und Peripherie • Alles bedrahtet • Zusammen
-
Datei
ADC_USART_Read_adc.c
Prescaler Select Bits"} 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 //The ADC requires an input clock frequency between 50 kHz and 200 kHz to get maximum resolution. //TF_min=CLK/200000 //TF_max=CLK/50000 #ifndef F_CPU #warning "F_CPU was not
in „warnung:"[variable]may be used uninizialized"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
compile_Tasmota_stable_in_docker_container_versuch3.txt
lib417/bearssl-esp8266/codec/dec16le.c.o Compiling .pio/build/tasmota/lib417/bearssl-esp8266/codec/dec32be.c.o Compiling .pio/build/tasmota/lib417/bearssl-esp8266/codec/dec32le.c.o Compiling .pio/build/tasmota/lib417/bearssl-esp8266/codec/dec64be.c.o Compiling .pio/build/tasmota/lib417/bearssl-esp8266/codec
in „Dlock 11827 und Tasmota - compilieren für FW-Update“ · Haus & Smart Home ·