代码搜索结果

找到约 10,000 项符合 C 的代码

initsport.c

/////////////////////////////////////////////////////////////////////////////////////// //NAME: initSPORT.c (Block-based Talkthrough) //DATE: 7/29/05 //PURPOSE: Talkthrough framework for s

sw_i2c_slave.h

#ifndef SW_I2C_SLAVE_H #define SW_I2C_SLAVE_H #include #include "configOptions.h" // // I2C Slave Address // #define I2C_SLAVE_ADDR 0x46 // I2C slave add

diag.h

/* diag.h - Diagnostic test header */ /* Copyright 2002 TAEBAEK Soft Corp. */ /* modification history -------------------- 01a,08feb02,jmLee created. */ #ifndef INCdiagh #define INCd

varthkn.bld

; Sprite transparency data for Varth (World) Game varth Name Varth by Ken_Masters v3.0 2-3 1 12-13 1 E4-E7 1 F5-F7 1 100-103 2 110-113 2 120-123 2 130-133 2 140-143 2 150-153 2 160-163 2

uart.err

"uart.c", line 119: Warning: C2892E: signed constant overflow: '

sio.err

"sio.c", line 118: Warning: C2892E: signed constant overflow: '

i2c.h

#define uchar unsigned char #define uint unsigned int sbit SCL=P1^4; sbit SDA=P1^5; /*********************************************** **函数名称:I2C_Start() **函数功能:发送起始条件 **入口参数:无 **出口参数:无

资源(bytes)最少!!的24c02 rw asm.txt

;-------------------------------------------- I2C_SDA EQU P1.6 ; PIN 5 I2C_SCL EQU P1.7 ; PIN 6 ;============================================= I2C_WRITE: ; WRITE

msp3400.c

/* * programming the msp34* sound processor family * * (c) 1997-2001 Gerd Knorr * * what works and what doesn't: * * AM-Mono * Support for Hauppauge cards ad

makefile

# # Makefile for stack # # 07/28/00 UAK # 08/30/00 KSB Added PPP code include $(NCOSDIR)/include/ncos.mak DEBUG = 0 NETINCPATH = $(NCOSDIR)/include/net NETINCPATH := $(su