代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/390195/8476895
c main.c
//#define 1302_TEST_C
#include "includes.h"
//unsigned char b10;
//unsigned char bpm;
#define WDR() asm("wdr")
unsigned char alarm_1_set, alarm_2_set, alarm_3_set;
__flash unsigned char tes
www.eeworm.com/read/390195/8476954
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*串口通信*/
/*晶振为4MHz*/
/*波特率为9600bps*/
/*发送采用查询方式,中断采用接收方式*/
/*当收到的字符达到所定义的长度时,则在LCD上显示收到的字符*/
/***************************/
#
www.eeworm.com/read/290548/8477039
c main.c
/*
* kernel/power/main.c - PM subsystem core functionality.
*
* Copyright (c) 2003 Patrick Mochel
* Copyright (c) 2003 Open Source Development Lab
*
* This file is released under the GPLv2
*
www.eeworm.com/read/390195/8477046
c main.c
#define MAIN_C
/*********************************************
Project : LCD TEST USE PB
Version :
Date : 2003-11-15
Author : Caijianqiang
Company :
Comments:
Chip type : ATMEGA8
Clock frequen
www.eeworm.com/read/390195/8477106
c main.c
#define MAIN_C
#include "includes.h"
/***************************************************/
/*T0工作于计数方式*/
/*计数脉冲从PB0(T0)脚输入*/
/***************************************************/
//数码管字形表
//数码管
www.eeworm.com/read/390195/8477159
c main.c
#define MAIN_C
#include "includes.h"
void main(void)
{
unsigned char i;
DDRA = 0xff; //端口设置:PA设置为推挽1输出
PORTA = 0xff;
PORTA = 0x00; //PORTA初始值为0,熄灭所有的LED
delay_nms(10)
www.eeworm.com/read/390195/8477217
c main.c
#define ENABLE_BIT_DEFINITIONS
#include "includes.h"
//#define Vref 50000
void init_adc(void);
void WDR(void);
void WDT_init(void);
//unsigned char adc_mux = 0x01; //通道选择
unsigned
www.eeworm.com/read/390195/8477279
c main.c
#define MAIN_C
#include "includes.h"
/***************************/
/*PWM*/
/*晶振为4MHz*/
/*利用Timer1的OC1A脚输出占空比可调的信号*/
/*通过按键控制OCR1A的值*/
/***************************/
#define PwmOut PD5
www.eeworm.com/read/390195/8477344
c main.c
#define MAIN_C
#include "includes.h"
/***********************************************/
/*数码管应用*/
/***********************************************/
//数码管字形表
//数码管为公阴极
unsigned char table[10] =
www.eeworm.com/read/390195/8477412
c main.c
#include "includes.h"
#define MAIN_C
unsigned char alarm_1_set, alarm_2_set, alarm_3_set;
//unsigned char b10;
//unsigned char bpm;
/************************************************************