-
PDF
doc7627.pdf
23,211 89 8,035 0 369,145 30 79,030 60 22,336 90 7,779 1 348,757 31 75,466 61 21,498 91 7,533 2 329,630 32 72,085 62 20,697 92 7,296 3 311,680 33 68,876 63 19,930 93 7,067 4 294,826 34 65,830 64 19,196 94 6,847 AT90USBKey Hardware User Guide 2-11 7627A–AVR–04/06 Using the AT90USBKey Temp. R T Temp. R T Temp
in „Problem mit dem TC4469“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
HW-PWM_an_3_Pins.c
0x96, 0x93, 0x90, 0x8C, 0x89, 0x86, 0x83, 0x80, 0x7D, 0x7A, 0x77, 0x74, 0x70, 0x6D, 0x6A, 0x67, 0x64, 0x61, 0x5E, 0x5B, 0x58, 0x55, 0x52, 0x4F, 0x4D, 0x4A, 0x47, 0x44, 0x41, 0x3F, 0x3C, 0x39, 0x37, 0x34, 0x32, 0x2F, 0x2D, 0x2B, 0x28, 0x26, 0x24, 0x22, 0x20, 0x1E, 0x1C, 0x1A, 0x18, 0x16, 0x15, 0x13,
in „Umschalten von 3 HW-PWM Kanälen beim ATMEGA8515“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
USI_TWI_Slave.h
///////////////// ////////////////////////////////////////////////////////////////// // 1,2,4,8,16,32,64,128 or 256 bytes are allowed buffer sizes #define TWI_RX_BUFFER_SIZE (16) #define TWI_RX_BUFFER_MASK ( TWI_RX_BUFFER_SIZE - 1 ) #if ( TWI_RX_BUFFER_SIZE & TWI_RX_BUFFER_MASK ) #error TWI RX buffer size is not a power of 2 #endif // 1,2,4,8,16,32,64,128 or 256 bytes are allowed buffer sizes #define TWI_TX_BUFFER_SIZE (16) #define TWI_TX_BUFFER_MASK ( TWI_TX_BUFFER_SIZE - 1 ) #if ( TWI_TX_BUFFER_SIZE & TWI_TX_BUFFER_MASK ) #error TWI TX buffer
in „AVR: I2C bleibt hängen“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Boris_Voyager.sch.pdf
C10 100n 27p +3V3 5 VCC_2 XTAL2 7 XTAL1 17 VCC_3 Q2 S1 S2 S3 S4 S5 C12 100n 38 9 27 VCC PD0 10 RXD_AVR/2.4A 3 1 3 1 3 1 3 1 3 1 6 k AVCC PD1 TXD_AVR/2.4A A R 1 C6 PD2 11 4 2 4 2 4 2 4 2 4 2 A 100n 29 AREF PD3 12 +3V3+3V3 Z1 RESET/2.4A 4 13 +3V3 C1 S6 S7 S8 S9 S10 C7 ~RESET PD4 14 100n 8 PD5 15 2 1 3
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
PDF
Boris_Voyager.sch.pdf
27p C9 C10 100n 27p 5 VCC_2 XTAL2 7 XTAL1 17 VCC_3 Q2 S1 S2 S3 S4 S5 C12 100n 38 9 27 VCC PD0 10 RXD_AVR/2.4A 3 4 3 4 3 4 3 4 3 4 AVCC PD1 TXD_AVR/2.4A 1 2 1 2 1 2 1 2 1 2 A C6 PD2 11 INT0 A 100n 29 AREF PD3 12 +3V3+3V3 Z1 RESET/2.4A 4 13 +3V3 C1 S6 S7 S8 S9 S10 ~RESET PD4 14 100n 8 PD5 15 2 1 3 4 3 4
in „Noch ein Taschenrechner auf ATMega Basis“ · Projekte & Code ·
-
Datei
diamex-timeouts.txt
------ ---- ------ ----- ----- --------- eeprom 65 6 4 0 no 512 4 0 4000 4500 0xff 0xff flash 65 6 32 0 yes 8192 64 128 4500 4500 0xff 0xff signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00 lock 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00 lfuse 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00 hfuse 0 0 0 0 no 1 1 0 9000 9000 0x00
in „DIAMEX-AVR-USB timeouts mit avrdude auf FreeBSD“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
)/BAUD-1000) #if ((BAUD_ERROR>10)||(BAUD_ERROR<-10)) #error Fehler #endif #define uart_buffer_size 32 // Puffergroesse in Byte // Includation von Header-Dateien #include <string.h> #include <avr/eeprom.h> #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> // Globale Variablen volatile
in „PWM per UART verändern in C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Webserver.c
#include <avr/io.h> #include <avr/interrupt.h> #include <avr/sleep.h> #include <util/delay.h> #include "enc28j60.h" #include "lcd.h" /* * PB0 -> SI * PB1 <- SO * PB2 <- INT * PB3 -> SCK * PB4 -> CS * * PD0 -> RESET
in „ENC28J60 - sendet nichts“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
twi_lib.h
BIT_UCSZ0)) // 8bits, 1stop, no parity #define TWI_PORT PORTC #define TWI_PMASK 0x03 #elif defined __AVR_ATmega32__ // HS Extension 20.12.09 //***** Simulation TWI funktioniert nicht mit ATMEGA32 im Simulator - keine Ahnung warum ?? wurde von Hapsim Ersteller bestätigt (vermutl. Fehler in Simulator) #define
in „TWI MUX per SW an einem Port“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
remote.c
protocol // //***************************************************************************** #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> //***************************************************************************** #define MaxCounter 222 // Timer top value #define dutyCycle 55 // duty cycle #define led_pulses 32 // number of ir-led pulses #define c_address 30 // system address #define c_toggle_bit 0x2000 // toggle bit //***************************************************************************** uint32_t i;
in „LEDs und Ee102p nach einiger Zeit Nichtbenutzung ausschalten“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
remote.c
protocol // //***************************************************************************** #include <avr/io.h> #include <stdint.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> //***************************************************************************** #define MaxCounter 222 // Timer top value #define dutyCycle 55 // duty cycle #define led_pulses 32 // number of ir-led pulses #define c_address 30 // system address #define c_toggle_bit 0x2000 // toggle bit //***************************************************************************** uint32_t i;
in „RC5 Sender -> IR LED "blinkt" zu langsam“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
asm_optimiert.asm
test_led.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 00000190 00000000 00000000 00000094 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .data 00000002 00800060 00000190 00000224 2**0 CONTENTS, ALLOC
in „compiler optimierung zuviel :/“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test3b.c
3 LEDs ohne Charlieplexing * resistiver Betauungssensor 24.9.2009 */ #include <stdint.h> #include <avr/io.h> #include <inttypes.h> #define F_CPU 1000000 #include <util/delay.h> #include <avr/sleep.h> #include <avr/interrupt.h> #include <util/atomic.h> // Zustände für Tasterabfrage #define UNDEF 2 #define
in „Tasterabfrage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test9.c
Betauungssensor mit 3 LEDs */ /* */ /*****************************************/ #include <stdint.h> #include <avr/io.h> #include <inttypes.h> #define F_CPU 1000000 #include <util/delay.h> #include <avr/sleep.h> #include <avr/interrupt.h> #include <util/atomic.h> /* Zustände fuer Tasterabfrage */ #define UNDEF 2
in „Tasterabfrage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test10a.c
/ /* ACHTUNG: Code für Batteriemessung ist derzeit auskommentiert */ #include <stdint.h> #include <avr/io.h> #include <inttypes.h> #define F_CPU 1000000 #include <util/delay.h> #include <avr/sleep.h> #include <avr/interrupt.h> #include <util/atomic.h> /* Zustände fuer Tasterabfrage */ #define UNDEF 2
in „Tasterabfrage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
solarcontrol.c
#include <avr/interrupt.h> #include <avr/signal.h> #include <avr/io.h> #include <stdint.h> #include <stdlib.h> #include <string.h> /* Funktion-Definitionen */ void initClock (void); void initUsart (uint32_t baud)
in „Ich werd aus den Warnungen des Compilers nicht schlau ;-)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
VirtualWire.cpp
Platform not defined #endif #include "VirtualWire.h" #include <util/crc16.h> #undef TIMER_VECTOR #ifdef __AVR_ATtiny85__ # define TIMER_VECTOR TIM0_COMPA_vect #elif defined(__AVR_ATtiny84__) || defined(__AVR_ATtiny24__) || defined(__AVR_ATtiny44__) // Why can't Atmel make consistent? # define TIMER_VECTOR TIM1
in „Korrigierte "VirtualWire" Library für Attiny84 / 85“ · Projekte & Code ·
-
Datei
update_ge_ndert.php
Auslesen der Daten aus einer Webpage function getAVRNetIOValue($id) { $value = NULL; error_reporting(0); $avr_net_io = fopen("http://xxx.xxx.xxx.xxx/daten.html", "r") or die("Die Werte des AVR-NET-IO konnten nicht ermittelt werden!<BR>Der AVR-NET-IO ist offline!"); //Hier IP des Boards eintragen if ($avr_net_io
-
Datei
nixieclock.c
//DCF Uhr mit 6* Nixie //Oktober 2010 //Header Dateien #include <avr/io.h> #include <avr/interrupt.h> #include <stdlib.h> #define F_CPU 8000000 ///////////// //Variablen// ///////////// //date uint8_t week_day; uint8_t day; uint8_t month; uint16_t year; //time uint16
in „AVR - Conrad DCF Modul - Pegel zu niedrig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
small_font.h
empty row * * uint8_t font_data[]; * // bit field of all characters */ #include <inttypes.h> #include <avr/pgmspace.h> #ifndef SMALL_FONT_H #define SMALL_FONT_H #define SMALL_FONT_WIDTH 4 #define SMALL_FONT_HEIGHT 8 #include <inttypes.h> #include <avr/pgmspace.h> static const char small_font[] PROGMEM =
in „KS 0108 - ein alter Bekannter - neu aufgelegt“ · Projekte & Code ·
-
Datei
Uart_main.c
--------------------------------------------------------------- */ #include <inttypes.h> #include <avr/io.h> #include <util/delay.h> #include <avr/pgmspace.h> #include <avr/interrupt.h> #include "irmp.h" #include "irmpconfig.h" #ifndef F_CPU #error F_CPU unkown #endif void irmp_uart_init (void) { UART0
in „Bluetooth zu Infrarot“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
PI_Regler1.c
#include <avr/io.h> #include <stdlib.h> #include "delay.h" #include "lcd.h" #include <avr/signal.h> #define LCD_LINE1 0x00 #define LCD_LINE2 0x40 #ifndef F_CPU #define F_CPU 4000000 #endif //für Regelung benötigte
in „Stromregelung für Gleichstrommotor“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
PI_Regler1.c
#include <avr/io.h> #include <stdlib.h> #include "delay.h" #include "lcd.h" #include <avr/signal.h> #define LCD_LINE1 0x00 #define LCD_LINE2 0x40 #ifndef F_CPU #define F_CPU 4000000 #endif //für Regelung benötigte
in „Stromregelung für Gleichstrommotor - Abtastzeit“ · Digitale Signalverarbeitung / DSP / Machine Learning ·
-
Datei
arial8.h
0x03, 0x04, 0x05, 0x04, 0x04, 0x04, 0x02, 0x01, 0x02, 0x04, 0x04, // font data 0x00, 0x00, 0x00, // 32 0xBF, // 33 0x03, 0x00, 0x03, // 34 0x24, 0x7E, 0x24, 0x7E, 0x24, // 35 0x39, 0x44, 0x44, 0x39, // 36 0x82, 0x45, 0x32, 0x0C, 0x12, 0x29, 0x10, // 37 0x30, 0x4A, 0x55, 0x2A, 0x50, // 38 0x02, 0x05, 0x02
-
Datei
arial8.h
0x03, 0x04, 0x05, 0x04, 0x04, 0x04, 0x02, 0x01, 0x02, 0x04, 0x04, // font data 0x00, 0x00, 0x00, // 32 0xBF, // 33 0x03, 0x00, 0x03, // 34 0x24, 0x7E, 0x24, 0x7E, 0x24, // 35 0x39, 0x44, 0x44, 0x39, // 36 0x82, 0x45, 0x32, 0x0C, 0x12, 0x29, 0x10, // 37 0x30, 0x4A, 0x55, 0x2A, 0x50, // 38 0x02, 0x05, 0x02
in „KS 0108 - ein alter Bekannter - neu aufgelegt“ · Projekte & Code ·
-
Datei
main.c
##################################################################*/ #include <stdlib.h> #include <avr/io.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include "lcd.h" //#################################### check CPU Takt #ifndef F_CPU #define F_CPU 16000000UL #endif //####################
in „kapazitiver Touch Sensor - Slider - Wheel“ · Projekte & Code ·
-
Datei
uart.c
define UART0_BIT_TXEN TXEN #define UART0_BIT_UCSZ0 UCSZ0 #define UART0_BIT_UCSZ1 UCSZ1 #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega8A__) || \ defined(__AVR_ATmega16__) || defined(__AVR_ATmega16A__) || \ defined(__AVR_ATmega32__) || defined(__AVR_ATmega32A__) || \ defined(__AVR_ATmega323__) /* ATmega
in „Timerberechnung die hunderste“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
define UART0_BIT_TXEN TXEN #define UART0_BIT_UCSZ0 UCSZ0 #define UART0_BIT_UCSZ1 UCSZ1 #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega8A__) || \ defined(__AVR_ATmega16__) || defined(__AVR_ATmega16A__) || \ defined(__AVR_ATmega32__) || defined(__AVR_ATmega32A__) || \ defined(__AVR_ATmega323__) /* ATmega
in „Fehler beim kompilieren des Bootloadertoutorials in C“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
uart.c
define UART0_BIT_TXEN TXEN #define UART0_BIT_UCSZ0 UCSZ0 #define UART0_BIT_UCSZ1 UCSZ1 #elif defined(__AVR_ATmega8__) || defined(__AVR_ATmega8A__) || \ defined(__AVR_ATmega16__) || defined(__AVR_ATmega16A__) || \ defined(__AVR_ATmega32__) || defined(__AVR_ATmega32A__) || \ defined(__AVR_ATmega323__) /* ATmega
in „Wie macht man solche Lichtmodes? Lauflicht, PWM und Co“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
dcf-clock.c
//DCF-Uhr mit LCD20x4 //ATmega8 @ 16 MHz //Autor: Johannes Mashighski //Version 2010-02-28-00-11 //AVR-Studio 4.18 Build 692, WinAVR 20100110 //Header Dateien // #define F_CPU 8000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <avr/sleep.h> #include <stdlib.h> #include <lcd-routines.h>
in „Terrariensteuerung: DCF & 1-Wire zugleich?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
mit_LEDs.c
/* * SENSOR_0_2.c * * Created: 22.06.2012 17:32:07 * Author: Christoph */ typedef enum { false = 0, true }bool; #include <avr/io.h> #include <AVR/interrupt.h> #include <AVR/signal.h> #include <util/delay.h> #include <mega/MEGA_TWI_SLAVE.h> #define
in „TSOP1736 verhält sich ungewöhnlich“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
quellcode.c
#define F_CPU 8000000UL #include <inttypes.h> #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <avr/eeprom.h> //-------------------------------------------------------
in „Frequenzauswertung mittels ext. Interrupt macht komisches“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
*************************************************** // File........: main.c // Target(s)...: atmega32u4 // Compiler....: AVR-GCC // Description.: USB-Test-Projekt // ueber atmega32u4 // übersetzt mit Makefile: make clean, make all // per USB geladen: make program //***********************************
in „Atmega32U4-Board: USB-Ausgabe in Betrieb nehmen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sensorhub.asm
ow_pin_name = PINC .equ DEVICE_ADDR = 0x68 ;SLAVE ADRESSE .equ TWI_PRESCALE = 0x00 .equ TWI_BITRATE = 32 ;0x20 = Bitrate 32 ; SPI .equ SPI_DDR_PORT = DDRD .equ SPI_PORT = PORTD .equ SPI_PIN = PIND .equ SS = 4 ;Output active low .equ SDO = 6 ;Input .equ SCK = 5 ;Output .equ SDI = 7 ;Output .equ SPI_DDR_Standart_dir
in „Controller fällt in (anscheinend) RESET“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
fat16.c
FAT32_BS_DRVNUM 64 #define FAT32_BS_RESERVED1 65 #define FAT32_BS_BOOTSIG 66 #define FAT32_BS_VOLID 67 #define FAT32_BS_VOLLAB 71 #define FAT32_BS_FILSYSTYPE 82 //End of Boot Sctor and BPB Structure //! Usage
in „[atmega8] UART-Daten auf SD-Karte schreiben“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
aktiv. */ #define F_CPU 1000000 // DIV8-Fuse aktiv #include <stdint.h> // fuer int-typen #include <avr/io.h> #include <avr/interrupt.h> #include <stdbool.h> #include <avr/sleep.h> #include <util/atomic.h> // wegen Makros für 16/32-Bit Zugriffe #include <avr/eeprom.h> #define HIGH_ACTIVE // Ausgang PB1
in „Selbstabschaltung ohne Mikrocontroller“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
iotn814.h
8CLK_gc = (0x01<<0), /* 8 cycles (8ms) */ PERIOD_16CLK_gc = (0x02<<0), /* 16 cycles (16ms) */ PERIOD_32CLK_gc = (0x03<<0), /* 32 cycles (32ms) */ PERIOD_64CLK_gc = (0x04<<0), /* 64 cycles (64ms) */ PERIOD_128CLK_gc = (0x05<<0), /* 128 cycles (0.128s) */ PERIOD_256CLK_gc = (0x06<<0), /* 256 cycles (0.256s
in „Attiny417/814/816/817 und avr-gcc, avr-libc“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Tiny_Lighthouse.c
the trigger pulse F_CPU = 1600000 Hz as the Tiny runs in ATTIny15 compatibility mode */ #include <avr/io.h> #include <avr/eeprom.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> #include <util/delay.h> typedef struct LighthouseFlags { uint8_t Direction: 2; //! see table below for values uint8
in „LED Fader mit NE555 fadet nicht“ · Analoge Elektronik und Schaltungstechnik ·
-
Datei
output.txt
main.elf: file format elf32-avr Sections: Idx Name Size VMA LMA File off Algn 0 .text 000000cc 00000000 00000000 00000074 2**1 CONTENTS, ALLOC, LOAD, READONLY, CODE 1 .bss 00000001 00800060 00800060 00000140 2**0 ALLOC Disassembly
in „Atmega8L: Warum geht Timer0 Interrupt nicht?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TMC222_AVR.c
************************************************* Example library for using a TMC222 together with AVR processors that have a hardware TWI interface (e.g. ATmega8, ATmega48, ATmega88, ATmega168, ATmega16, ATmega32, ATmega64, ATmega128, AT90CAN128 and many more). It implements and interrupt driven TWI
in „ELV USB-I2C & Schrittmotorsteuerung iSMT“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
update.php
Auslesen der Daten aus einer Webpage function getAVRNetIOValue($id) { $value = NULL; error_reporting(0); $avr_net_io = fopen("http://xxx.xxx.xxx.xxx/daten.html", "r") or die("Die Werte des AVR-NET-IO konnten nicht ermittelt werden!<BR>Der AVR-NET-IO ist offline!"); if ($avr_net_io!=false) { while ( ($data =
-
Datei
Ausgabe_von_avrdude_bei_8MHz_internal.txt
(c) 2007-2009 Joerg Wunsch System wide configuration file is "D:\Programme\Arduino\hardware\tools\avr/etc/avrdude.conf" Using Port : COM18 Using Programmer : stk500v1 Overriding Baud Rate : 19200 AVR Part : ATtiny84 Chip Erase delay : 4500 us PAGEL : P00 BS2 : P00 RESET disposition : possible i/o RETRY
in „ATtiny84, FTDI FT232RL, SofwareSerial.h, Arduino ISP“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
kavr.c
General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <avr/boot.h> #include <avr/common.h> #include <avr/io.h> #include <avr/pgmspace.h> #include <util/setbaud.h> #include <avr/wdt.h> void wdt_init(void) __attribute__((naked)) __attribute__((section(".init1
in „kavr Bootloader“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
ElektronikBauteile.pdf
mittelträge 0,63A MTR. 0,63A 0,29 € 2,90 € 22 5 Sicherungshalter, 5x20mm, max. 10A-250V PL OGN-22,5 0,32 € 1,60 € 23 3 32.768kHz Temperature-Compensated Crystal Oscillator 6,04 € 18,12 € 24 5 Abdeckhaube für Sicherungshalter PL OGN-A 0,22 € 1,10 € 25 100 Metallschichtwiderstand 100 Ohm METALL 100 0,08 €
in „[V] - Elektroniksammlung“ · Markt ·
-
Datei
main.c
#include <stdlib.h> #include <stdio.h> #include <stdint.h> #include <avr/io.h> #include <avr/interrupt.h> void init_adc(void); void init_timer0(void); void init_timer2(void); int16_t get_adc_val(void); void adjust_pwm(int16_t); // select ADC-Prescaler bits automagically:
in „LED dimmen per PWM mit ADC (ATMega88)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ASKTimer.c
******************************/ // Für die Doku: // -das volatile ist dringend notwendig #include <avr/io.h> #include <avr/interrupt.h> #include <string.h> #include <stdint.h> #define F_CPU 3686000UL #include <util/delay.h> // Port Definition #define IR_LED_PORT PORTA #define IR_LED_PIN PA1 #define IR_LED_DDR
in „Infrarot senden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Sketch.txt
\attiny\hardware\avr\1.0.2 Using core 'arduino' from platform in folder: C:\Program Files (x86)\Arduino\hardware\arduino\avr Detecting libraries used... "C:\\Program Files (x86)\\Arduino\\hardware\\tools\\avr/bin/avr-g+
in „Projekt fertiggestellt: MP3 Player für Kinder auf ATTiny-Basis“ · Projekte & Code ·
-
PDF
avr-gcc_14_rodata.pdf
Microchip Studio 7 Notiz für mich, Programm: Frequenzmesser mit AVR128DB48 Flags: -Os -ffunction-sections -fdata-sections -fpack-struct -fshort-enums -Wall -Wundef -c -flto -v avr-gcc binutils avrLibC zusätzliche Flags Flash RAM Bytes 7.5.0 2.40 2.1 -std=c++17 5220
in „GCC v14 Release“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
can.h
* \defgroup can_interface Universelles CAN Interface * \brief allgemeines CAN Interface für AT90CAN32/64/128, MCP2515 und SJA1000 * * \author Fabian Greif <fabian.greif@rwth-aachen.de> * \author Roboterclub Aachen e.V. (http://www.roboterclub.rwth-aachen.de) * * \version $Id: can.h 6927 2008-12-03 22
in „AT90CAN128 nach 15 CAN-Nachrichten ist schluss“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
sd_raw_config.h
define select_card() PORTB &= ~(1 << PB2) #define unselect_card() PORTB |= (1 << PB2) #elif defined(__AVR_ATmega16__) || \ defined(__AVR_ATmega32__) #define configure_pin_mosi() DDRB |= (1 << DDB5) #define configure_pin_sck() DDRB |= (1 << DDB7) #define configure_pin_ss() DDRB |= (1 << DDB4) #define configure_pin_miso