CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - at24c
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - at24c - List
[
Other resource
]
IICNET1.A51
DL : 0
at24c512 at24c1024 at24c16 at24c64 at24c32 等iiceeprom读写通用程序。-at24c512 at24c1024 at24c16 at24c64 at24c 32 other common procedures iiceeprom literacy.
Update
: 2008-10-13
Size
: 3.16kb
Publisher
:
ruihenghu
[
Other resource
]
AT24C02
DL : 0
硬件模块代码,用于片上系统设计,完成对AT24C系列存储芯片的读写
Update
: 2008-10-13
Size
: 2.05kb
Publisher
:
lifeng
[
Other resource
]
armok0143632
DL : 0
AT24C读写程序,51源代码,很方便的读写程序
Update
: 2008-10-13
Size
: 210.54kb
Publisher
:
何超齐
[
Other
]
at24c
DL : 0
AT24系列驱动程序 没装压缩程序 使用时直接把RAR后缀改成C即可
Update
: 2008-10-13
Size
: 6.39kb
Publisher
:
好学
[
Other resource
]
AT24C系列EEPROM驱动程序
DL : 0
IIC的EEPROM AT24C系列的操作源码,C语言实现,经典程序,可直接作为模块文件调用,已验证.-IIC EEPROM AT24C series of operational source code, C language, classical procedures, as modules can directly document called proven.
Update
: 2008-10-13
Size
: 8.22kb
Publisher
:
杨波
[
Documents
]
msp430定时器
DL : 0
IIC总线的都可以用,注意要是用在AT24C系列的EEPROM 是要添加一定的延时程序~ 比较简洁的程序:
Update
: 2011-11-24
Size
: 39.5kb
Publisher
:
861952403@qq.com
[
Embeded-SCM Develop
]
at24cxxw
DL : 0
24CXX的读写操作-qi read and write operation
Update
: 2025-02-17
Size
: 1kb
Publisher
:
陶先生
[
SCM
]
at24c64
DL : 0
AT24C64 Keil C 代码-AT24C64 Keil C code
Update
: 2025-02-17
Size
: 1kb
Publisher
:
辛慧
[
Embeded-SCM Develop
]
AT24C_prog
DL : 0
AT24Cxx I2C EEPROM 驱动程序--EEPROM driver program for AT24Cxx I2C.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
吴浩铭
[
SCM
]
AT24C系列EEPROM驱动程序
DL : 0
IIC的EEPROM AT24C系列的操作源码,C语言实现,经典程序,可直接作为模块文件调用,已验证.-IIC EEPROM AT24C series of operational source code, C language, classical procedures, as modules can directly document called proven.
Update
: 2025-02-17
Size
: 8kb
Publisher
:
杨波
[
SCM
]
I2C AT24C02
DL : 0
本文件是一个E2PROM的应用程序, 大家可以根据自己的需要进行更改, 以满足不同的需要.-This document is an E2PROM applications, we can according to their need for changes to meet different needs.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
东东
[
SCM
]
at24c16
DL : 0
对初学者非常有用的24C16程序,我就是从这个程序开始的- To the beginner extremely useful 24C16 procedure, I am start from this procedure
Update
: 2025-02-17
Size
: 1kb
Publisher
:
张裕峰
[
Com Port
]
I2C AT24C02控制)
DL : 0
以at24xx为例,向你详细的再现了I2C编程的方法和思想,依此类推,你可以掌握更多的I2C硬件编程-to at24xx as an example to you, detailed reproduction of I2C programming methods and thinking, and so on, you can grasp more hardware I2C programming
Update
: 2025-02-17
Size
: 3kb
Publisher
:
陈全胜
[
assembly language
]
At24c
DL : 0
IIC 24读写的源码 有详尽的口线控制,用EMC 61000IC 和其开发环境,具体不明白可MAIL 本人讨论-IIC 24 to read and write the source code there is a detailed control of the mouth line, using EMC 61000IC and its development environment, specifically I do not understand can be discussed MAIL
Update
: 2025-02-17
Size
: 5kb
Publisher
:
sunny
[
SCM
]
at24c
DL : 0
嵌入式得例程和eeprom在AVR中的运用,-Embedded EEPROM in a routine and the use of AVR,
Update
: 2025-02-17
Size
: 251kb
Publisher
:
wonder
[
Embeded-SCM Develop
]
AT24C
DL : 0
at24c.c 自己写的,也带有proteus.方便大家学习-at24c.c it is my self!!
Update
: 2025-02-17
Size
: 34kb
Publisher
:
asd
[
Driver Develop
]
zongxian
DL : 0
总线编程 AT24C系列E2PROM芯片地址的固定部分为1010,A2、A1、A0引脚接高、低电平后得到确定的3位编码。-Bus Programming AT24C Series E2PROM chip address for the fixed part of 1010, A2, A1, A0 then pin high, low-level to be determined after the three coding.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
将军
[
Other Embeded program
]
I2C(EEPROM)
DL : 0
该驱动程序库包含了I2C总线基本时序以及AT24C系列EEPROM的读写函数。 还包含了常用数据格式变量的保存、读取函数。除了字节读写之外,还可以很方便的向EEPROM里写入和读出整型、浮点数、长整型格式的数据。 要使用该库函数,需要将本文件(AT24C02.c)添加进工程,并在需要调用函数的文件开头处包含"AT24C02.h" 演示程序向AT24C02存储器内部保存1字节、整型数据、长整型数据和 浮点型数据,再将他们依次读出,结果用超级终端显示。如果硬件正确, 屏幕的显示将和存入数值一致。-The driver repository contains basic timing and AT24C I2C bus EEPROM series and function. Also contains a common data format of variables, read function. Besides, still can read bytes With very convenient to EEPROM in written and read an integer, floating-point and long integer data formats. To use this library function, need to be AT24C02 (c), documents, and add to the project document begins to a function call in AT24C02 contain "h". AT24C02 demo internal storage, preservation 1 byte data, long integer data and Floating point Numbers, then they will turn out, with super terminal display results. If correct, the display screen hardware and deposit numerical consistent.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
马海峰
[
SCM
]
EEPROM
DL : 0
单片机读写EEROM 存储器 AT24C系列程序-MCU memory AT24C series of procedures to read and write EEROM
Update
: 2025-02-17
Size
: 6kb
Publisher
:
李勇
[
Other Embeded program
]
EEPROM
DL : 0
8051读写EEPROM,AT24C系列EEPROM的读写程序-8051 read write EEPROM
Update
: 2025-02-17
Size
: 28kb
Publisher
:
LXM
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.