搜索资源列表
clkk
- === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 STATUS EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU
uIP-AVR-0900[1]
- Here s the pin-to-pin listing from the AVR to the Packet Whacker module when using the External SRAM Interface: ATmega161 (External SRAM) Packet Whacker PortC A8-A12 SA0-SA4 PortA AD0-AD7 SD0-SD7 PortB
2005115105710443
- This file is a 点亮PORTD口上所有的灯 basic code
1_2
- 点亮PORTD口上所有的灯,要求定义状态寄存器地址,端口的数据寄存器地址和方向寄存器地址
24LC024 c程序
- 24LC024器件地址是1010000R/W. 2, 数组写入24LC024采取页写方式. 3, 数组code从24LC024读出时采取自由读方式. 4, 采用4.00M晶体。 5,采用软件I2C。 二、硬件连接: 1, SDA------->23 pin.(当然你可以任意选择脚位) 2, SCL------->18 Pin.(当然你可以任意选择脚位) 3, PORTD----->外接8个LED,显示读出的数据,
clkk
- === =时钟20:6=== === == 应先初始化状态寄存器 tx1714 EQU 7FFH PA EQU 05H PB EQU 06H PC EQU 07H PD EQU 20H IAR EQU 00H 间接寻址寄存器 TMR0 EQU 01H 定时器 STATUS EQU 03H 状态寄存器 BSR EQU 04H bank选择寄存器 PORTA EQU
2005115105710443
- This file is a 点亮PORTD口上所有的灯 basic code-This file is a lit PORTD mouth all the lights basic code
1_2
- 点亮PORTD口上所有的灯,要求定义状态寄存器地址,端口的数据寄存器地址和方向寄存器地址-PORTD I lit all the lights, require the definition of status register address, port data register address and register address direction
ad
- 使用实验板上PORTD上的八个LED 表示数据采集输入端的电压值,电压值越大,显示的LED数越多,且按顺序递增.-Experimental use of the eight on-board LED on PORTD said data acquisition input voltage value, the greater the voltage, the LED display a few more, and increase s
yyb_8x8
- 简易摇摇棒,8x8点阵,制作公开 硬件mega8l,8个led共阳极接到PORTD。3位拨码开关接到PINB2,PINB1,PINB0,选择显示内容,PINC4接方向开关,使得正反向摇动都显示正向字,每次显示4个8X8点阵汉字
adctoportd
- READ ABOUT ADC0 CHANNEL IN PIC18F452 AND WRITE DE RESULT IN PORTD
main
- Source code for MCC18 compiler. Runs BiPolar Stepper motor interfaced to PORTD when an interrupt is generated via PORTB 0 Pin by a push button.
max232
- 232vPORTA = 0x00 DDRA = 0x00 PORTB = 0x04 DDRB = 0x04 PORTC = 0x00 DDRC = 0x00 PORTD = 0x00 DDRD = 0x00 -232PORTA = 0x00 DDRA = 0x00 PORTB = 0x04 DDRB = 0x04 PORTC = 0x00
jian_yi_yao_yao_bang_bass_avr_mega8L
- 这是本人学习avr的一点成果吧{ 硬件mega8l,8个led共阳极接到PORTD。3位拨码开关接到PINB2,PINB1,PINB0,选择显示内容,PINC4接方向开关,使得正反向摇动都显示正向字,每次显示4个8X8点阵汉字(自己编制的),内附:原理图。实物图片,给有兴趣的朋友-This is my point to learn the outcome of avr bar (hardware mega8l, 8 Ge led
CH451
- 很强的ch4541汇编语言!CH451驱动数码管程序 //端口初始化 void port_init(void) { PORTA = 0x00 DDRA = 0x00 PORTB = 0x07 DDRB = 0x07 PORTC = 0x00 DDRC = 0x00 PORTD = 0x00 DDRD = 0x00 } //主函数 void
1
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define
4
- #include <mega8.h> #include <stdio.h> #include <delay.h> #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define
6
- #include <mega8.h> #include <stdio.h> #include <delay.h> #define TG PORTB.1 #define RF_Rx PIND.2 #define Busy PIND.3 #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD
8
- #define Mess1 PORTB.0 #define Mess2 PORTD.7 #define Mess3 PORTD.6 #define Mess4 PORTD.5 #define Mess5 PORTB.7 #define Mess6 PORTB.6 #define Buzzer PORTD.0 #define Zone1 PINC.0 #define Zone2 PINC.1
LED-PORTD-AVRtest
- avr 单片机PORTD 测试代码,自己亲自测试过的。-AVR microcontroller PORTD test code