搜索资源列表
I2C_connect
- I2C总线对硬件系统中进行器件的连接控制,I/O资料的占用
CAT24WC.rar
- 文件名:CAT24WC02.C * 功能:使用LPC2200模拟EEPROM器件CAT24WC02。LPC2200具有硬件I2C接口,使用其从方式进行 * I2C器件模拟,本例使用了256字节的RAM作为存储单元。 * 说明:将跳线器JP5断开,然后与主机连接(连接信号为P0.3、P0.2、GND,要接总线上拉电阻)。
STM32的硬件I2C比较难用
- STM32的硬件I2C比较难用,此模拟I2C可以实现其功能,但速度不及硬件。-STM32 more difficult to use the hardware I2C, I2C this simulation can achieve its function, but the speed is less than the hardware.
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
mpu-6050
- MPU-6000(6050)为全球首例整合性6轴运动处理组件,相较于多组件方案,免除了组合陀螺仪与加速器时之轴间差的问题,减少了大量的包装空间。MPU-6000(6050)整合了3轴陀螺仪、3轴加速器,并含可藉由第二个I2C端口连接其他厂牌之加速器、磁力传感器、或其他传感器的数位运动处理(DMP: Digital Motion Processor)硬件加速引擎,由主要I2C端口以单一数据流的形式,向应用端输出完整的9轴融合演算技术-MPU-6000 (6050) is the world'
I2Cruanjianbao
- LPC2200系列ARM单片机硬件I2C软件包,包含.H和.文件。注意配置好硬件。-LPC2200 Series ARM Single-chip I2C hardware package, including. H and. Documents. Note configured hardware.
WR24C256
- 使用硬件I2C对E2PROM进行操作,利用中断方式操作。-Use the hardware I2C on the E2PROM to operate, the use of interrupt operation.
TQ6050_i2c_avr_c
- avr的时钟芯片c语言程序,i2c硬件接口。子程序可能通用E方-avr of the clock chip c language program, iic interface. can use in EEPROM
i2c
- 通用I2C通信协议,实力的是以MSP430为硬件平台设计的-Universal I2C communication protocol, the strength of the hardware platform is designed for the MSP430
I2C
- LPC1114-I2C,I2C库函数及基本使用方法,软件及硬件模式-LPC1114-I2C, I2C library functions and basic use of software and hardware mode
msp430f2619
- 总共包括15种实验源代码,DMA实验 DCO操作实验 硬件乘法器实验 WDT操作实验 16定时器操作实验 I2C通讯操作实验 红外通讯IrDA操作实验 低功耗实验 FLASH实验 UART操作实验等等,是学习MSP430单片机的好例程-A total of 15 kinds of experimental source code DCO operation, the DMA experiment experimental hardware multiplier experimental WDT
Pic16F1829_i2c
- 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
tuoluoyizxiang
- 硬件I2C(TWI)协议,串口显示(只显示Z方向加速度数据)-Hardware I2C (TWI) protocol, serial display (display only the Z-direction acceleration data)
pic16f877I2C
- 以PIC16F877为硬件平台,采用汇编语言编写的I2C模拟程序-i2c PIC16F877
msp430f5438a_at24cxx
- MSP430F5438A系列的硬件I2C,驱动存储芯片AT24C04模块,程序完全使用I2C的硬件,绝非软件模拟I2C协议,亲测成功!-MSP430F5438A series of hardware drive I2C, memory chip AT24C04 module, process full use of I2C hardware, not software simulation I2C agreement, dear measured success!
I2Ctool
- 硬件完成的RS232转I2C电路,没有MCU,用PC232端口直接访问,速度快,电路简单。-RS232 to I2C hardware to complete the circuit, there is no MCU, direct access to the port with PC232, fast, simple circuit.
i2c_ee
- STM32 硬件I2C读写24CXX程序-STM32 hardware I2C R&W 24CXX program
STM32-I2C
- STM32硬件读写I2C,比用IO读写方便多了-STM32 wirte or read I2C
8_EEPROM_TEST
- EEPROM测试程序,用来测试I2C启动方式硬件情况-EEPROM test procedure used to test the startup mode I2C hardware case
STM32F10x_硬件I2C从机(接收数据 - 中断方式)
- 实现STM32F103单片机作为主机与其他单片机进行通信(STM32F103 microcontroller as a host to communicate with other microcontrollers)