搜索资源列表
IICC51
- I2C的驱动程序(包括头文件及底层的C子程序)-I2C drivers (including the first document and the bottom of the C subroutine)
I2Cinout
- pic-I2C的同步串行输入输出驱动程序
DS3231_Driver 高精度实时时钟芯片的驱动程序
- 高精度实时时钟芯片的驱动程序,采用I2C方式,包含.H和.C文件并由详细注释。-extremely accurate I2C real- time clock (RTC) with an integrated temperature-compensated crystal oscillator (TCXO) and crystal。the rar includ .H和.Cfile。
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
IIC
- 基于PIC18 的IIC驱动程序,master-reader模式-The IIC-based PIC18 drivers, master-reader mode
I2c-Eva
- 用并口模拟的I2C驱动程序,可以用来调试I2c设备,比如EEprom,Tuner等-A Evaluated program using 1284 Port
I2C
- LPC2148 IIC驱动程序,驱动EEPROM-LPC2148
i2c_51
- 基于8051单片机的模拟I2C驱动程序,使用keil c51编译-Based on 8051 simulated I2C driver, using the keil c51 compiler
C51commonlyusedassemblysubroutine
- C51常用汇编子程序:ACM-12864汉字液晶显示驱动程序,定时与中断类,Ad转换类,排序类,频率计,串行通信,代码运算类,DES算法演示,C51_table,I2c总线,IIC,键盘与显示类,交通灯,步进电机,电机控制,-C51 compilation of subprograms used: ACM-12864 character LCD driver, timer and interrupt class, Ad Conversion class, sort type, frequency
drv_I2C
- LPC2114 的I2C驱动程序,对其他LPC系列的芯片业也有实例作用-The driver Code for LPC2114 I2C
I2C_C-program
- C51单片机的 I2C总线驱动程序,可移植任意51单片机-C51 microcontroller I2C bus driver, any 51 single portable
I2C
- I2C总线驱动,将数据写入2C02的某个存储地址,在读取这个地址上的数据,判断程序是否正确-I2C bus driver to write data to a memory address 2C02, read the address on the data, determine whether the correct
lcd286i2c
- at24C02的驱动程序,I2C总线,经典断电保存-at24C02 the driver, I2C bus, classic power-off to save
c51i2
- I2C总线驱动程序(用两个普通IO模拟I2C总线) 包括100Khz(T=10us)的标准模式(慢速模式)选择-I2C bus driver (choose two general IO simulation I2C bus) 100Khz (T = 10us) standard mode (slow mode)
main
- 名称: I2C驱动程序 I2C驱动程序-名称: I2C驱动程序I2C驱动程序I2C驱动程序
I2C(AT24C01)
- C8051F020的IIC驱动程序,AT24C01-the source of C8051F020 IIC, AT24C01
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!
i2c_bh1750
- esp8266_驱动 BH1750 I2C 驱动程序-esp8266 BH1750 I2C the I2c Drivers
ds1388program
- ds1388程序 使用I2C协议进行通信,编程C语言驱动,IAR编译器 -ds1388 program uses I2C protocol to communicate, the programming language C drive, IAR Compiler
stm32f103_i2c_lm75a
- 基于STM32的LM75A温度驱动程序,I2C通信,串口打印,已经验证过,供大家参考!