搜索资源列表
i2c总线协议(中文版)
- i2c总线协议(中文版),各位感兴趣的可以看看。-i2c Bus Protocol (Chinese version), you can see the interest.
LPT_I2C_ADuC
- CVI 环境,按照Analog公司提供的通信协议,利用并口模拟I2C总线.编写的ARM7内核芯片ADuC702x下载软件,-CVI environment, in accordance with the company's Analog Communication Protocol, Parallel simulation using I2C bus. prepared by the ARM7 core chips ADuC702x downloading software
driver-code
- 多点触摸电容屏android I2C总线协议驱动源代码-driver codes of Multitouch screen with android
progammingonline
- 详细说明利用并口模拟I2C总线协议,实现Myson MTV230芯片的在线编程(ISP)过程,以及利用PC机的串口通信实现Winbond W78E516B的在线编程(ISP)过程;阐述PC机的串口与并口在单片机开发中的应用。-Detailed descr iption of the use of parallel simulation of I2C bus protocol to achieve Myson MTV230 chip circuit programming (ISP) proces
i2cBUS
- I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序(verilog hdl)介绍操作一个I2C总线接口的EEPROM AT24C02 的方法,使用户了解I2C总线协议和读写方法。-The I2C bus is a very common serial bus, it is simple, occupy less interface. This program (verilog HDL) introduced operating a AT24C02 EEPROM of I2C
I2C
- verilog实现i2c在总线协议,包括主机和从机,很全面的,费了好大劲整理的-discr iption of i2c protocol
I2C-bus-specification
- NXP最新版IIC总线协议规范 , 有关IIC总线的所有内容全部包含在这个规范中-the latest IIC bus specification NXP ,include all about IIC BUS
I2C_highway
- 利用硬件描述语言verilog 按I2C总线协议编写了代码,是一个完整的工程,芯片设计中可以参考-Using the Hardware Descr iption Language Verilog according to the I2C bus protocol to write the code, is a complete project, the chip design can refer to
i2c_ee
- STM32-IIC 配置解说(原创)STM32 - I2C 简介 :I2C 总线接口连接微控制器和串行 I2C 总线。它提供多主机功能,控制所有 I2C总线特定的时序、协议、仲裁和定时。支持标准和快速两种模式,另外 STM32的 I2C 可以使用 DMA 方式操作。本文主要以一个实例来介绍 STM32-I2C 的配置方式和具体在工程中通过调用哪些库函数来实现 I2C 器件的通信。实例:写入数据到器件 AT24C02 并将存入的数据读出好,我们先来讲讲 STM32 I2C 模块的端口基本配置,由