Welcome![Sign In][Sign Up]
Location:
Search - I2C EEPROM Interface

Search list

[VxWorks6个c文件

Description: 其中包括88796网卡驱动、mbmflash驱动、i2c接口的eeprom驱动、oki的ml9620can网卡驱动、扩展的串口驱动源代码。适用于moto的ppc8××系列在vxworks环境下。-Including the 88,796 card-driven, mbmflash driver, i2c EEPROM driver interface, oki the ml9620can card-driven, scalable serial driver source code. Moto for the ppc8 × × series in VxWorks environment.
Platform: | Size: 75776 | Author: 马华 | Hits:

[SCMi2csimforpic

Description: 利用PIC单片机端口模拟I2C总线访问各种I2C标准接口芯片.-using PIC microcontroller ports simulation I2C bus to visit various standard I2C interface chip.
Platform: | Size: 2048 | Author: 谭晓波 | Hits:

[SCMAT24c08

Description: 用PIC单片机的I2C接口读写片外EEPROM(AT24C08,也可以直接用到AT24C01/02/04/16)-PIC microcontroller with the I2C interface writable EEPROM chip (AT24C08. can be used directly AT24C01/02/04/16)
Platform: | Size: 1024 | Author: 邓国理 | Hits:

[VHDL-FPGA-Verilogvhdl_i2c

Description: 7. IIC 接口EEPROM 存取实验 按动开发板键盘某个键CPLD 将拨码开关的数据写入EEPROM 的某个地址,按动另 外一个键,将刚写入的数据读回CPLD,并在数码管上显示。帮助读者掌握I2C 的总线协 议和EEPROM 的读写方法。-7. IIC EEPROM Access Interface Development Board experimental pressed a button keyboard CPLD code will go into the data switch E EPROM a certain address, pressed another button, just write the data back to reading CPLD, and the digital pipe show. To help readers master the I2C bus protocol and EEPROM read and write methods.
Platform: | Size: 419840 | Author: 赵海东 | Hits:

[SCME-lock

Description: 本文介绍了一种电子密码锁的实现。该电子密码锁采用1一wire总线芯片Ds2401作为密匙,锁体采用高可靠性的单片机PIC16c63来完成密码识别和开锁控制,用I2C总线接口的EEPROM 芯片AT24c02来完成密码的存储和修改,可 掉电保存密码。整个系统安全可靠,稳定性高。-This paper introduces an electronic code lock realize. The electronic locks used one chip one wire bus Ds2401 as key, lock body for high reliability PIC16C63 microcontroller identification and password to complete the unlock control, with I2C bus interface EEPROM chip AT24C02 to complete the password storage and revised down to save the password. The entire system is safe and reliable, high stability.
Platform: | Size: 128000 | Author: zhaozhenyu | Hits:

[assembly languageAT24C512

Description: I2C接口EEPROM——AT24C512-I2C interface EEPROM- AT24C512
Platform: | Size: 3072 | Author: Anping | Hits:

[SCMI2C_EEPROM_AT24C512

Description: I2C接口的EEPROM——AT24C512,keilC51开发环境-I2C interface EEPROM- AT24C512, keilC51 Development Environment
Platform: | Size: 3072 | Author: 丁佳 | Hits:

[SCMDRIVERS

Description: 该压缩包内还有51单片机常用各类外设驱动C程序源码(128*64点阵屏,DS18B20温度芯片,I2C,DS1302时钟芯片,AT24C16(I2C接口)及X5045P(SPI接口)EEPROM等等),每个都绝对可用。每个驱动程序都有一个C文件和对应的H文件,文件名即为驱动芯片类型。-The compressed package of 51 common types of single-chip peripherals drive C program source code (128* 64 dot matrix screen, DS18B20 temperature chip, I2C, DS1302 clock chip, AT24C16 (I2C interface) and X5045P (SPI Interface) EEPROM and so on), each is absolutely available. Each driver has a C file and the corresponding H file, the file name is the type of driver chips.
Platform: | Size: 19456 | Author: legend | Hits:

[Embeded-SCM DevelopTEA5767_C51

Description: 用到飞利浦的TEA5767的收音机模块,SP3767和TEA5767完全兼容 TEA5767采用I2C或者三线接口控制,我是用的I2C,单片机用STC89C52,带1K EEPROM,可以掉电存台,1602LCD显示,这里只给了TEA5767的控制程序, TEA5767读写数据都是5个字节,其中PLL参数14位.-Philips TEA5767 use of the radio module, SP3767 and TEA5767 fully compatible with TEA5767 used I2C or three-wire interface control, that I am using the I2C, single-chip with STC89C52, with 1K EEPROM, can be kept down to Taiwan, 1602LCD show here TEA5767 only to the control procedures, TEA5767 to read and write data is 5 bytes, which PLL parameters 14.
Platform: | Size: 1024 | Author: lizhendong | Hits:

[DSP programeeprom

Description: DSP2407 I2C接口的串行EEPROM操作程序代码。c语言,可以通用-DSP2407 I2C serial EEPROM interface operational procedures code. c language, can be generic
Platform: | Size: 28672 | Author: 宋海滨 | Hits:

[Other Embeded program24LC256

Description: this is source file mcs51 interface with i2c eeprom c use keil-this is source file mcs51 interface with i2c eeprom c use keil
Platform: | Size: 4096 | Author: pungpond | Hits:

[Communication-Mobilei2c

Description: i2c 一个基于 对 EEPROM 读写数据的数据接口-i2c interface
Platform: | Size: 19456 | Author: linhai | Hits:

[VHDL-FPGA-Verilogverilog

Description: 通过I2C接口读写EEPROM 在本项目中,我们利用Verilog HDL实现了部分I2C总线功能,并能够通过该总线对AT24C02进行读写操作。为了便于观察读写eeprom的结果,我们将读写的数据同时显示在七段数码管上,并设定读写的数据从0到255不断循环,这样就可以方便进行比较。 -Through the I2C interface to read and write EEPROM in this project, we use Verilog HDL to achieve some of the I2C bus function, and can be carried out through the bus, read and write operations on the AT24C02. To read and write eeprom in order to facilitate observation of the results, we will read and write data simultaneously displayed in the seven-segment digital tube, and set read and write data from 0 to 255 in cycles, so that can be easily compared.
Platform: | Size: 8192 | Author: andy | Hits:

[Com Porti2cBUS

Description: 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 bus interface Methods, users understand the I2C bus protocols and reading methods.
Platform: | Size: 549888 | Author: lipuran | Hits:

[Embeded Linuxi2c-eeprom-090804

Description: linux下读写EEROM的应用程序,I2c接口的,应用linux自带的I2C驱动-to read and write EEROM under linux applications, I2c interface, the application comes with I2C driver linux
Platform: | Size: 14336 | Author: 流域 | Hits:

[Other Embeded programCE119_1

Description: I2C eeprom interface
Platform: | Size: 16384 | Author: Christo | Hits:

[SCMpro

Description: 单片机控制远程温度测量存储显示系统,包含单总线接口芯片(DS18b20)、I2C总线(2线\EEPROM芯片24LC02)、SPI总线(3线或4线\实时时钟S35190A)标准C语言接口代码,以及图形液晶和串口代码,是单片机系统开发的实用程序集合,具有很高的参考价值-Controlled storage Display System remote temperature measurement, including a single bus interface chip (DS18b20), I2C bus (2 lines \ EEPROM chip 24LC02), SPI bus (3-wire or 4-wire \ real-time clock S35190A) standard C language interface code, and graphics LCD and serial code, is a single chip set utility systems development, with a high reference value
Platform: | Size: 9216 | Author: Lisa | Hits:

[SCMEEPROM

Description: 熟悉并掌握(存储芯片AT2402)的操作,有保存和读取操作 了解掌握I2C总线接口的工作原理及一般编程方法。-Familiar with and master (memory chips AT2402) operations, read operations are stored and understand the working principle of I2C bus interface and general programming.
Platform: | Size: 35840 | Author: TKW | Hits:

[SCMI2CEE-Schematic

Description: i2c eeprom interface for avr
Platform: | Size: 51200 | Author: Amir | Hits:

[SCMI2C_databus

Description: I2C总线是一种非常常用的串行总线,它操作简便,占用接口少。本程序介绍操作一个I2C总线接口的EEPROM AT24C02-I2C-bus is a very popular serial bus, it is simple, taking less interfaces. This procedure describes operation of a I2C bus interface EEPROM AT24C02
Platform: | Size: 477184 | Author: | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net