代码搜索结果
找到约 10,000 项符合
I2C 的代码
877i2ca.asm
;****************************************************
;* 877I2CA.asm *
;* Very simple I2C sample program without Display *
;**********************************
readme.txt
本目录总共有以下部分:
1.项目文件PCF8563.uv2,TIME.uv2。
2.调试源程序PCF8563_s.asm和PCF8563_S.c。
3.模拟I2C文件包VI2C_ASM.inc和VI2C_C51.h用户可以直接调用。
ht_utils.c
// Utilities for Hitech PICmicro compiler, to emulate CCS functions
//
// Approximate msec delay
void delay_ms(unsigned char val)
{
unsigned char i;
while (val--)
{
for (
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
i2c_master.c
//******************************************************************************
//
// /|\ /|\
// MSP430F169 5k 5k MSP430F169
//
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
i2ceeprom.dox
/** \defgroup i2ceeprom i2ceeprom: Interface for standard I2C EEPROM memories
This library provides functions for reading and writing standard
24Cxxx/24LCxxx I2C EEPROM memories. Memory sizes u
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
i2c.h
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究