CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 搜索资源 - pic slave

搜索资源列表

  1. DALI program

    0下载:
  2. DALI slave code(based on PIC chip)
  3. 所属分类:单片机(51,AVR,MSP430等)

  1. CC1100_WOR.rar

    4下载:
  2. CC1100的电磁波唤醒(WOR)应用。 休眠模式的主从机程序(WOR+地址校验) 单片机用STC12LE4052AD 无线模块用cc1101. 包括硬件原理图,用于测试串口及无线通信的测试程序 ,CC1100 of the electromagnetic wake-up (WOR) applications. Sleep mode master slave program (WOR+ address verification) MCU with STC12LE4052AD wir
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-09
    • 文件大小:2253451
    • 提供者:胡宁博
  1. tsl2561

    0下载:
  2. 该程序是pic单片机程序,里面含有主从单片机i2c通讯程序。开发环境就是pic单片机的那个专用开发环境。单片机c程序,仅供大家参考。-The program is pic Singlechip procedure, which contains a single-chip i2c master-slave communication procedures. Development environment that is dedicated pic SCM development environm
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-26
    • 文件大小:211735
    • 提供者:刘柱
  1. i2cExample

    0下载:
  2. I2C Example: Pseudo-code Master and Slave for PIC Microcontrolers (receives & transmits data).-I2C Example: Pseudo-code Master and Slave for PIC Microcontrolers (receives & transmits data).
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-04
    • 文件大小:3799
    • 提供者:silvi
  1. 2007620122911769

    0下载:
  2. i2c通讯实列介绍pic单片机i2c做为slave的代码-i2c communication real pic microcontroller i2c column describes the code as a slave
  3. 所属分类:SCM

    • 发布日期:2017-04-16
    • 文件大小:84373
    • 提供者:z
  1. I2C_Mast

    0下载:
  2. 从动iic 程序 c语言的,基于PIC 单片机 -Slave iic program c language, based on PIC microcontroller
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:3028
    • 提供者:牛伟
  1. Modbus

    1下载:
  2. modbus 从机控制程序,PIC单片机控制,正常工作-modbus slave control program, PIC microcontroller control, working
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-31
    • 文件大小:3620
    • 提供者:xbchen
  1. pic-iic-example

    2下载:
  2. PIC单片机处于主模式和从模式的IIC通讯源码-PIC microcontroller is in master mode and slave mode IIC communication source
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2014-09-25
    • 文件大小:255159
    • 提供者:李婧
  1. PICSerialSlave

    0下载:
  2. connecting A PIC id as slave in serial communication
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:11888
    • 提供者:saddam
  1. iics

    0下载:
  2. pic子和序。本程序实现IIC从动方式发送或接受2个字节数据。 入口参数:本机地址在SADR中,待发送的数据在SOUH:SOU中。 出口参数:接收到的数据在SOUH:SOU中。 占用资源:W,STATUS,024H,025H,028H,029H,07FH,07EH,17FH,SSP模块,1重堆栈。 说明: 1.使用该程序需在中断入口程序中填入如下两条指令-pic child and order. The program realization IIC slave send
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:1078
    • 提供者:linqiaoli
  1. pic_spi

    0下载:
  2. pic16F887的的键盘采集+数码显示模块,spi从动方式例子-pic16F887' s keyboard collection+ digital display module, spi slave mode example
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:68965
    • 提供者:taozl
  1. folder

    0下载:
  2. microchip pic based example to i2c slave interface.
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:10985
    • 提供者:upul
  1. mbus_slave_test

    0下载:
  2. this code is for modbus slave for pic microcontroller and communicates with pc via rs485
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:1074
    • 提供者:sweden online
  1. CANopen

    0下载:
  2. PIC单片机下得CANopen从站协议。谢谢大家支持-PIC Microcontroller was CANopen slave protocol. Thank you for support
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:849602
    • 提供者:孔聆宇
  1. CE145_I2C_Slave_120309

    0下载:
  2. i2c slave for pic controller
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-31
    • 文件大小:33678
    • 提供者:a
  1. PICPSPI

    0下载:
  2. 用SPI总线将两块实验电路板连接起来。作为SPI主机的PIC单片机读取其所在的实验电路板上的按键值,判断6只按键中的哪一只被按下,并将按键的编号通过SPI总线发送给作为从机的PIC单片机。从机得到按键编号后点亮从机所在电路板上对应的发光二极管,并将受到的按键编号重新发还给主机,主机受到后也将所在电路板上对应的发光二极管点亮。-Two breadboard connection with the SPI bus. Read key value of its experimental circuit
  3. 所属分类:SCM

    • 发布日期:2017-12-01
    • 文件大小:92132
    • 提供者:王勇
  1. Pic16F1829_i2c

    0下载:
  2. pic16f1829的i2c通信.一个pic做从机另一个做主机,主从都是硬件操作没有用软件模拟。主机发送一个值用于调整从机的pwm。-I2C communication pic16f1829. A pic from another host, master and slave are hardware operation without the use of simulation software.The host sends a value used to adjust from the ma
  3. 所属分类:Other Embeded program

    • 发布日期:2017-11-11
    • 文件大小:486459
    • 提供者:吕旭林
  1. 7

    0下载:
  2. 用SPI总线将两块实验电路板连接起来。作为SPI主机的PIC单片机读取其所在的实验电路板上的按键值,判断6只按键中的哪一只被按下,并将按键编号通过SPI总线发送给作为从机的PIC单片机。从机得到按键编号后点亮从机所在电路板上对应的发光二极管,并将收到的按键编号重新发还给主机。主机收到后也将所在电路板上对应的发光二极管点亮。-Two breadboard connection with the SPI bus. Read key value of its experimental circuit
  3. 所属分类:SCM

    • 发布日期:2017-12-05
    • 文件大小:84841
    • 提供者:李宁
  1. PIC-examples-25-30

    0下载:
  2. PIC examples: 21 Alarm and Rotate Light === 30 Parallel Slave Port Read and Write Test
  3. 所属分类:SCM

    • 发布日期:2017-04-30
    • 文件大小:120257
    • 提供者:sc
  1. MASTER-SLAVE

    0下载:
  2. pic programa comunicacion spi
  3. 所属分类:其他嵌入式/单片机内容

    • 发布日期:2017-12-25
    • 文件大小:104448
    • 提供者:Rigo
« 12 »
搜珍网 www.dssz.com