代码搜索结果
找到约 10,000 项符合
I2C 的代码
slavr.h
/***********************************************/
void write_lcd(unsigned char data,unsigned char data_type);
/************************************************
从LCD读取数据或地址
i2cint.h
/****************************************************************************
* 文件名:I2CINT.H
* 功能:硬件I2C软件包,利用中断方式操作。(头文件)
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
****************************
readme.txt
This program is I2C read/write program under 8120.
Usage:
read command: [iaccess 1 address arg1 ]
arg1: data bytes number
write command: [iaccess 0 address arg1 arg2 arg3 ... ]
arg1
i2cint.h
/****************************************************************************
* 文件名:I2CINT.H
* 功能:硬件I2C软件包,利用中断方式操作。(头文件)
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
****************************
i2cint.h
/****************************************************************************
* 文件名:I2CINT.H
* 功能:硬件I2C软件包,利用中断方式操作。(头文件)
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
****************************
fet140_dma_08.c
//*****************************************************************************
// MSP-FET430P140 Demo - DMA0, Rpt'd Blk, I2C Master Interface to DAC8571
// Master = '169, Slave = DAC8571
//
//
fet140_i2c_06.c
//******************************************************************************
// MSP-FET430P140 Demo - I2C, Master Transmits to MSP430 Slave RX
//
// Description: This demo connects two MSP4
i2c.c
#include "I2C.h"
/*------------------------------------------------------------------------------
// I2C Peripheral Function Prototypes
//-----------------------------------------------------------
i2c.h
/*
I2C.h
标准80C51单片机模拟I2C总线的主机程序头文件
Copyright (c) 2005,广州周立功单片机发展有限公司
All rights reserved.
本程序仅供学习参考,不提供任何可靠性方面的担保;请勿用于商业目的
*/
#ifndef _I2C_H_
#define _I2C_H_
#include "STC89C51RCRD.h
max1169.c
/*------------------------------------------------------------------------------------------
[文件名] I2C.c
[版本] 1.1b
[修改自]I2C通用驱动AD7416实例程序,原作者鞠春阳
[最后修改时间] 2006年01月07日(调试完成)
[资料] 请到www.mcuzb.com下载