-
Datei
I2C_Uhr_2313.asm
Read_Bit sbic PinB,SDA sbr I2C_Byte,2 cbi PortD,SCL rcall Wait_I2C rcall Read_Bit sbic PinB,SDA sbr I2C_Byte,4 cbi PortD,SCL rcall Wait_I2C rcall Read_Bit sbic PinB,SDA sbr I2C_Byte,8 cbi PortD,SCL rcall Wait_I2C rcall Read_Bit sbic PinB,SDA sbr I2C_Byte,16 cbi PortD,SCL rcall Wait_I2C rcall Read_Bit sbic PinB,SDA sbr I2C_Byte,32 cbi PortD,SCL rcall Wait_I2C rcall Read_Bit sbic PinB,SDA sbr I2C_Byte,64 cbi PortD,SCL rcall Wait_I2C
in „PCF 8583 / I2C -Problem“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
board-omap4panda.c
| OMAP_MUX_MODE5), /* dispc2_data18 */ OMAP4_MUX(USBB2_ULPITLL_DAT2, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5), /* dispc2_data15 */ OMAP4_MUX(USBB2_ULPITLL_DAT3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5), /* dispc2_data14 */ OMAP4_MUX
in „CAN-Interface mit galvanischer Trennung für Pandaboard (OMAP4)“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
Ethernet_Hub_LXT914PE.pdf
Ethernet Repeater Figure 5: 12-Port Application Schematic, 68-Pin PLCC Package (Sheet 3 of 4) 1 C F . D C N 9 0 1 2 V G P 1 1 1 T P P P 1 T T T N A F O E D C C 1 2 3 1 2 3 I I I I N N N P P P P P P P P P P 2 4 4 4 4 R 8 D X C
in „Ethernet Transceiver und Hub auf einer Platine verbinden“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
owdevice_ATT25_DS2423_2_counter.c
OWT_READLINE 4 #define OWT_LOWTIME 4 //60 Gemessen 58 #define TIMER_INT ISR(TIM0_OVF_vect) #define PIN_INT ISR(INT0_vect) #define TCNT_R TCNT0 #define DBH PORTB|=(1<<PORTB4); #define DBL PORTB&=~(1<<PORTB4); #endif //ATtiny13 #ifdef __AVR_ATtiny25__ // OW_PORT Pin 7 - PB2 #define OW_PORT PORTB #define OW_PIN PINB #define OW_PORTN (1<<PINB2) #define OW_PINN (1<<PINB2) #define OW_DDR DDRB #define SET_LOW OW_DDR|=OW_PINN;OW_PORT&=~OW_PORTN; #define RESET_LOW {OW_DDR&=~OW_PINN;} #define EN_OWINT {GIMSK|=(1<
in „1-Wire Slave auf AVR“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
c8051f32x.pdf
skip their corresponding port pins. Rev. 1.1 129 C8051F320/1 Figure 14.4. Crossbar Priority Decoder with Crystal Pins Skipped P0 P1 P2 1 2 R L L S E SF Signals T T V R X X C V PIN I/O 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5
in „Drehwinkelmessung“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
wenn Input-Pins floaten // DDRD Pins teilweise auf Eingabe DDRD = (0<<DDD5) | (0<<DDD4) | (0<<DDD3) | (0<<DDD2) | (1<<DDD1) | (0<<DDD0); // PD7 = - in // PD6 = - in // PD5 = - in // PD4 = - in // PD3 = - in // PD2
in „Arduino flashen über Makefile“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
code.c
/* Interruptroutine Timer 1 für ATmega8 und max 20 Servos evtl auch max 23*/ /* ATmega8 auf 8 MHZ interner oszilator einstellen */ /* prozessorbelastung ca. 12ms(ohne optimierung)*/ /* 6 ms (mit optimirung)*/ /* interrupt alle 20 ms */ /* einfach nach dem letzten servo adresse 0x00 in der funktion */ /* servoset_generell angeben */ /* als postitionsangabe servo_rel[servonummer].pos 0-255 angeben (127 Mitte)*/ /* max/minimalausschlag des servos in servoset_generel angeben */ /* eventuelle korrekturen bitte nach initialisierung in servorel[].max / min vornehmen */ /* Port ausgangsbelegung in servo_gen
in „Probleme mit Impuls (Seroansteuerung)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
TLC_5940_Demystifying.c
#include <stdint.h> #include <avr/io.h> #include <avr/interrupt.h> #define GSCLK_DDR DDRB #define GSCLK_PORT PORTB #define GSCLK_PIN PB3 #define SIN_DDR DDRB #define SIN_PORT PORTB #define SIN_PIN PB5 #define SCLK_DDR DDRB #define SCLK_PORT PORTB #define SCLK_PIN PB7 #define BLANK_DDR DDRB #define BLANK_PORT PORTB #define BLANK_PIN PB4 #define DCPRG_DDR DDRB #define DCPRG_PORT PORTB #define DCPRG_PIN PB1 #define VPRG_DDR DDRB #define VPRG_PORT PORTB #define VPRG_PIN PB0 #define XLAT_DDR DDRB #define XLAT_PORT PORTB #define XLAT_PIN PB2 #define TLC5940_N 1 #define setOutput(ddr, pin) ((ddr) |= (1 << (pin
in „TLC5940 am ATmega16“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
-- #define wf_PB0 noPin #define wf_PB1 noPin #define wf_PB2 IN #define wf_PB3 IN_PUPD #define wf_PB4 OUT_2_OD #define wf_PB5 OUT_2_OD #define wf_PB6 OUT_2_OD #define wf_PB7 OUT_2_OD #define wf_PB8 ALTF_50_OD #define wf_PB9
in „SPI auf STM32F103 - kein Signal“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USBLC6-2.pdf
I/O pin to GND Capacitance between I/O C i/o-GND VR = 1.65 V 2.5 3.5 and GND pF ΔCi/o-GND 0.015 C Capacitance between I/O V = 1.65 V 1.2 1.7 i/o-i/o R pF ΔC 0.04 i/o-i/o 2/14 Doc ID 11265 Rev 5 USBLC6-2 Characteristics Figure 2. Capacitance versus voltage Figure 3. Line capacitance versus frequency (typical values) (typical values) C(pF) C(pF) 3.0 2.8 2.6 CO=I/O-GND 2.5 2.4 2.2 VOSTj25°CRMS 2.0 VLINE0V to 3.3V 2.0 VOSC=30mV
in „Auswahl einer TVS Diode“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USBLC6-2.pdf
I/O pin to GND Capacitance between I/O C i/o-GND VR = 1.65 V 2.5 3.5 and GND pF ΔCi/o-GND 0.015 C Capacitance between I/O V = 1.65 V 1.2 1.7 i/o-i/o R pF ΔC 0.04 i/o-i/o 2/14 Doc ID 11265 Rev 5 USBLC6-2 Characteristics Figure 2. Capacitance versus voltage Figure 3. Line capacitance versus frequency (typical values) (typical values) C(pF) C(pF) 3.0 2.8 2.6 CO=I/O-GND 2.5 2.4 2.2 VOSTj25°CRMS 2.0 VLINE0V to 3.3V 2.0 VOSC=30mV
in „TVS - Dioden Schutzschaltung Funktion erklären ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
USBLC6-2.pdf
I/O pin to GND Capacitance between I/O C i/o-GND VR = 1.65 V 2.5 3.5 and GND pF ΔCi/o-GND 0.015 C Capacitance between I/O V = 1.65 V 1.2 1.7 i/o-i/o R pF ΔC 0.04 i/o-i/o 2/14 Doc ID 11265 Rev 5 USBLC6-2 Characteristics Figure 2. Capacitance versus voltage Figure 3. Line capacitance versus frequency (typical values) (typical values) C(pF) C(pF) 3.0 2.8 2.6 CO=I/O-GND 2.5 2.4 2.2 VOSTj25°CRMS 2.0 VLINE0V to 3.3V 2.0 VOSC=30mV
in „Schaltplan-Kritik: Atmega + RS485 + OneWire“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
//****************************************************************************** // MSP430FG4618 HALLSIGNAL with TimerB & Register // // Description: // // MSP430xG461x // ----------------------- // /|\| | // | | | // --|RST | // | | // | P5.1|-->LED4 red & Square waveform // SW1-->|P1.0 | // SW2-->|P1.1 | // | | // ----------------------- // // Stefan Marx // Blue Point Medical GmbH & Co. KG // January 2011 // Built with Code Composer Essentials Version: 3.1 //****************************************************************************** #include <msp430xg46x.h> // Function Declarations //---
in „MSP430xG46x TimerB Capture Compare Register Funktion“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
#include <stdlib.h> #include <stdint.h> #include <avr/io.h> #include <util/delay.h> #include <avr/interrupt.h> #include <avr/pgmspace.h> /* Connections: STEP with pulldown on PB0 DIR on PB1 I01 : PD6 I11 : PD5 P1 : PD4 I02 : PD2 I12 : PD1 P2 : PD0 */ /* 6,7 = 0 (No power) 4,5 = 1/3 2,3 = 2/3 0,1 = 1 (Full power) 7, 5, 3, 1 = other direction upper Nibble first coil, lower nibble second coil */ #ifdef MICROSTEP /* 16 Microsteps */ #define NR_STEPS 16 #warning Microstep mode might not work correctly! uint8_t steptable[NR_STEPS] PROGMEM = {0x60, 0x40, 0x22, 0x04, 0x06, 0x05, 0x23, 0x41, 0x61, 0x51
in „Schrittmotor mit L6219 und tiny2313 - Microstepping funktioniert nicht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
swdisplay_nokia.c
das LCD ---------------------------------------------------------- */ void wrcmd(uint8_t cmd) { LCD_PORT &= ~(1 << LCD_DC_PIN); // C/D = 0 Kommandomodus LCD_PORT &= ~(1 << LCD_CE_PIN); // Display Controller enable spi_out(cmd); // senden LCD_PORT |= (1 << LCD_CE_PIN ); // Disable Controller } /* ------
in „Nokia 5110 LCD defekt ?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Oberschlitten2.asm
********************************************************************* ;Eingänge: ;Encoder .equ ENC_PIN = PINC .equ ENC_PORT = PORTC .equ ENC_DDR = DDRC .equ EncPin1 = 0 .equ EncPin2 = 1 .equ EncTaste = 2 ;Tasten .equ Taste1 = 3 .equ Taste2 = 4 .equ Taste3 = 5 ;****************************************
in „Timer0 und Timer1 funktionieren nicht gemeinsam“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd_io1.h
CONNECTION TABLE AS USED IN THIS lcd_io.h FILE. ACTUALLY YOU CAN USE ANY PIN AS LONG AS THE PIN CARRIES THE CORRECT SIGNAL TO THE CORRECT LCD PIN. port_pin0 -> lcd_D4_pin11 port_pin1 -> lcd_D5_pin12 port_pin2 -> lcd_D6_pin13 port_pin3 -> lcd_D7_pin14 port_pin4 -> lcd_RS_pin4
-
Datei
lcd_io1.h
CONNECTION TABLE AS USED IN THIS lcd_io.h FILE. ACTUALLY YOU CAN USE ANY PIN AS LONG AS THE PIN CARRIES THE CORRECT SIGNAL TO THE CORRECT LCD PIN. port_pin0 -> lcd_D4_pin11 port_pin1 -> lcd_D5_pin12 port_pin2 -> lcd_D6_pin13 port_pin3 -> lcd_D7_pin14 port_pin4 -> lcd_RS_pin4
in „LCD I2C Bibliothek“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
LE-575_Manual_V12.pdf
19 RI2 20 N/C A.6 <IrDA Port> Connector: CN_IR Type: 5-pin header for SIR Ports 1 Pin Description 1 5VSB 2 N/C 3 IRRX 4 Ground 5 5 IRTX A.7 <SMBUS Port> Connector: CN_SMBUS Type: 5-pin header for SMBUS Ports
-
PDF
CY7C68016A.pdf
0 1 2 3 4 C 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 Figure 4-2. CY7C68013A/CY7C68014A 128-pin TQFP Pin Assignment * denotes programmable polarity Document #: 38-08032 Rev. *K Page 16 of 60 CY7C68013A
in „CY7C68013A-56pins“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Tastermatrix.c
typedef signed short s16; #define XTAL 1e6 // 1MHz #define NOP(); asm volatile("nop"::); #define KEY_PIN PINB #define KEY_PORT PORTB #define KEY_DDR DDRB // Pin 0..3 = column 1..4 // Pin 4..6 = row 1..3 uint8_t KeyMap[] = { 0, '1', '4', '7', '*', '2', '5', '8', '0', '3', '6', '9', '#' }; uint8_t keyscan
in „Taster-Matrix Code von Peda auf AVR“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
spi2.c
/* GPIO register offsets (some of them) */ #define GPFSEL0 0x00 #define GPFSEL1 0x04 #define GPFSEL2 0x08 #define GPFSEL3 0x0C #define GPFSEL4 0x10 #define GPFSEL5 0x14 /* Interrupt register offsets (some of them) */ #define BCM2835_IRQ_ENABLE_IRQS_2 0x214 #define BCM2835_IRQ_DISABLE_IRQS_2 0x220 /*
in „[F] SPI-Interrupt auf Raspberry Pi löst nicht aus -> warum?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
A_I2C_Test.asm
*********************** ; Test TWI via USI-Interface ; MCU: ATMEL ATtiny4313 ; Clock: 4 MHz ; TWI/I2C-PortB PB7=SCL; PB5=SDA ; OLED ; P7 P6 P5 P4 P3 P2 P1 P0 ; ; Device slave address: $3C ; ; Rev.: 25022026 ;*************************************************** ; ;Assembler direktives: ; .nolist .include
in „I2C Display einfache Frage“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
i2c_basic.c
GPIO_InitStruct; // Port Init Struct I2C_InitTypeDef I2C_InitStruct; // I2C Init Struct // Peripherie Takt einschalten I2C3: PB6 (I2C1 SCL) und PB7 (I2C1_SDA) RCC_APB1PeriphClockCmd(RCC_APB1Periph_I2C1, ENABLE); RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB, ENABLE); // Port mit SCL/SCA einrichten GPIO_InitStruct.GPIO_Pin = I2C_SCL_PIN | I2C_SDA_PIN; GPIO_InitStruct.GPIO_Mode = GPIO_Mode_AF_OD; // Pins als Alternate Function einstellen GPIO_InitStruct.GPIO_Speed
in „Erkennung eines fehlenden EEPROMS über I²C-Bus“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
RIN32M3_CL.h
register 1 ( 8 bit) */ __IO uint8_t P2B; /*!< 0x002 : Port register 2 ( 8 bit) */ __IO uint8_t P3B; /*!< 0x003 : Port register 3 ( 8 bit) */ __IO uint8_t P4B; /*!< 0x004 : Port register 4 ( 8 bit) */ __IO uint8_t P5B; /*!< 0x005 : Port register
in „R-IN32M3-CL (Cortex-M3): Wie funktioniert Senden/Empfangen auf dem Feldbus?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
80515.pdf
/ T0 P2.4 / A12 P3.5 / T1 20 41 P2.3 / A11 21 25 30 35 40 R D C 2 T X 2 3 2 1 0 C C S C L L 8 9 01 W / N / O 2 N C C C C N V V N A A / / A 6 . . K / / / / / / X X . . / 3 3 P C 5 . T T T T P P .2 P P / 1 P I
in „Probleme mit dem SAAB 80C535“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Testprogramm.c
--------------------------------------------------------------- /* Darstellung der Ziffern Ziffer Ports Segmente HEX BIN DEZ Zuordnung 0 RB/0/1/2/3/4/5 a/b/c/d/e/f 0x3F 00111111 63 a = RB0 1 RB/1/2 b/c 0x06 00000110 06 b = RB1 2 RB/0/1/3/4/6 a/b/d/e/g 0x5B 01011011 91 c = RB2 3 RB/0/1/2/3/6 a/b/c/d/g 0x4F 01001111 79 d = RB3 4 RB/1/2/5/6 b/c/f/g 0x66 01100110 102 e = RB4 5 RB/0/2/3/5/6 a/c/d/f/g 0x6D 01101101 109 f = RB5 6 RB/0/2/3/4/5/6 a/c/d/e/f/g 0x7D 01111101 125 g = RB6 7 RB/0/1/2 a/b/c 0x07 00000111 07 8 RB/0/1/2/3
in „PIC18F2520 Interruptroutine fehlerhaft?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
usblc6-2.pdf
VLINE0V to 3.3V Tj25°C 1.8 1.6 1.5 CjI/O-I/O 1.4 1.2 1.0 1.0 0.8 0.5 0.6 0.4 Data line voltage (V) 0.2 F(MHz) 0.0 0.0 0.0 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0 1 10 100 1000 Figure 3. Relative variation of leakage
in „STM32 und USB A mit Schutz-ICs“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
main.c
, &GPIO_InitStruct); /*Configure GPIO pins : PA1 PA2 PA3 PA4 PA5 PA8 PA11 PA12 */ GPIO_InitStruct.Pin = GPIO_PIN_1|GPIO_PIN_2|GPIO_PIN_3|GPIO_PIN_4 |GPIO_PIN_5|GPIO_PIN_8|GPIO_PIN_11|GPIO_PIN_12; GPIO_InitStruct.Mode = GPIO_MODE_ANALOG; GPIO_InitStruct.Pull
in „Micro SD-Karte an STM32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
Test_delay.c
///////////////////////////////////////////////////////////////////////////////// // Header-files #include <avr/io.h> #include <inttypes.h> #include <stdlib.h> #include "lcd-routine.h" #include <util/delay.h> #include <avr/interrupt.h> //////////////////////////////////////////////////////////////////////////////// // Definitions #define SWITCH_PORT PORTC #define SWITCH_DDR DDRC #define SWITCH_PIN PINC #define LED_PORT PORTB #define LED_DDR DDRB #define LED_PIN PINB #define OUT_PORT PORTD #define OUT_DDR DDRD #define OUT_PIN PIND #define SW_FREQ_UP PINC7 // PORTC Bit PC7 #define SW_FREQ_DOWN PINC6
in „Atmega delay mit globalen Variablen“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
prop-clock_260809_new_driver_5.bas
---> data direction port for I2C '#### sclk = PC0 ---> clock pin for I2C '#### sda_1 = PC3 ---> data pin for TLC1 '#### sda_2 = PC1 ---> data pin for TLC2 '#### sda_3 = PC4 ---> data pin for TLC3 '#### Databyte 1 in ---> r17
in „Mega644 mit 32768 er Quarz an tosc1 u. tosc2“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
simple_server.c
/********************************************* * vim:sw=8:ts=8:si:et * To use the above modeline in vim you must have "set modeline" in your .vimrc * Author: Guido Socher * Copyright: GPL V2 * See http://www.gnu.org/licenses/gpl.html * * Ethernet remote device and sensor * UDP and HTTP interface url looks like this http://baseurl/password/command or http://baseurl/password/ * * Title: Microchip ENC28J60 Ethernet Interface Driver * Chip type : ATMEGA88 with ENC28J60 * Note: there is a version number in the text. Search for tuxgraphics *********************************************/ /************
in „Webpage Webserver“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
board-omap4panda.c
| OMAP_MUX_MODE5), /* dispc2_data18 */ OMAP4_MUX(USBB2_ULPITLL_DAT2, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5), /* dispc2_data15 */ OMAP4_MUX(USBB2_ULPITLL_DAT3, OMAP_PIN_OUTPUT | OMAP_MUX_MODE5), /* dispc2_data14 */ OMAP4_MUX
in „CAN-Interface mit galvanischer Trennung für Pandaboard (OMAP4)“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
14_4_T13_I2C_PCF_LCD_MC.asm
**************** ;* PCF_Pin 12 11 10 9 7 6 5 4 ;* PCF_Port P7 P6 P5 P4 P3 P2 P1 P0 ;* LCD_Pin 6 4 5 14 13 12 11 ;* LCD_Port EN2 EN1 RS R/W DB7 DB6 DB5 DB4 ;* R/W: W==0; R==1 upper 4 bits ; .nolist .include "tn13def.inc" ; benutzter
in „AVR ATtiny13 I2C PCF8574 LCD Display Ansteuerung“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
GD32F103xx_Datasheet_V2.5.pdf
E E B B T B B B B B D D D D D D D D C C C A1 A 3 3 1 0 9 8 0 7 6 5 4 3 7 6 5 4 3 2 1 0 2 1 0 5 4 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 PE2 1 75 VDD_2 PE3 2 74 VSS_2 NC PE4 3 73 PE5 4 72 PA13 PE6 5 71
in „Unterschiede CS32F103C8T6 und STM32F103C8T6“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
ws2812b.c
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10, 10, 10, 11, 11, 11, 12, 12, 13, 13, 13, 14, 14, 15, 15, 16, 16, 17, 17, 18, 18, 19,
in „WS2812B mit Lib von Martin Hubáček auf F103“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
8515def.inc
= 7 ; Port C Data Direction Register bit 7 ; PINC - Port C Input Pins .equ PINC0 = 0 ; Port C Input Pins bit 0 .equ PINC1 = 1 ; Port C Input Pins bit 1 .equ PINC2 = 2 ; Port C Input Pins bit 2 .equ PINC3 = 3 ; Port C Input Pins bit 3 .equ PINC4 = 4 ; Port C Input Pins bit 4 .equ PINC5 = 5 ; Port C Input Pins bit 5 .equ PINC6 = 6 ; Port C Input Pins bit 6 .equ PINC7 = 7 ; Port C Input Pins bit 7 ; ***** PORTD *
in „STK500 und UART“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
W83627HF_HGb.pdf
Input V3 R5 N5VIN Pin 94 R6 R4 10K, 1% VREF Pin 101 VTIN3 Pin 102 Typical Thermister Connection VTIN2 Pin 103 R THM VTIN1 Pin 104 10K, 25 C **The Connections of VTIN1 and VTIN2 are same as VTIN3 Figure. 8.2 7.3.1
in „Pullups für nicht verwendete Open-Drain-Outputs?“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
SD_DOGM_test2.s
= 0 .equ CS01 = 1 .equ CS02 = 2 .equ WGM01 = 3 .equ CTC0 = 3 .equ COM00 = 4 .equ COM01 = 5 .equ WGM00 = 6 .equ PWM0 = 0x3c .equ FOC0 = 7 .equ OCR0_0 = 0 .equ OCR0_1 = 1 .equ OCR0_2 = 2 .equ OCR0_3 = 3 .equ OCR0_4 = 4 .equ OCR0_5 =
in „SPI und 2 "Bausteine"“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
lcd.c
12c_bus LCD_PORT_DDR |= (1 << SDA_Pin)|(1 << SDC_Pin); TIMER_COMP = 10; //40 für F_CPU 8 MHz und F_I2C 100 kHz F_CPU/(2*F_I2C); TIMER_INT_ON; } void lcd_send_i2c_start(void){ // i2c start LCD_PORT |= (1 << SDC_Pin); LCD_PORT &= ~(1 << SDA_Pin); TIMER_ON; } void lcd_send_i2c_stop(void){ // i2c stop while ( !(PINB & (1 << SDC_Pin)) ); TIMER_OFF; TIMER_COUNTER = 0; LCD_PORT |= (1 << SDA_Pin)|(1 << SDC_Pin); } void
in „RS485 von ms - immer noch Einschaltprobleme“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
digit_3led.c
define ZAHL0 ZAHL8-SEGG #define ZAHL1 SEGB+SEGC #define ZAHL6 ZAHL8-SEGB // Ausgabe an PORTB: PB0 - PB2 #define AUSGABE_PORT PORTB // ggf. an die eigenen Pins anpassen #define AUSGABE_DDR DDRB #define LED_DATA BIT(2) #define LED_CLOCK BIT(1) #define LED_STROBE BIT(0) uint8_t ausgabe_register[LED_STELLEN
in „7-Segment Anzeige 3-3tellig“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
servotest.c
/* Interruptroutine Timer 1 für ATmega8 und max 20 Servos evtl auch max 23*/ /* ATmega8 auf 8 MHZ interner oszilator einstellen */ /* prozessorbelastung ca. 12ms(ohne optimierung)*/ /* 6 ms (mit optimirung)*/ /* interrupt alle 20 ms */ /* einfach nach dem letzten servo adresse 0x00 in der funktion */ /* servoset_generell angeben */ /* als postitionsangabe servo_rel[servonummer].pos 0-255 angeben (127 Mitte)*/ /* max/minimalausschlag des servos in servoset_generel angeben */ /* eventuelle korrekturen bitte nach initialisierung in servorel[].max / min vornehmen */ /* Port ausgangsbelegung in servo_gen
in „Timer/Interrupt-Problem bei Atmega32“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m324PAdef.inc
= 7 ; Port C Data Direction Register bit 7 ; PINC - Port C Input Pins .equ PINC0 = 0 ; Port C Input Pins bit 0 .equ PINC1 = 1 ; Port C Input Pins bit 1 .equ PINC2 = 2 ; Port C Input Pins bit 2 .equ PINC3 = 3 ; Port C Input Pins bit 3 .equ PINC4 = 4 ; Port C Input Pins bit 4 .equ PINC5 = 5 ; Port C Input Pins bit 5 .equ PINC6 = 6 ; Port C Input Pins bit 6 .equ PINC7 = 7 ; Port C Input Pins bit 7 ; ***** PORTD *
in „M324def.inc gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m324Pdef.inc
= 7 ; Port C Data Direction Register bit 7 ; PINC - Port C Input Pins .equ PINC0 = 0 ; Port C Input Pins bit 0 .equ PINC1 = 1 ; Port C Input Pins bit 1 .equ PINC2 = 2 ; Port C Input Pins bit 2 .equ PINC3 = 3 ; Port C Input Pins bit 3 .equ PINC4 = 4 ; Port C Input Pins bit 4 .equ PINC5 = 5 ; Port C Input Pins bit 5 .equ PINC6 = 6 ; Port C Input Pins bit 6 .equ PINC7 = 7 ; Port C Input Pins bit 7 ; ***** PORTD *
in „M324def.inc gesucht“ · Mikrocontroller und Digitale Elektronik ·
-
Datei
m644Pdef.inc
= 7 ; Port C Data Direction Register bit 7 ; PINC - Port C Input Pins .equ PINC0 = 0 ; Port C Input Pins bit 0 .equ PINC1 = 1 ; Port C Input Pins bit 1 .equ PINC2 = 2 ; Port C Input Pins bit 2 .equ PINC3 = 3 ; Port C Input Pins bit 3 .equ PINC4 = 4 ; Port C Input Pins bit 4 .equ PINC5 = 5 ; Port C Input Pins bit 5 .equ PINC6 = 6 ; Port C Input Pins bit 6 .equ PINC7 = 7 ; Port C Input Pins bit 7 ; ***** PORTD *
in „Peter Danneggers Bootloader (fastboot) für AVR-GCC-Toolchain“ · Projekte & Code ·
-
PDF
DM6852HR_BDM610010026C.pdf
P designations mean. P8 D8 S8 P7 D7 S7 P6 D6 S6 P5 D5 S5 P4 D4 S4 P3 D3 S3 P2 D2 S2 P1 D1 S1 Figure 5 Power Output Interface Screw Terminal Pin Out (Edge View) S1 D1 P1 S2 D2 P2 S3 D3 P3 S4 D4 P4 S5 D5 P5 S6 D6 P6 S7 D7 P7 S8 D8 P8 Figure 6 Power Output
-
Datei
Thermometer_mit_3_RundanzeigenV2.1.bas
default use 10 for the SW stack $framesize = 40 'default use 40 for the frame space Config 1wire = Portc.3 ' DS18S20 on Port C.Pin3 Config Portd = Output 'Port D Ausgang für Motoren und LED Config Portc = Input 'PortC Eingang für Schalter, Lichtschranken, Tempsensor Config Portb.4 = Input Config Portb.0 = Output Config Portb.1 = Output Portc.0 = 1 'Pullups einschalten Portc.1 = 1 Portc.2 = 1 Portb.4 = 1 'Portb.4 auf low = Testbetrieb Rot Alias Portb.1 'Rot-Teil DuoLED Grün Alias Portb.0 'Grün-Teil DuoLED Kontakt1 Alias Pinc.0 'Kontakt 1 oder Reedschalter an Port C Pin0 Kontakt2 Alias
in „Atmega8 Thermometer mit Schrittmotoranzeige“ · Projekte & Code ·
-
Datei
popong.c
p1_pos = 2; p2_pos = 2; ballClock = 0; redraw_needed = 1; speed_counter = 0; current_speed = 3; outw(OCR1A,40000); } void ioinit(void) { /* Set port C and B0-3, B6-7, to internal pullup, B4-5 output */ outp(0x30
in „AvR ATMega16 PoNG [Hängt sich neuerdings auf?!]“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
R1610C.PDF
WR_n/BWSEL 8 Data Sheet Final Version 1.5 October 27, 2003 ® R1610C RDC RISC DSP Communication Fast Ethernet RISC Processor 3. Pin Description 3.1 PIN Placement 0 P 0 1 2 Q 4 5 M D D D E 1 1 3 J I I I E I I I G L D D D F / / / H / 3 2 1 0 3
in „Hilfe JTAG für IP Webcam ?“ · Mikrocontroller und Digitale Elektronik ·
-
PDF
802.3-2008_section2.pdf
and 8 Class A Class B Class C Class D C C C C C C a a a a a a t t t t t t 1 1 1 1 1 1 1 1 1 1 1 1 1 3 4 5 3 4 5 5 0 2 5 0 2 5 0 2 5 0 2 5 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 2 2 Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω 0 0 0 0 0 0 Ω Ω
in „Kommunikation uC mit PHY“ · Analoge Elektronik und Schaltungstechnik ·