代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/259017/11826938
c i2c.c
#include "I2C.h"
#include "common.h"
#define SDA BIT3
#define SCL BIT2
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
www.eeworm.com/read/219009/14899269
bak main.bak
#include
void delay_1ms(unsigned int n)
{
unsigned int i;
unsigned int j;
for (j=0;j
www.eeworm.com/read/219009/14899302
c main.c
#include
void delay_1ms(unsigned int n)
{
unsigned int i;
unsigned int j;
for (j=0;j
www.eeworm.com/read/207183/15280617
in knight7.in
28
c1 c2 c3 c4 c5 c6 c7 c8 f1 f2 f3 f4 f5 f6 f7 f8 a3 b3 d3 e3 g3 h3 a6 b6 d6 e6 g6 h6
e5 d7
28
c1 c2 c3 c4 c5 c6 c7 c8 f1 f2 f3 f4 f5 f6 f7 f8 a3 b3 d3 e3 g3 h3 a6 b6 d6 e6 g6 h6
h2 e5
28
c1 c
www.eeworm.com/read/474008/6828622
c i2c.c
#include "I2C.h"
#include "common.h"
#define SDA BIT3
#define SCL BIT2
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
www.eeworm.com/read/471913/6884095
c i2c.c
#include "includes.h"
unsigned char ErrIndication=0;
void AptoticE2promStart(void)
{
I2C_SCL_OUT &=~ I2C_SCL;
I2C_SDA_OUT |= I2C_SDA;
I2C_SCL_OUT |= I2C_SCL;
I2C_SDA_OUT &=~
www.eeworm.com/read/237094/13978288
vhd altera_avalon_i2c_slave.vhd
--------------------------------------------------------------------------
-- I2C Slave with avalon integration example. by R. N. Hill rhill@altera.com
-- Not fully tested - use at your own risk!
-
www.eeworm.com/read/389034/8552075
c i2cint.c
/****************************************************************************
* 文件名:I2CINT.C
* 功能:硬件I2C软件包,利用中断方式操作。
* 说明:主程序要配置好I2C总线接口(I2C引脚功能和I2C中断,并已使能I2C主模式)
*********************************
www.eeworm.com/read/374700/9388754
c mitabc_test.c
/**********************************************************************
* $Id: mitabc_test.c,v 1.15 2005/10/07 18:49:40 dmorissette Exp $
*
* Name: mitabc_test.c
* Project: MapInfo TAB Re
www.eeworm.com/read/275079/10836574
makefile
#
# Makefile for the i2c algorithms
#
obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
obj-$(CONFIG_I2C_ALGO_SGI) +=