代码搜索:C语言基础
找到约 10,000 项符合「C语言基础」的源代码
代码结果 10,000
www.eeworm.com/read/250190/12426011
h i2c.h
/*********************************************************************
微 雪 电 子 WaveShare http://www.waveShare.net
目 的: 建立I2C操作库
目标系统: 基于任何兼容C51的微处理器
应用软件: Keil C
www.eeworm.com/read/229452/14338525
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/229452/14338583
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/229452/14338588
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= SCL; //将SCL管脚(P1.3)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/229452/14338608
c i2c.c
#include "I2C.h"
void I2C_Initial( void )
{
P1DIR |= BIT2; //将SCL管脚(P1.2)设置为输出管脚
I2C_Set_sck_low();
I2C_STOP();
Delay_ms(10);
return;
}
void I2C_Set_sda_high( void )
{
www.eeworm.com/read/126313/14432074
hex pwm_4.hex
:040000000C942B0031
:04000C000C948100CF
:080018000C9470000C947000C0
:040024000C948A00AE
:140054000000CFE5D4E0CDBFDEBFC051D0400AEA0883002443
:14006800E2E6F0E010E0EA36F10711F00192FBCF0083E4E53A
:1
www.eeworm.com/read/225948/14510004
regsr arm7.regsr
4 c958589a
a 8dd5407c
d 978c21eb
e 0000a000
f 00006114
www.eeworm.com/read/225948/14510053
regout arm7.regout
4 c958589a
a 8dd5407c
d 978c21eb
e 0000a000
f 00006118
www.eeworm.com/read/219005/14899406
bak main.bak
#include
extern void delay_1ms(unsigned int n);
//---------------------------------------------------------------
void irp_in(void) __irq
{
// int i;
// i=*AT91
www.eeworm.com/read/219005/14899456
c main.c
#include
extern void delay_1ms(unsigned int n);
//---------------------------------------------------------------
void irp_in(void) __irq
{
// int i;
// i=*AT91