代码搜索结果

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

i2c.c

/* Copyright (C) 2000 Jesper Hansen . This file is part of the yampp system. This program is free software; you can redistribute it and/or modify it under the term

open_i2c.c

#include #include "system.h" #include "Open_I2C.h" //------------------------------------------------------------------------- unsigned int I2C_Read_Period() { unsigned char low,high;

gcc.pot

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Free Software Foundation, Inc. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-

c.h

/*K 8 C.H LCDIcon FileDescriptor: Do not edit or move */ /* Put Your Comments Here */ #define C_BMP_ROWS 8 #define C_BMP_COLS 8 const char code lcd_c[] = { 0x00, /* ........ */ 0x1C

s3530a.c

#include #include "s3530a.h" #include "i2c.h" //定义管脚 #define SCL BIT6 #define SDA BIT5 //设备码 0110 /////////////////////////////////////////// // 获取时间信息,成功返回 1,错误返回 0 int I2

sngks32c.h

/* sngks32c.h - header for Samsung ks32c with ARM7 core */ /* Copyright 1984-2001 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01a,12apr01,m_h

abid.c

#include "udf.h" /* Turbulence model constants */ #define C_MU 0.09 #define SIG_K 1.0 #define SIG_D 1.3 #define C1_D 1.44 #define C2_D 1.92 /* User-defined scalars */ enum { K, D, N_RE

i2c.h

//----------------------------------------------------------------------------- // // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF // ANY KIND, EITHER EXPRESSED OR IMPLIED, I