代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/290587/8474103
c main.c
#define MAIN_C
#include "includes.h"
/***************************************************/
/*T0工作于计数方式*/
/*计数脉冲从PD4(T0)脚输入*/
/***************************************************/
//数码管字形表
//数码管
www.eeworm.com/read/290587/8474186
c main.c
#define MAIN_C
#include "includes.h"
void main(void)
{
unsigned char i;
DDRB = 0xff; //端口设置:PB设置为推挽1输出
PORTB = 0xff;
PORTB = 0x00; //PORTB初始值为0,熄灭所有的LED
delay_nms(10)
www.eeworm.com/read/189337/8474359
c main.c
/*
**********************************************************************************************
* Project: T8Lib
* File: main.c
* Contents:
* The main handler
* CPU cloc
www.eeworm.com/read/189337/8474408
c main.c
/**********************************************************
*File: main.c
*Content: Test I2C interface of 24AA256
*data: 03/18/2006 Eric V0.1
* Copyright (c) 2005 Fameg, Inc. All righ
www.eeworm.com/read/290587/8474412
c main.c
#define MAIN_C
#include "includes.h"
/***********************************************/
/*数码管应用*/
/***********************************************/
//数码管字形表
//数码管为公阴极
unsigned char table[10] =
www.eeworm.com/read/189337/8474449
c main.c
#define ALLOCATE_EXTERN
#include "DP8051.h"
#include "intrins.h"
#include "FS7822.h"
#define SLAVE_ADDRESS 0xAE
// I2C_CLK reg
#define bmI2CCK_DIV 0x54
#define bmCLK_PRE 0x4
www.eeworm.com/read/290587/8474525
c main.c
#define MAIN_C
#include "includes.h"
void main(void)
{
char key_code;
unsigned char x_position;
unsigned char *space = " ";
Init_LCD();
PORTD = 0xff;
www.eeworm.com/read/390212/8476168
c main.c
www.eeworm.com/read/390195/8476684
c main.c
#define MAIN_C
#include "includes.h"
void main(void)
{
char key_code;
unsigned char x_position;
unsigned char *space = " ";
Init_LCD();
//PORTD = 0xff;
www.eeworm.com/read/390195/8476782
c main.c
#define MAIN_C
#include "includes.h"
/*************************************************************/
/*T0工作在定时方式*/
/*定时器采用8MHz系统时钟的256分频作为定时时钟*/
/*即每32 us计一个数,每计250个数(8ms)溢出一次*/
/*中断复位程序统计计数次数,