CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - PORTD

搜索资源列表

  1. clkk

    0下载:
  2. === =时钟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 05H I/0端口寄存器 PORTB EQU 06
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:1179
    • 提供者:frankyq
  1. uIP-AVR-0900[1]

    0下载:
  2. 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 Pin 0 RSTDRV PortD RD, WR
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:62553
    • 提供者:逸天
  1. 2005115105710443

    0下载:
  2. This file is a 点亮PORTD口上所有的灯 basic code
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:45659
    • 提供者:as
  1. 1_2

    0下载:
  2. 点亮PORTD口上所有的灯,要求定义状态寄存器地址,端口的数据寄存器地址和方向寄存器地址
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:973
    • 提供者:林新宇
  1. 24LC024 c程序

    0下载:
  2. 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,显示读出的数据,在这里,读出的刚好是一个闪动的流水灯状态。
  3. 所属分类:编译

    • 发布日期:2009-05-16
    • 文件大小:3792
    • 提供者:sunwenjie88888
  1. ad

    0下载:
  2. 使用实验板上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 sequentially.
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:1807
    • 提供者:
  1. yyb_8x8

    0下载:
  2. 简易摇摇棒,8x8点阵,制作公开 硬件mega8l,8个led共阳极接到PORTD。3位拨码开关接到PINB2,PINB1,PINB0,选择显示内容,PINC4接方向开关,使得正反向摇动都显示正向字,每次显示4个8X8点阵汉字
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:179862
    • 提供者:Jianjun
  1. adctoportd

    0下载:
  2. READ ABOUT ADC0 CHANNEL IN PIC18F452 AND WRITE DE RESULT IN PORTD
  3. 所属分类:assembly language

    • 发布日期:2017-04-28
    • 文件大小:12920
    • 提供者:Gilberto
  1. main

    0下载:
  2. 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.
  3. 所属分类:SCM

    • 发布日期:2017-04-02
    • 文件大小:738
    • 提供者:gagan
  1. max232

    0下载:
  2. 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 DDRC = 0x00
  3. 所属分类:软件工程

    • 发布日期:2016-12-23
    • 文件大小:229981
    • 提供者:文风
  1. jian_yi_yao_yao_bang_bass_avr_mega8L

    0下载:
  2. 这是本人学习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 a total of anode received PORT
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:40413
    • 提供者:wabg
  1. CH451

    0下载:
  2. 很强的ch4541汇编语言!CH451驱动数码管程序 //端口初始化 void port_init(void) { PORTA = 0x00 DDRA = 0x00 PORTB = 0x07 DDRB = 0x07 PORTC = 0x00 DDRC = 0x00 PORTD = 0x00 DDRD = 0x00 } //主函数 void main(void) { port_init()
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:3649
    • 提供者:zhangzhao
  1. 1

    0下载:
  2. #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 Busy PIND.3 #define Mess1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-08
    • 文件大小:35175
    • 提供者:Mohammad_zamani
  1. 4

    0下载:
  2. #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 Busy PIND.3 #define Mess1
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:11367
    • 提供者:Mohammad_zamani
  1. 6

    0下载:
  2. #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.6 #define Mess4 PORTD.5 #
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1878
    • 提供者:Mohammad_zamani
  1. 8

    0下载:
  2. #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 #define Zone3 PINC.2 #defin
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:8966
    • 提供者:Mohammad_zamani
  1. 3

    0下载:
  2. 用于令与PORTD口相连的8个发光二极管前4个点亮,后4个熄灭。在调试程序前,应使与PORTD口相连的8位拔码开关拔向相应的位置。-I used to make and PORTD LEDs connected to the eight first 4 lights out after 4. In the debugging process, should make PORTD I connected with the 8-bit code switch pulled to pull the c
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1185
    • 提供者:周晓芹
  1. switchinput

    0下载:
  2. 该程序用于开关量的输入,并显示在与D口相连的LED上,S1~S8分别控制Q1~Q8,开关量采用SPI方式通过74HC165输入,在调试程序时必须把8位的拔码开关拔向相应的位置,即把8个LED接到PORTD口上 -The program used to switch the amount of input, and display associated with the LED on port D, S1 ~ S8 are controlled Q1 ~ Q8, switching capac
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:3733
    • 提供者:fisher
  1. A9127732FTV3

    0下载:
  2. 利用Atmega64 PORTE7 检测热敏电阻值,及利用PortC数据口PortD控制口 1602LCM显示结果,PORTA键盘设置参数.-Using Atmega64 PORTE7 detection thermistor value, and the use of PortC data port PortD control port 1602LCM displayed, PORTA keyboard to set parameters.
  3. 所属分类:SCM

    • 发布日期:2017-04-07
    • 文件大小:4871
    • 提供者:Evan Pu
  1. LED-PORTD-AVRtest

    0下载:
  2. avr 单片机PORTD 测试代码,自己亲自测试过的。-AVR microcontroller PORTD test code
  3. 所属分类:SCM

    • 发布日期:2017-11-12
    • 文件大小:30001
    • 提供者:shangguan
« 12 3 »
搜珍网 www.dssz.com