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

搜索资源列表

  1. icc_m

    0下载:
  2. atmega16 i2c通讯主模块程序,通过按键发送到SDA上。-atmega16 i2c main module of communication procedures, through the key is sent to the SDA.
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-06
    • 文件大小:2369
    • 提供者:dingfeng
  1. VI2C_ASM

    0下载:
  2. 虚拟I2C总线汇编程序软件包 I2C 软件包的底层子程序,使用前要定义好SCL和SDA。在标准80C51模式(12 Clock)下,对主频要求是不高于12MHz(1个机器周期1us)若Fosc>12MHz,则要增加相应的NOP指令数。在使用本软件包时,请在你的程序的未尾加入$INCLUDE (VI2C_ASM.ASM)即可。-Virtual I2C-bus assembler package I2C Subroutine the bottom of the package, use t
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:27566
    • 提供者:lsc2000
  1. VI2C_C51

    1下载:
  2. MCS-51单片机模拟I2C软件包本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义 好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz(即1个 机器周期1us) 若Fosc>12MHz则要增加相应的NOP指令数。(总线时序符合I2C标 准模式,100Kbit/S)-MCS-51 Single-chip I2C simulation package
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6087
    • 提供者:HUANGNANPING
  1. I2c

    0下载:
  2. I2C程序模块 I2C 程序,SCL,及 SDA 在主程序中定义为 MCUIO-I2C Module I2C procedures, SCL, and SDA in the main program is defined as at MCUIO
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-29
    • 文件大小:132517
    • 提供者:艾敏
  1. usb_i2cmonitor

    0下载:
  2. 用于监视I2C通信总线,反馈至PC显示,其中PA0为SCL,PA1为SDA,支持400kbps/100kbps两种I2C通讯模式-I2C communication bus for monitoring, feedback to the PC show for the PA0 one of SCL, PA1 for the SDA, to support the two I2C communication mode 400kbps/100kbps
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-21
    • 文件大小:6133851
    • 提供者:jacky
  1. 3

    0下载:
  2. 在微机上模拟I2C总线的设计中,用并行口的D0(PIN2)模拟SCL信号,用D1(PIN3)模拟SDA信号。根据IIC总线的电平规范 -Computer simulation on the design of I2C bus with a parallel port D0 (PIN2) Analog SCL signal, with D1 (PIN3) Analog signal SDA. According to the IIC bus specification level
  3. 所属分类:SCM

    • 发布日期:2017-04-12
    • 文件大小:726
    • 提供者:sunxiaoyan
  1. ASM

    0下载:
  2. 本模拟I2C软件包包含了I2C操作的底层子程序,使用前要定义好SCL和SDA。在标准8051模式(12 Clock)下,对主频要求是不高于12MHz-The simulation package includes I2C bottom I2C operation subroutine, before the definition of a good use of SCL and SDA. 8051 in standard mode (12 Clock), the requirements for
  3. 所属分类:SCM

    • 发布日期:2014-06-06
    • 文件大小:13944
    • 提供者:郭小娟
  1. i2c

    0下载:
  2. I2C driver for PIC, PICC compiler - bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector -I2C driver for PIC, PICC compiler- bitbanged. Needs pull-up resistor on SCK and SDA and ports set for open collector
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-07
    • 文件大小:1296
    • 提供者:anakron
  1. booksearchView

    0下载:
  2. 该程序实现全国普通高校的图书馆的图书管理,非常的不错-DFF SDA FSDF AS FS FAS FGDFGDGFDGDFG FG DGDFG GF GDFG G DF DF GF DF
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:2434
    • 提供者:guansheng
  1. tuner

    0下载:
  2. 89c51控制I2C电视高频头今天成功制作了用89c51控制I2C电视高频头LCD显示。先做好51的最简单系统,然后P3口LCD,P2.0,P2.1,P2.2分别接LCD的R/S,R/W,E。P0.0,p0.1分别接高频头的SCL,SDA。-89c51 TV Tuner I2C control a successful production today with I2C control 89c51 TV tuner LCD display. 51 to do the most simple sy
  3. 所属分类:assembly language

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

    0下载:
  2. SDA EQU P1.7 数据线 SCL EQU P1.6 时钟线 ZJKZ EQU 31H 发送、接收数据位数计数器 DATAK EQU 32H X9221A的参数 INSTE EQU 33H X9221A的指令 (I3I2I1I0 0 P0 R1 R0) 例如R0增大或减小用 MOV INSTE,#0C0H 向第0个电位器的R0寄存器写指令 MOV DATAK,#63 (0 0 D5 D4 D3 D2 D1 D0) LCALL XWCR(或XSJCQ
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:1901
    • 提供者:sun
  1. uv916hex

    0下载:
  2. An RS232 port controls a TSA5512 via a PIC16F84 This allows a TV tuner to be scanned across its full range. 4MHz crystal for the PIC, the tuner has it s own internal crystal. Use a MAX232 for level shifting. SCL RB6 SDA RB5 Din RA1 Dout
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:759
    • 提供者:Nev
  1. wanqu

    0下载:
  2. 材料力学弯曲计算, 材料力学弯曲计算,材料力学弯曲计算-wanqujisuan wanqujiauanjlsdjfl sadkf sdkf ksdfksd kfsdkfsdkflksd fksdkf sfksdlkf sda
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-10
    • 文件大小:541
    • 提供者:chenhao
  1. sda55xx_design_guide_2an

    0下载:
  2. Micronas SDA 55xx TVText Pro Design Guide。 micronas公司的tv teletext设计资料,做电视机图文方案的很好参考-Micronas SDA 55xx TVText Pro Design Guide. micronas the company' s tv teletext design information graphics program to do a good TV Reference
  3. 所属分类:Project Design

    • 发布日期:2017-04-05
    • 文件大小:338101
    • 提供者:wisebear
  1. C51

    0下载:
  2. 【实验题目】 PCF8563时钟 【实验目的】 学习PCF8563时钟/日历芯片的基本原理。 学习I2C总线的基本概念。 【硬件接法】 PCF8563芯片的SCL接P1.6,SDA接P1.7 另外,时钟可通过数码管显示 【实验步骤】 用跳线帽短接JP15。 ISP下载开关扳到“10”,用Flash Magic软件下载程序文件“PCF8563.hex”,运行。 做完实验后,拔去跳线帽JP15。 【运行效果】 数码管显示出预设的的
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:41696
    • 提供者:lieng
  1. Zuoye2

    0下载:
  2. 随即生成十个数进行排序 用了APPLET来实现功能 只是一个小程序-this is a little program sda fas fsfs fsad
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:568
    • 提供者:在路上
  1. 24c256_Diver

    0下载:
  2. #include <reg52.h> #include <intrins.h> #define ERROR 10 //允许出错次数 sbit SDA=P3^3 sbit SCL=P3^4 sbit LED=P1^7 enum eepromtype {AT2401,AT2402,AT2404,AT2408,AT2416,AT2432,AT2464,AT24128,AT24256} enum eepromtype enumer u
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:2759
    • 提供者:Tnavy
  1. jpxs

    0下载:
  2. 取键值程序 功能:等待键入,并刷新显示,并返回键值放 A 占用: PSW,A,DPTR,R0,R2,R3,R4,R6,R7 入口:无 出口: A ORG 0190H WAT_KB: MOV R0,#3FH WAT_0: ACALL DISP_0 刷新显示器 ACALL T_KB JZ WAT_0 无键 , 循环 ACALL KEY_LD 延时消抖-#include<reg51.h> #include<intrins.h> #define uchar unsigne
  3. 所属分类:SCM

    • 发布日期:2016-01-26
    • 文件大小:582
    • 提供者:lgp
  1. MSP430_IO_to_I2C

    0下载:
  2. I2C总线是双向、两线(SCL、SDA)、串行、多主控(multi-master)接口标准,具有总线仲裁机制,非常适合在器件之间进行近距离、非经常性的数据通信。在它的协议体系中,传输数据时都会带上目的设备的设备地址,因此可以实现设备组网。-MSP430 commom IO port implement I2c
  3. 所属分类:OS Develop

    • 发布日期:2017-03-28
    • 文件大小:4212
    • 提供者:Mr. kong
  1. SDA

    0下载:
  2. API Interception via DLL Rdirection
  3. 所属分类:Windows CE

    • 发布日期:2017-03-29
    • 文件大小:18278
    • 提供者:TT
« 1 2 3 45 6 7 8 9 10 11 »
搜珍网 www.dssz.com