-
Datei
SPDIF-Gen_v1.3_ADC.asm
.include "m168def.inc" ; Rev History ; 27.12.24 Init - 2024 jobstens.de ; 28.12.24 V1 ; 28.12.24 V1.1: Samples per include ; 28.12.24 V1.2: SampleLength aktiviert, Samplerate variabel, C-Bits besser konfigurierbar. ; 29.12.24 V1.2.1: Emphasis per Jumper aktivierbar ; 02.01.25
in „ATmega328 und SPDIF 24 Bit digital Audio“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny1614-16-17-DataSheet-DS40002204A_1_.pdf
ATtiny1614/1616/1617 tinyAVR 1-series Introduction ® ® The ATtiny1614/1616/1617 are members of the tinyAVR 1-series of microcontrollers, using the AVR processor with hardware multiplier, running at up to 20 MHz, with 16 KB Flash
in „50% PWM für H-Brücke mit Attiny1614“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
SAMA5D2_PTC_Firmware_UG.pdf
drift_hold_time 7:0 R/W drift_hold_time 0x058F reburst_mode 7:0 R/W - - - - - - reburst_mode 0x0590 key_config [64] threshold 7:0 R/W threshold 0x0591 hysteresis 7:0 R/W - - - - - - hysteresis 0x0592 aks_group 7:0 R/W - - - - - aks_group 0x0593 unused 7:0 R/W - - - - - - - - P 0x0690 key_data [64] status 7:0 R -
in „Was ist bzw. war Atmel QTouch?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DMXReceiver.c
license http://creativecommons.org/licenses/by-nc/3.0/de/ * @target AtTiny2313 * @cpu 16MHz */ #include <avr/interrupt.h> #include <stdio.h> #include <inttypes.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <avr/wdt.h> #include <util/delay.h> // number of receiving channels #define DMX_CHANNELS
in „DMX Receiver - 4Channel PWM (2*8bit lin, 2*16bit exp) - AtTiny2313“ · Projekte & Code ·
-
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
FFT.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 „FFT auf dem AVR“ · Projekte & Code ·
-
Datei
FFT232b.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
main.cpp
//////////////////////////////////////////////////////////////////////////////////////// #include <avr/io.h> // BIB io #include <avr/interrupt.h> // BIB interrupt #include <util/delay.h> // BIB delay /////////////////////////////////////////////////////////////////////////////////////////////////////
in „I2C TWI BMP180 C#“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.cpp
//////////////////////////////////////////////////////////////////////////////////////// #include <avr/io.h> // BIB io #include <avr/interrupt.h> // BIB interrupt #include <util/delay.h> // BIB delay /////////////////////////////////////////////////////////////////////////////////////////////////////
in „I2C TWI BMP180 C#“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
isrs.S
// ISRs for FireFly project #include <avr/io.h> #define FLAG_WAVE 0 // PWM is active for a LED #define FLAG_TIMER 1 // PWM is active #define FLAG_UPDATE 2 // Watchdog signaled a update #define SIZEOF_FLY 12 // sizeof struct firefly_t #define
in „Glühwürmchen in Rotkohlglas gefangen“ · Projekte & Code ·
-
Datei
eforth_328.ino
*/ 0x0BF2, /* 0C0E */ 0x4D03, /* 0C10 */ 0x5841, /* 0C12 */ 0x0006, /* 0C14 */ 0x0B28, /* 0C16 */ 0x0BF4, /* 0C18 */ 0x09EE, /* 0C1A */ 0x0C1E, /* 0C1C */ 0x0A6A, /* 0C1E */ 0x0A58, /* 0C20 */ 0x09D6, /* 0C22 */ 0x0C0E, /* 0C24 */ 0x4D03, /* 0C26 */ 0x4E49, /* 0C28 */ 0x0006, /* 0C2A
in „eFORTH as Arduino Sketch“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
eforth_328.ino
*/ 0x0BF2, /* 0C0E */ 0x4D03, /* 0C10 */ 0x5841, /* 0C12 */ 0x0006, /* 0C14 */ 0x0B28, /* 0C16 */ 0x0BF4, /* 0C18 */ 0x09EE, /* 0C1A */ 0x0C1E, /* 0C1C */ 0x0A6A, /* 0C1E */ 0x0A58, /* 0C20 */ 0x09D6, /* 0C22 */ 0x0C0E, /* 0C24 */ 0x4D03, /* 0C26 */ 0x4E49, /* 0C28 */ 0x0006, /* 0C2A
in „eFORTH as Arduino Sketch“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny212_40001911A.pdf
peripherals. Features • CPU – AVR 8-bit CPU – Running at up to 20MHz – Single Cycle I/O Access – Two-level Interrupt Controller – Two-cycle Hardware Multiplier • Memories – 2/4KB In-system self-programmable Flash Memory – 64/128B EEPROM
in „Neue 8-Bit Tinys vorgestellt: 417/814/816/817“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
platformio.ini
https://github.com/trinamic/TMC26XStepper/archive/master.zip src_filter=+<src/module/TMC26X.cpp> HAS_L64XX = Arduino-L6470@0.8.0 src_filter=+<src/libs/L64XX> +<src/module/stepper/L64xx.cpp> +<src/gcode/feature/L6470> NEOPIXEL_LED = Adafruit NeoPixel@1.5.0 src_filter=+<src/feature/leds/neopixel.cpp> MAX6675
in „Ender3 Z-Achse fährt mit Marlin nur nach oben“ · Mechanik, Gehäuse, Werkzeug ·
-
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
Display_Code.txt
#include <avr/io.h> #include <util/delay.h> #define F_CPU 8000000UL #define CD_High PORTD |= (1<<PORTD6) #define CD_Low PORTD &= ~(1<<PORTD6) #define Dummy Send_Kommando(0x00) void settings_SPI (void) { DDRB = (1
in „2.2" TFT Display (vermutlich ILI9341)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
HAP-CU-TechDok-20080319.pdf
SetBuzzerLevel LByte HByte 0 18 SetCLANID VLAN-ID 0 0 24 SSGetFlash 0 0 0 27 SSSetSize LByte HByte 0 28 SSGetVersion 0 0 0 30 SSGetCO X 0 0 32 SetLIPrell Code LTime HTime 36 SetDMCtrlDelay Time 0 0 37 SetDMZD LTics HTics 0 64 SetAIProp +Offs. Addr LValue HValue Addr Hyst Flags 80 SetAIPropSRate Addr LRate
-
PDF
KSZ8851SNL.pdf
to 0x27 0x26 Global Reset Register [7:0] 0x26 - 0x27 0x27 GRR 0x0000 Global Reset Register [15:8] 0x28 0x28 - 0x29 0x28 Reserved Don’t Care None 0x29 to 0x2A Wakeup Frame Control Register [7:0] 0x2B 0x2A - 0x2B WFCR 0x0000 0x2B Wakeup Frame Control Register [15:8] 0x2C 0x2C 0x2C - 0x2D 0x2D to Reserved
in „KSZ8851 Ethernet komplizierte Frage.“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_driver_st7565.c
Chip select: SPI_ENABLE_LCD) // we need to control line A0 (SPI_ADR0_LOW;SPI_ADR0_HIGH;) // #include <avr/io.h> #include <avr/interrupt.h> #include <avr/eeprom.h> #include <avr/pgmspace.h> // put var to program memory #include <util/delay.h> #include <stdio.h> #include "config.h" #include "cortos.h" #include
in „EA-DOGM128-6 mit ATMega88 und Assembler“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
I2C_HW_Master_C.c
Stellung des Encoders 0: Merker der letzten Stellung des Tasters */ // Einbindung Funktionen #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> // Erstellung Variablen uint8_t i=0; uint8_t volatile Command[33], Byte[33]; uint8_t volatile CountCommand, CountByte, Slave; uint8_t volatile
in „ISR zum Auslesen eines Drehencoders macht Probleme“ · 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
BCM.S
inspiriert vom Thread "24fach 16Bit BCM logarithmisch" auf ledstyles.de, Original von bkwei * */ #include "avr/io.h" #define BITCOUNT 14 ; Bittiefe der PWM 10-16 #define MAXLIGHT 255 ; Masterhelligkeit 0-255 (kann an Adresse aMaster jederzeit geaendert werden) // MACROS Zeitschleifen .macro nops82 ; Macro Zeitschleife
in „Bit Angle Modulation Probleme“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Dokumentation_MBHATM128-0206.pdf
Detection: = OFF (AUS) • CKSEL0..3: = 1111 (externer 16Mhz Quarz) • SUT01: = Start-UP Time 16K CK + 64ms • Mega103 Compatibility Mode: = OFF (AUS) Beschreibung der Anschlüsse: Ansicht Modul (oben) © M. Herrmann 12/2005 Seite 7 Beschreibung der Anschlüsse: Ansicht Modul (unten) Vorderansicht Rückansicht
in „atmega128 modul“ · Markt ·
-
Datei
ip_arp_udp_tcp.c
" as implemented here can also receive * large pages. * * Chip type : ATMEGA88/168/328/644 with ENC28J60 *********************************************/ #include <avr/io.h> #include <avr/pgmspace.h> #include <string.h> #include <ctype.h> #include <stdlib.h> #include "net.h" #include "enc28j60.h" #include
in „[AVR] HTTP-Client Antwort auslesen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
1307, USA. ----------------------------------------------------------------------------*/ #include <avr/io.h> #include "config.h" #include "usart.h" #include "networkcard/enc28j60.h" #include "stack.h" #include "timer.h" #include "httpd.h" #include "cmd.h" #include "telnetd.h" #include "ntp.h" #include "base64.h" #include "http_get.h" #include "lcd.h" #include "udp_lcd.h" #include "analog.h" volatile unsigned int variable[MAX_VAR]; // Variablen-Array // zum Abspeichern verschiedener Werte // und zum Einfügen
in „HTML-Header zerschossen?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
alf.c
//#include <mega16.h> #include <stdio.h> #include <stdint.h> #include <string.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> // Definiere hier, welche Ports die PWM ausgeben sollen #define PWMPORT0 PORTC #define PWMPORT1 PORTA #define DDRPORT0 DDRC #define DDRPORT1
in „12bit, 9-Kanal Soft-PWM für LEDs auf Mega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
2k_v4_8_switch.txt
********************************************************** +------------+ (PCINT14/RESET) PC6 -| 1 28 |- PC5 (ADC5/SCL/PCINT13) (PCINT16/RXD) PD0 -| 2 27 |- PC4 (ADC4/SDA/PCINT12) (PCINT17/TXD) PD1 -| 3 26 |- PC3 (ADC3/PCINT11) PCINT18/INT0) PD2 -| 4 25 |- PC2 (ADC2/PCINT10) (PCINT19/OC2B/INT1) PD3 -
in „2 Kanal 8 fach Switch RC für Modell Schiff und Auto“ · Projekte & Code ·
-
Datei
2k_v4_8_switch.txt
********************************************************** +------------+ (PCINT14/RESET) PC6 -| 1 28 |- PC5 (ADC5/SCL/PCINT13) (PCINT16/RXD) PD0 -| 2 27 |- PC4 (ADC4/SDA/PCINT12) (PCINT17/TXD) PD1 -| 3 26 |- PC3 (ADC3/PCINT11) PCINT18/INT0) PD2 -| 4 25 |- PC2 (ADC2/PCINT10) (PCINT19/OC2B/INT1) PD3 -
in „2 Kanal 8 fach Switch RC für Modell Schiff und Auto“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_driver_ks0073.c
licenses/gpl.txt // // This code is initially based on: // http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial // // Here we do the access to a lcd display, no special functions // for MFT contained (so this is a general purpose file) // //--------------------------------------------------------
in „EA DIP204-4 Datenblatt verständnis“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
DZM.asm
Prescaler-Teiler / 0 .equ Prescaler8 = 0b00000010 ; Timer Start und Prescaler-Teiler / 8 .equ Prescaler64 = 0b00000011 ; Timer Start und Prescaler-Teiler / 64 .equ Prescaler256 = 0b00000100 ; Timer Start und Prescaler-Teiler / 256 .equ Prescaler1024 = 0b00000101 ; Timer Start und Prescaler-Teiler / 1024
in „Assembler: Problem mit Registerpaar“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
all_cmds.txt
avifdec avifenc avifile-config avimake avitype avobabel avocjsontocml avogadro avogadro2 avogen avologin avr-addr2line avr-ar avr-as avr-c++ avr-c++filt avr-cpp avr-elfedit avr-g++ avr-gcc avr-gcc-5.4.0 avr-gcc-ar avr-gcc-nm avr-gcc-ranlib avr-gcov avr-gcov-tool avr-gdb avr-gdb-add-index avr-gprof avr-ld avr-ld.bfd
in „Vergleichstabelle von Systemeigenen Tools in Windows“ · PC Hard- und Software ·
-
PDF
ttester.pdf
8-bit AVR with 4/8/16/32KBytes In-System Programmable Flash - ATme- ga48 - ATmega328,. Manual, 8271D-AVR-05/11, 2011 [4] Atmel Corporation Atmel AVR126: ADC of megaAVR in Single Ended Mode,. Application Note,
in „Sammelbestellung Transistortester III - schnelle Runde“ · Markt ·
-
Datei
lipo_charge_V0.90.c
Author: Olaf Rempel, Maximilian Holder Remarks: known Problems: none Version: 12.07.2009 Description: AVR Based LiPo Charger GNU GPL v3 Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben
in „if-else-Schleife in if-Schleife geht nicht?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clock.c
/*####################################################################################### AVR DCF77 Clock Copyright (C) 2005 Ulrich Radig #######################################################################################*/ #include "clock.h" #include "rtc_driver.h" #include "../Global.h" #include "../gui/main_gui.h" #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 ·
-
Datei
i2c.c
/*! \file i2c.c \brief I2C interface using AVR Two-Wire Interface (TWI) hardware. */ //***************************************************************************** // // File Name : 'i2c.c' // Title : I2C interface using AVR Two-Wire Interface
in „TWI, I2C Master-Slave mit AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Building_bare-metal_ARM_with_GNU.pdf
CodeSourcery G++ GNU toolchain for ARM [1-3] and the Atmel AT91SAM7S-EK evaluation board with the AT91SAM7S64 microcontroller (64KB of on-chip flash ROM and 16KB of static RAM). The discussion should be generally applicable to other GNU-toolchain distributions [1-4, 1-5] for ARM and other ARM7- or ARM9- based
in „STM32F10x mit Eclipse, yagarto (GCC) und J-Link (GDB)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
clock.c
/*####################################################################################### AVR DCF77 Clock Copyright (C) 2005 Ulrich Radig #######################################################################################*/ #include "clock.h" //Die Uhrzeit seht in folgenden Variablen volatile
in „DCF77 und der C-Code von Ulrich Radig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
intTest.lst
gavrasm Gerd's AVR assembler version 4.1 (C)2018 by DG4FAC ---------------------------------------------------------- Quelldatei: C:\ATtiny85 Lernpaket\Assembler-Files\intTest\intTest.asm Hexdatei: C:\ATtiny85 Lernpaket
in „attiny85 interrupt-behandlung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
drm3310.h
Change: 15.08.2004 // // Desc: Nokia 3310 Lcd Ansteuerung // // Author: Thomas Weger // // Compiler: AVR-GCC: WinAVR-20040720 // ////////////////////////////////////////////////////////// #ifndef DRM3310_H #define DRM3310_H // Lcd #define GLCD_PIXELX 84 #define GLCD_PIXELY 48 #define GLCD_CACHE_SIZE ((
in „Nokia 3310 Lcd Ansteuerung in AVR-GCC“ · Projekte & Code ·
-
Datei
main.c
-----------------------------------------------*/ #include <stdlib.h> #include <stdio.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include "config.h" #include <avr/wdt.h> #include "usart.h" #include "networkcard/enc28j60.h" #include "stack.h" #include "timer.h" #include
in „Bausatz Add-on für AVR-NET-IO“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ATtiny416_50002683A.pdf
for the development of C/C++ and assembler code for microcontrollers. • IAR Embedded Workbench for AVR - This is a commercial C/C++ compiler that is available for 8-bit AVR. There is a 30 day evaluation version as well as a 4 KB code size limited kick-start version available from their website. • http
in „Neue 8-Bit Tinys vorgestellt: 417/814/816/817“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
termstat.asm
Hardwaredefinitionen einbinden .list ;Programm listen .listmac ;Makros listen .equ clock=1000000 ;Taktfrequenz des AVR in Hz .equ itakt=1000 ;Interrupt-Takt in Hz .equ zln=2 ;LCD mit 2 Zeilen je .equ spn=16 ;16 Zeichen (Spalten) .equ tap=pinb ;Port für die Tasten .equ tme=0 ;Taster für Menüpunktwechsel .equ tpl=1 ;Taster
in „Pollin LCD1602 keine Anzeige“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
termstat.asm
Hardwaredefinitionen einbinden .list ;Programm listen .listmac ;Makros listen .equ clock=1000000 ;Taktfrequenz des AVR in Hz .equ itakt=1000 ;Interrupt-Takt in Hz .equ zln=2 ;LCD mit 2 Zeilen je .equ spn=16 ;16 Zeichen (Spalten) .equ tap=pinb ;Port für die Tasten .equ tme=0 ;Taster für Menüpunktwechsel .equ tpl=1 ;Taster
in „PWM zur Tonausgabe auf einem Lautsprecher Mega8“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Schrittmotor.asm
0x40 erreicht? ldi R27, 2 ;dann X= 0x200 sts SerZ+1, R26 ;Anfang Daten neu setzen sts SerZ, R27 lds R28, SerP+1 ;letztes Zeichen lds R29, SerP cp R26, R28 ;Ende Zeichenpuffer erreicht? cpc R27, R29 breq Zeinkz cpi AL, 32 ;0x20 Leertaste breq Zeink2 cpi AL, 44 ;>0x2c ist es ein Komma ? breq Zeink ; cpi
in „Spielerei mit einem 5-Phasen-Schrittmotor“ · Projekte & Code ·
-
Datei
ds1820.c
/* $Id: ds1820.c 725 2014-09-03 03:38:01Z michi $ * $URL: https://svn.trisoft.at/AVR/UART/ds1820.c $ * * interface to Dallas DS1820 * * Copyright (C) 2014 Michael Reinelt <michael@reinelt.co.at> * * based on code by Peter Danegger: * http://www.mikrocontroller.net/topic/14792 * */ #
in „Vereinfache/Kompakte Libary für D18B20“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rfm12.c
---------------------*/ EXTI_Configuration(); delay_ms(200); // delay 200ms rf12_trans(0xC060); // AVR CLK: 2MHz rf12_trans(0xC0C0); // AVR CLK: 5MHz //rf12_trans(0xC0E0); // AVR CLK: 10MHz rf12_trans(0x80D7); // Enable FIFO rf12_trans(0xC2AB); // Data Filter: internal rf12_trans(0xCA81); // Set FIFO
in „RFM12 und STM32F1xx“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
adc.txt
Bit6--B1 # ;# 13--Bit7--B2 # ;# 14--Bit8--B3 # ;# # ;# # ;# Erstellt am: # ;# # ;# Taktfrequenz des AVR: 4 MHz # ;# # ;# CS-SOFT # ;########################################### .include "m8def.inc" ;Atmega8 ;.include "2313def.inc" ; Viele definierte Register werden nicht gebraucht .DEF rd1lh = R0 ; LSB
in „ADC-Atmega8 umrechnungsproblem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
L4xCH.txt
========================================== .EQU VERTAG = 27 .EQU VERMON = 2 .EQU VERJHR = 24 ;CPU: AVR64EA28 @ Fuse 16 MHz ;PORT-Alloc: DA0/IPU: REL4K0- DC0/OUT1: RELAY1 ; DA1/IPU: REL3K0- DC1/OUT1: RELAY2 ; DA2/IPU: REL2K0- DC2/OUT1: RELAY3 ; DA3/IPU: REL1K0- DC3/OUT1: RELAY4 ; DA4/IPD: REL1K0+ RPD
in „Li-Akku Reihenschaltung einzeln nacheinander laden (Switch-Control) Asm@AVR64EA28“ · Projekte & Code ·
-
PDF
Tutorial_Teil_3_Prg_Display.pdf
by nicai- Teil 3 – Display systems Nibo 2 Programmierung Teil 3 – Display Notwendige Programme: AVR Studio 4 ( mit den aktuellen Versionen und Updates ) WinAVR ( in der aktuellen Version ) Nibo Library ( in der aktuellen Version ) Bitte diese Programme nach Anweisung des Herstellers oder des Tutorials
in „Tutorial Programmierung Nibo2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ssd1329.c
connected // //***************************************************************************** #include <avr/io.h> #include "hardware.h" #include "ssd1329.h" //***************************************************************************** // // Buffer for storing sequences of command and data for the display
in „SPI-Problem mit AVR“ · Mikrocontroller und Digitale Elektronik ·