代码搜索结果
找到约 10,000 项符合
C 的代码
i2csw.c
/*! \file i2csw.c \brief Software I2C interface using port pins. */
//*****************************************************************************
//
// File Name : 'i2csw.c'
// Title : Software
pcf8563-
用【 小 | 中 | 大 】字体浏览
初学者:怎样调试P<mark>C</mark>F8563? [ttl.mos] [12次] 01-12-12 下午 04:00:07
新作的板子,用“版主的程序”从时钟P<mark>C</mark>F8563读不出时间,从串口发回的时间数为7个
0x01,各位估计问题在哪里?我从哪里入手。
用我的试试。俺的一秒从8563<mark>C</mark>LK接到51,避免读的麻烦。 [《农民运动讲习所》现任所长] [25次] ...
i2c.c
/*
*********************************************************************************************************
* MSP430
*
i2c.makefile.txt
LD = ld
CC = gcc
CFLAGS = -Wall -D__KERNEL__ -DMODULE -I/usr/src/linux/include
# CFLAGS += -DMODVERSIONS
# INCLUDE = -I/lib/modules/2.4.18/build/include \
# -I/lib/modules/2.4.18/build/incl
24aa64.c
#include "24AA64.h"
#include "i2c.h"
//设备码 1010
void readByte24AA64(int addr,char pBuf[])
{
char hi;
char low;
//高地址
hi = (char)((addr >> 8) & 0xff);
hi &= 0x1F;
elc_clock.pss
|
39c96ed13a8f765ff0210dac57c0c6
iic20080107.lst
C51 COMPILER V8.05a IIC20080107 01/07/2008 19:59:16 PAGE 1
C51 COMPILER V8.05a, COMPILATION OF MODULE IIC20080107
OBJECT MODULE PLAC
iic20080107.c
/************************************************/
#include
#define uchar unsigned char
#define uint unsigned int
#define ulong unsigned long
sbit I2C_SDA= P1^5;
sbit I2C_SCK= P1^4;
s
cdr20040801.log
RP:0{~}0{~}13576997709{~}1091349632{~}80c2860134fe000e
RP:0{~}0{~}13576997709{~}1091350948{~}80c4288134fe0033
omap1510_i2c.c
/*
* Basic I2C functions
*
* Copyright (c) 2003 Texas Instruments
*
* This package is free software; you can redistribute it and/or
* modify it under the terms of the license found in the file