搜索资源列表
AT24C0102_c
- at24c01,at24c02,c语言 源程序
AT24C02
- avr 单片机 I2C总线设计原代码c程序设计
AT24C02
- AT24C02的读写,连续读连续写程序,为c语言代码,经过实际应用的程序
AT24C02
- AT24C02 C语言驱动程序—LCD1602 显示
AT24C02
- AT24C02读写练习程序(C语言),入门学习单片机开发,常用源码!AT24C02读写练习程序(C语言)
I2C(EEPROM)
- 该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果
PT2314_1602_24C02_yaokong
- 音量控制芯片PT2314程序,带AT24C02记忆功能,红外遥控功能,编码器调节音量,LCD1602显示屏显示,按键扫描等功能-PT2314 chip volume control program, with AT24C02 memory function, infrared remote control encoder to adjust the volume, LCD1602 display shows key-scan functions
I2C
- I2C AVR单片机使用I2C总线的例子,AVR工作于I2C的主节点模式,包含两个例子 I2C.c 以单字节模式访问I2C总路线器件AT24C02的例子程序,从中可以学习I2C总线的工作过程 AT24C02.c 调用库函数对AT24C02进行读写,可以连续多字节读写。-Single-chip I2C AVR example of the use of I2C bus, AVR job in I2C master mode node, including two examples in
EEPROM(AT24C02)
- 用C写的基于单片机控制AT24C02 I2C串行总线EEPROM的读写程序。-Written by C MCU AT24C02 I2C serial bus EEPROM reading and writing process.
lcdandatc24c02
- AT24C02 C语言驱动程序通过LCD1602 显示所存放的内容 -AT24C02 C language LCD1602 display driver through the contents of the storage
at24c02
- at24c02的单片机程序,用c语言写的,看看把-microcontroller at24c02 procedures, using c language, and take a look at the
Readandwriteprocedures24C02
- AT24c02的读写和6位数码管动态显示的KEIL C语言演示程序 程序首先写入24C02中6位数据,然后从24C02中读出这6位数据并在数码管上显示-AT24c02 literacy and the six LED dynamic display of the KEIL C language demo program 24C02 write in the first 6 data, and then read from the 24C02 this six data and display
600
- 6个用c编程的单片机程序: 01 AT24C02写一个数据 02 LED动态显示12345678 03 LED从1加到100 04 9999秒表 05 红外接收 06 温度传感器--18b20数码显示-6 with c programming microcontroller program: 01 AT24C02 to write a data-02 LED dynamic display 12345678 03 LED added to 100,049,999 from
AT24C02_IIC
- 用C语言实现了IIC协议的访问接口,可以方便的操作AT24系列的EEPROM。-Using C language to implement the IIC protocol access interface, you can easily operate AT24 series EEPROM.
AT24C02
- stc51单片机的AT24c02例程 IIC总线 c语言 编程-stc51 SCM AT24c02 routine IIC bus c language programming
at24c02
- 单片机将按键次数写入at24c02中,然后从24c02中读取并送lcd显示,文件中包含单片机c程序和Proteus仿真图-at24c02 lcd mcu
AT24C02
- AVR单片机硬件环境下at24c02的C程序代码-AVR microcontroller hardware environment at24c02 the C code
at24c02
- 演示了单片机对at24c02的基本操作,c语言源码调试通过-Demonstrates the basic operation of the microcontroller on at24c02, c language source code debugging through
AT24C02
- 基于C51单片机的AT24C02驱动程序,可实现读写、页写等功能 -C51-based Microcontroller AT24C02 driver can achieve read and write, page write and other functions
IIC-AT24C02-C
- 对AT24C02的读写操作函数,显示到1602上,带有连续读写函数 To read and write AT24C02 operation function, to 1602, read and write with a continuous function