-
Datei
spedo.c
*********************** Project : SPEEDOMETER Version : 1.0 Comments: Peter Reinisch Chip type : ATmega8515 Program type : Application Clock frequency : 8.000000 MHz 64MS Memory model : Small External SRAM size : 0 Data Stack size : 128 Compiled with CodeVisionAVR C cross-compiler. ******************
in „Tacho und Kilometer“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.txt
; Musterprogramm .nolist ;include-file nicht in Listing .include "m32def.inc" ;Definitionen für ATmega128 einbinden .list ;Listing erstellen .equ NurMuster = 10 .equ LEDPort = PortB ;.equ für Variablenzuweisungen .equ LEDPortDirection = DDRB ;.def für Registerzuweisungen .equ LED_On_Off_Bit = 7 .equ
in „Timer zählt nicht atmega32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ee24xx.c
* * Simple demo program that talks to a 24Cxx I²C EEPROM using the * builtin TWI interface of an ATmega device. */ /* * --------------------------------------------------------------------------- * The code modified and reorganized by Jaakko Ala-Paavola 2003/08/20 * jap@iki.fi * ---------------------
in „I2C EEPROM Adressierung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Arduino_Interrupts_by_Nick_Gammon.pdf
2016 06:38 AM (UTC) by Nick Gammon Message This article discusses interrupts on the Arduino Uno (Atmega328) and similar processors, using the Arduino IDE. The concepts however are very general. The code examples provided should compile on the Arduino IDE (Integrated Development Environment). This page
in „Verständnis AVR Interrupts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
M16-was_ist_los_damit.bas
zeichen 12=8x4 Zeichen 2=16x4 'Copyright Stefan Horn - Dezember 2004 'Controller D15G14E_14_030526 'Atmega 128 'HWSTACK-256 'SWSTACK-256 'FRAMESIZE-256 '------------------------------------------------------------------------------- 'Display Pin 1 Reset => AVR Pin a0 ' 2 CS a1 ' 3 GND GND ' 4 Sdata a2 '
-
Datei
iom328p.h
/* $Id: iom328p.h 2444 2014-08-11 22:10:47Z joerg_wunsch $ */ /* avr/iom328p.h - definitions for ATmega328P. */ /* This file should only be included from <avr/io.h>, never directly. */ #ifndef _AVR_IO_H_ # error "Include <avr/io.h> instead of this file." #endif #ifndef _AVR_IOXXX_H_ # define _AVR_IOXXX_H
in „ATMega16 mehrere Taster an INT0“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Schematic_Prints.pdf
10k Xtal2 23 GND 63 C105 C106 C107 C108 C Xtal1 24 XTAL2 GND 100nF 100nF 100nF 100nF XTAL1 1 Q1 2 ATmega128L-8AC AGND GND GND GND AGND AGND XTAL C2 C1 22pF 22pF GND Title D D Size Number Revision A4 Date: 16.09.2005 Sheet of File: H:\Elektronik\..\MCU.SchDoc Drawn By: 1 2 3 4 w w w P.pdfmLER.Dailer.de
in „ATMEGA128 XXX Dev Board“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
bootload.lst
** 5 #define FLASHEND 0x03ff // Note: Word address 6 #define SRAM_START 0x0060 7 #define SRAM_SIZE 128 8 ; ***** BOOTLOADER DECLARATIONS ****************************************** 9 #define PAGESIZE 16 31 32 #define byte3(x) ((x)>>16) 33 #define byte2(x) ((x & 0xff00)>>8) 34 #define byte1(x) (x & 0xff
in „Peter Danneggers Bootloader (fastboot) für AVR-GCC-Toolchain“ · Projekte & Code ·
-
Datei
dude54arduino_mit_vvvv.txt
unknown) avrdude: Recv: @ [40] Device code: 0x40 = (unknown) avrdude: Recv: A [41] Device code: 0x41 = ATMEGA103 avrdude: Recv: B [42] Device code: 0x42 = (unknown) avrdude: Recv: C [43] Device code: 0x43 = ATMEGA128 avrdude: Recv: D [44] Device code: 0x44 = (unknown) avrdude: Recv: E [45] Device code: 0x45
in „avrdude - Probleme unter Mac OS X 10.7 (Lion)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test.c
/* avr-gcc -mmcu=atmega644 -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -fdata-sections -ffunction-sections \ -Wall -Wstrict-prototypes -Wundef -std=gnu99 -Wl,--gc-sections test.c -o test.elf && \
in „Alternative Firmware für Homematic Komponenten“ · Haus & Smart Home ·
-
Datei
main.asm
main.asm) ; ; Angefangen: 29.12.2015 19:34:26 ; Author : Bernd ; ; Graphik-Anzeige EADOGS102-6 am ATmega32 ; angeschlossen am SPI-Bus ; portb4 = CS ,L während der Übertragung ; portb5 = MOSI ; portb6 = MISO ; portb1 = CD ,(L=Steuerung,H=Daten) ; portb7 = SCK ; portb2 = RESET_LCD ,(aktiv =L) .include "m32def.inc" .org 0x00 rjmp RESET ; Reset Handler Pinbelegung ATmega32 .org 0x02 reti ;EXT_INT0 ; IRQ0 Handler .org 0x04 reti ;EXT_INT1 ; IRQ1 Handler Pin 1: PB0 (XCK/T0) Pin 21: PD7 (OC2) .org 0x06 reti ;EXT_INT2 ; IRQ2 Handler Pin 2: PB1 (T1) Pin 22: PC0 (SCL) .org
in „EA DOG S 102-6 an ATmega 32 in Assembler“ · Projekte & Code ·
-
Datei
MJoy.asm
12800*12/1024 ;Timeout 12.8ms (12800us) to terminate after firsts bits .equ InputBufferBegin =RAMEND128-127 ;compare of receiving shift buffer .equ InputShiftBufferBegin =InputBufferBegin+MAXUSBBYTES ;compare of receiving buffera .equ OutputBufferBegin =RAMEND128-MAXUSBBYTES-2 ;compare of transmitting
in „AVR Joystickprogrammierung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MJoy.asm
12800*12/1024 ;Timeout 12.8ms (12800us) to terminate after firsts bits .equ InputBufferBegin =RAMEND128-127 ;compare of receiving shift buffer .equ InputShiftBufferBegin =InputBufferBegin+MAXUSBBYTES ;compare of receiving buffera .equ OutputBufferBegin =RAMEND128-MAXUSBBYTES-2 ;compare of transmitting
in „error: Operand 1 out of range:“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
meindef.h
btf als Bitfeld bitfeld16 btfh[8]; bitfeld24 btft[5]; bitfeld32 btfw[4]; bitfeld64 btfd[2]; } union128; typedef union{ u64 d[4]; // d as DOUBLE-WORD u32 w[8]; // w as WORD u16 h[16]; // h as HALF-WORD u8 b[32]; // b as BYTE bitfeld8 btf[32]; // btf als Bitfeld bitfeld16 btfh[16]; bitfeld24 btft[10];
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
meindef.h
held // by signed data types (8,16,32bits) #define MAX_S8 INT8_MAX //127 #define MIN_S8 INT8_MIN //-128 #define MAX_S16 INT16_MAX //32767 #define MIN_S16 INT16_MIN //-32768 #define MAX_S24 0x7fffff // 8388607 #define MIN_S24 (-MAX_S24 - 1) //-8388608 #define MAX_S32 INT32_MAX //2147483647 #define MIN_S32
in „AVR-Studio 4.19 und JTAG ICE MK2 unter Windows 11 64 Bit installieren“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
Darstellung einer Wort-Uhr auf der Hardware des Retro-PONG-Spiels Version vom 4.11.2011 Realisiert mit ATmega8 an 4.096MHz Quarz Keine Bedienelemente - die Uhr empfängt DCF-77 Signale und stellt sich selbst. Angezeigt wird eine interne Uhr, die vom DCF-Empfang bei korrektem Empfang minütlich gestellt wird.
in „main.c ändern und als .Hex absprichern?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rpn_boris_A328_v2.10.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v2.11.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v2.12.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v2.13.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v2.13.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
RGBLED_DimmerHSV_001.asm
ldi r16, 0b01000101 ; , interne Referenzspannung 5V out ADMUX, r16 ldi r16, 0b11011111 ; , vorteiler 128 , out ADCSRA, r16 ;---ADC--------------------------------------------------------------------------- ;---PWM------------------------init PB1-2----------------------------------------- ldi r16 , 7 out
in „HSB LED Steuerung mit Atmega 8 in ASM suche Hilfe“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RP6RobotBaseLib.h
********************************** * File: RP6RobotBaseLib.h * Version: 1.4 * Target: RP6 Base - ATMEGA32 @8.00MHz * Author(s): Dominik S. Herwald * **************************************************************************** * Description: * The RP6 Robot Base function Library header file. Detailled
in „PIC < > AVR (mit IIC)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_simple_avr.c
TWIE); } #define checkforerror(s,l) if(s) {s |= (l<<4); goto error;} /* I2C-Bus inititalisieren (ATmega32) */ uint8_t I2C_init(I2C_TypeDef* I2Cx) { (void) I2Cx; // warning unterdruecken /*set bus speed (ca. 100kHz bei 16MHz) */ TWSR |= (0<<TWPS1)|(0<<TWPS0); //TWBR = 0x72; #define TWBR_REG (F_CPU/I2C1_CLOCK/2 - 8) #if TWBR_REG < 20 TWBR = 20; #elif TWBR_REG > 128 #error "invalid i2c rate" #else TWBR = TWBR_REG; #endif /* Prepare Pins */ I2C_DDR &= ~((1<<I2C_SCL)|(1<<I2C_SDA)); I2C_PORT |= (1<<I2C_SCL) | (1<<I2C_SDA); // Pull-Ups are external return i2c_ok; }
in „I2C Adresse ermitteln“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc2585.pdf
run the code, setup two STK500 development boards as shown in Figure 7. The code is written for ATmega162, but can be compiled for any part with hardware SPI and PORTA, PORTB and PORTD. Figure 7. Hardware setup STK500 #1 STK500 #2 8 LEDs 8 LEDs PORTD PORTD PORTB ATmega162 ATmega162 as SPI Master as
in „daten via SPI uebertragen?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
doc2585.pdf
run the code, setup two STK500 development boards as shown in Figure 2-6. The code is written for ATmega162, but can be compiled for any part with hardware SPI and PORTA, PORTB and PORTD. Figure 2-6. Hardware setup STK500 #1 STK500 #2 8 LEDs 8 LEDs PORTD PORTD PORTB ATmega162 ATmega162 as SPI Master as
in „Frage bezgl. SPI und ISP“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-SPI-doc2585.pdf
run the code, setup two STK500 development boards as shown in Figure 2-6. The code is written for ATmega162, but can be compiled for any part with hardware SPI and PORTA, PORTB and PORTD. Figure 2-6. Hardware setup STK500 #1 STK500 #2 8 LEDs 8 LEDs PORTD PORTD PORTB ATmega162 ATmega162 as SPI Master as
in „SPI hängt beim Warten auf Ende der Übertragung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
config.h
Jussi's MiniWii Flight Controller <- confirmed by Alex //#define MICROWII // MicroWii 10DOF with ATmega32u4, MPU6050, HMC5883L, MS561101BA from http://flyduino.net/ //#define CITRUSv2_1 // CITRUS from qcrc.ca //#define CHERRY6DOFv1_0 //#define DROTEK_10DOF // Drotek 10DOF with ITG3200, BMA180, HMC5883
in „Problem mit meinem Projekt (Quadrocopter)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
oled.c
for OLED-Display with ssd1306/sh1106-Controller * first dev-version only for I2C-Connection * at ATMega328P like Arduino Uno **************************************************** * For other Atmegas/Attinys: GFX-Lib needs a * minimum of 1029 byte SRAM! *************************************************
in „SSD1306/1309 Library zum Darstellen von Text auf OLED Displays“ · Projekte & Code ·
-
Datei
main.c
/* Eine 8-kanalige PWM mit intelligentem Lösungsansatz ATmega8 @ 16 MHz */ // Defines an den Controller und die Anwendung anpassen #define F_PWM 100L // PWM-Frequenz in Hz #define PWM_PRESCALER 8 // Vorteiler für den Timer #define PWM_STEPS 256 // PWM-Schritte
in „PWM TWI Problem“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
AVR-Tutorial__PWM_-_www.mikrocontroller.net.pdf
Problem, hier geht es aber darum, zu demonstrieren wie PWM funktioniert. Hinweis: Wie überall im ATMega8 ist darauf zu achten, dass beim Beschreiben eines 16-Bit Registers zuerst das High-Byte und dann das Low-Byte geschrieben wird. .include "m8def.inc" .def temp1 = r17 .equ XTAL = 4000000 rjmp init
-
Datei
MCP_Send.c
www.microcontroller-starterkits.de */ /* email: */ /* Software: WinAVR to compile */ /* Hardware: ATMega128EvoBoard */ /****************************************************************************/ #include <avr/io.h> #include <avr/interrupt.h> #include <avr/signal.h> #include <lcd_4x16.h> #include <MCP_Reg.h
in „CAN - MCP 2515“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Assembler.s
and optimized code ; you can assemble this file directly with the luna compiler/assembler .device atmega32 .equ inpstrEcho = 1 .equ AvrTiny = 0 .equ EepromAccess = 0 .equ EepromAccessHigh = 1 .equ StringTempVarAccess = 1 .equ SoftUartModeInverted = 0 .equ FracDecimalS = 7 .equ stackSize = 128 .equ CodeStartAddr
in „ISR macht Newbie fertig :P“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
MD_NMRA_DCC.c
cv_addr_byte_hi); dcc_write_cv(126, (cv_addr_byte_lo + 1)); dcc_write_cv(127, cv_dimmvalue); dcc_write_cv(128, cv_switch_back); dcc_write_cv(129, 5); //f1 dcc_write_cv(130, (funct_f7 + funct_normal)); dcc_write_cv(131, cv_dimmvalue); dcc_write_cv(132, cv_addr_byte_hi); dcc_write_cv(133, (cv_addr_byte_lo + 2
in „FULL NMRA DCC Library, Encoder, Generator, Bremsmodul“ · Projekte & Code ·
-
Datei
net.c
return HTML main page * all other requests return also HTML main page * * Test configuration: MCU: ATMEGA128 Dev.Board: BigAVR2 Oscillator: 10.0000 MHz Ext. Modules: mE Serial Ethernet board SW: mikroC Pro for AVR * NOTES: - Since the ENC28J60 doesn't support auto-negotiation, full-duplex mode is not compatible
in „Ethernet mit atmega2560“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
3-Fan-Control.asm
SPH, temp1 ldi temp1, low(RAMEND) out SPL, temp1 ;ADC initialisieren mit "Free Run" und Vorteiler 128 ldi temp1, ((1<<ADEN)|(1<<ADSC)|(1<<ADFR)) + 7 ; out ADCSRA, temp1 ;PWM für Counter_2 initalisieren, ATMEGA8 Datasheet Page 117-119 !!! ldi temp1, 1<<COM21 | 1<<WGM20 | 1<<CS22 | 0<<CS21 | 0<<CS20 out
-
Datei
HSVtoRGB_Controller.asm
------------------------------------------- ;HSB -> RGB Wandler, in AVR-Assembler, für ATiny und ATmega ;Kurzfeatures: (Details und ausführliche Erläuterungen im Quelltext) ;------------------------------------------------------------------- ;*Codegrösse nur ca.300 Words auf Atiny, ca.280 auf ATmega
in „[ASM] DMX512 oder SPI zu RGB Led Controller use HSV Farbraum“ · Projekte & Code ·
-
Datei
test7.c
2003,01.05 Purpose: Submarine Stabilizer and Depth Control Software: AVR-GCC to compile Hardware: ATMEGA8 Note: 8Mhz (internal oszillator) v0.94 http://ngrad.bei.t-online.de/microkontroller.htm */ #include <io.h> #include <sig-avr.h> #include <interrupt.h> #include <inttypes.h> #include <progmem.h> #define
in „Frage zu Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
test7.c
2003,01.05 Purpose: Submarine Stabilizer and Depth Control Software: AVR-GCC to compile Hardware: ATMEGA8 Note: 8Mhz (internal oszillator) v0.94 http://ngrad.bei.t-online.de/microkontroller.htm */ #include <io.h> #include <sig-avr.h> #include <interrupt.h> #include <inttypes.h> #include <progmem.h> #define
in „Frage zu Interrupt“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
rpn_boris_A328_v2.14.bas
$hwstack = 128 ' default use 32 for the hardware stack $swstack = 128 ' default use 10 for the SW stack $framesize = 196 ' default use 40 for the frame space $lib "single.lbx" $lib "double.lbx" $lib "fp_trig.lbx"
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
ttester_110k_20140511.diff
the whole +# programs, if you call make or make upload. + +# Select your Part-No. for avrdude : +# atmega8 : m8 +# atmega168: m168 or m168p +# atmega328: m328 or m328p +# atmega1280: m1280 // see config.h for different port setting +# atmega2560: m2560 // see config.h for different port setting +PARTNO
-
Datei
x_rpn_boris_A328_v5.17.bas
X_adresse = Low(code_word) ' Der Index-Key addiert auf den Funktionscode (der Einfachkeit halber) 128 drauf If X_kommando > 127 Then X_kommando = X_kommando - 128 If X_adresse < K_num_mem Then Incr X_adresse ' BASCOM index ab 1 X_adresse = Cast2byte(ce_mem(x_adresse)) ' Index aufloesen, Im Fehlerfall
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v1.14.bas
Display-Modus ' '---------------------------------------------------------- $regfile = "m328pdef.dat" ' ATmega328-Deklarationen $prog &HFF , &H62 , &HD9 , &HFF ' generated. Take care that the chip supports all fuse bytes. $crystal = 1000000 ' Kein Quarz: 1MHz MHz $baud = 9600 ' Baudrate der UART: 9600 Baud
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v1.14.bas
Display-Modus ' '---------------------------------------------------------- $regfile = "m328pdef.dat" ' ATmega328-Deklarationen $prog &HFF , &H62 , &HD9 , &HFF ' generated. Take care that the chip supports all fuse bytes. $crystal = 1000000 ' Kein Quarz: 1MHz MHz $baud = 9600 ' Baudrate der UART: 9600 Baud
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
rpn_boris_A328_v1.15.bas
unterscheiden ' '---------------------------------------------------------- $regfile = "m328pdef.dat" ' ATmega328-Deklarationen $prog &HFF , &H62 , &HD9 , &HFF ' generated. Take care that the chip supports all fuse bytes. $crystal = 1000000 ' Kein Quarz: 1MHz MHz $baud = 9600 ' Baudrate der UART: 9600 Baud
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
mv_gcctest9.lst
1 .file "mv_gcctest9.c" 2 .arch atmega16 3 __SREG__ = 0x3f 4 __SP_H__ = 0x3e 5 __SP_L__ = 0x3d 6 __tmp_reg__ = 0 7 __zero_reg__ = 1 8 .global __do_copy_data 9 .global __do_clear_bss 12 .text 13 .Ltext0: 75 .section .progmem.data,"a",@progbits
in „Multiplikation ist zu schnell...“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PV-_berwachung.c
* * *Version: 1.1 * *Datum: 27.06.2009 * *Änderungen: 18.-20.08.2009 * * * *Autor: * *Prozessor: ATMega16 * *CPU-Frequenz: 12,0 MHz * * * ********************************************************** */ // Include Dateien erweitern den Sprachumfang von C #include "global.h" // include our global settings
in „externer Interrupt Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PIV-Sequenzer.c
Steckerbelegung: außen -, innen + intern: Schaltung 5V (L7805), Display 3V (LP2950CZ-3.0) Prozessor: ATmega8A @ 10MHz (Quarz) Taster: durch R-C-Schaltung und Schmitt-Trigger (SN74HC14N) entprellt (bis auf Reset-Taster auf der Rückseite) Display: Batron BTHQ 21605V-FSRE-I2C-COG, angeschlossen über I²C/TWI-Bus
in „Mega8: Ausgang an Port D verhindert Displayanzeige per TWI an Port C“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Webserver1.pdf
PD5 (XCK1) 34 /RD 1 C10 SSCK 32 PD6 (T1) (RD) PG1 33 /WR 6 OE PD7 (T2) (WR) PG0 WE 21 100nF 27 VSS ATMEGA128_TQPF CE IC4 GND C V 2C V IC6P C7 0N 100nF µC and RAM 1G GND 10/23/2007 22:44:13 f=0.99 /home/robert/eagle/Webserver/Webserver.sch (Sheet: 1/7) IC9 JP1_3 JP1_2 /WR /WR /INT INT7 /RD JP1_4 /RD CS_ETHERNDT
in „WIZ810 (WIZ5100) an XMEM Interface (AVR)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
NMEAParser.pdf
NMEA Parser Softwarebeschreibung derAuswertung des NMEA-Protokolls mit dem MikrocontrollerAtmega128 vonAtmel von Ralf Hochhausen micro@ralf-hochhausen.de 2006 1 NMEA Parser Inhaltsverzeichnis 1 Einleitung.........................................................................................