搜索资源列表
i2c.linux2.6.23
- i2c-core.c - a device driver for the iic-bus interface
IIC总线驱动程序
- i2c-core.c - a device driver for the iic-bus interface You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
CS8955TV_source_code.rar
- CS8955控制TV软件。用MCU做模拟电视的控制。,CS8955+TV+TNJ7355(tuner).The CS8955 micro-controller is an 8051 CPU core embedded device targeted for LCD Monitor, LCD TV, Home Appliance, or Consumer Products application. The CS8955 is pin-out compatible with MCS-51
IIC.rar
- DSP 5509A IIC通讯程序 特点: 1. C寄存器操作,是最好的IIC通讯原理学习手段。完整掌握IIC通讯过程,比看那个狗屁CSL好多了。 2. 定义了宏操作,可以实现对“位”操纵,新手可以学习一下。 ,DSP 5509A IIC characteristics of the communication process: 1. C register operation, the IIC is the best means of communication principle st
heat
- PIC18F2520与时钟芯片PCF8563的I2C例程序。此为测试版,有好多无用的参数/函数,根据自己情况修改。RB0:SDA RB1: SCL ,单片机:PIC18F2520,编译环境:MPlab+PICC18. I2C芯片: PCF8563 ,软件模拟I2C总线设置和读取时钟芯片。工程包括5个文件:delay.h delay.c I2c.h I2c.c I2c_demo.c 是用PICC18提供的I2C例程,用的内部时钟,仅供参考,好多参数没优化,特别是延时和内部时钟。 -PIC18
IIc
- avr单片机上的iic程序,附有课件解说-Single-chip iic on avr procedures, accompanied by explanatory courseware ~ ~
IIC.C
- 飞思卡尔的I2C编程 编译通过了 非常珍贵-Freescale I2C programming compiled by a very valuable
IIC
- 一个arm7开发板上的iic(24C02)测试实验,此吃程序用c语言编写。-a arm7 development board iic (24C02) testing laboratories, this eating program is available c language.
C
- 源码1为单片机编程(IIC总线程序),源码2为一个单片机例程源码3-5为c++语言编程实例-Source 1 is Microcontroller Programmer (IIC bus program), source 2 source code for a microcontroller routine 3-5 for c++ language programming examples
TWI_test
- Two Incremental encoder on a PCF8574A for IIC Bus connectivity tested with STK500 AVR Kit. -Two Incremental encoder on a PCF8574A for IIC Bus connectivity tested with STK500 AVR Kit.
sopcIIC
- 该例子是基于sopc的IIC总线设计完整设计,分为硬件和软件部分,软件部分是用c语言编写的。该项目是个以完成的项目,据有较高的参考和经济价值。该例子是原来做过的项目。 整个项目是在Quartus II 7.0和nios IDE环境下开发。-This example is based on the IIC bus design sopc complete design, divided into hardware and software, the software part is writt
slaa383
- A really good source code/documentation about the MSP430 I2C (IIC) slave mode. Original from TI
IIC8051
- 如果单片机里不带有IIC通信模块,是不是比较头疼?不用怕,我分享了一个基于IO口模拟IIC通信的C语言源代码文件,这个也可以适当修改IO口,用在飞思卡尔xs128单片机上,注意修改方向寄存器哦!-If the MCU is not in communication with the IIC module is not a headache? Do not be afraid, I share a communication based on IO port simulation IIC C-la
IIC
- MSP430F149的IIC驱动程序,C语言版的,值得一看-IIC driver of the MSP430F149, C language, worth a visit
mini2440PIICPprinciple
- 在mini2440下对IIC接口的操作,打包里面含有三个文件: mini2440操作IIC文档.docx:是关于IIC的操作分析。 IIC.c:是IIC的一些操作函数以及测试函数 IIC.h:是IIC的操作函数的一定函数声明-In the mini2440 under operation of the IIC interface, packaged it contains three files: operating IIC mini2440 document docx: About
IIC.c
- ARM 7 nxp LPC2103中IIC 程序编写。在IAR ew for arm 环境下编写-a program for ARM 7 nxp LPC2103 in the development software of IAR ew for arm
IIC
- IIC很好用的一个范例程序,用C语言写的,规范不错,我个人也那这个例子,更改过程序,很适合新手-IIC works like a sample application, written in C language, the specification is good, I am also that this example, change the program, very suitable for novice
PCF8563-clock-chip---C-program-.RAR
- PCF8563时钟芯片就用程序C: 本程序包含:PCF8563.C和PCF8563.h及PCF8563电路图片三个文件IIC用的是软件模拟IIC 程序已调好,所有功能正常,主要函数有: void iic_start(void) void iic_stop(void) void Master_ACK(void) void Master_NOACK(void) void check_ACK(void) void IICSendByte(unsigned
iic
- I2c-dev.c is part of I2C equipment, access interface device, the access to the hardware is realized by i2c_adapter. It is during initialization, need to register a i2c_driver to the I2C Core. I think this is just to let the user access layer of I2C b
IIC-AT24C02-C
- 对AT24C02的读写操作函数,显示到1602上,带有连续读写函数 To read and write AT24C02 operation function, to 1602, read and write with a continuous function