代码搜索:main.c
找到约 10,000 项符合「main.c」的源代码
代码结果 10,000
www.eeworm.com/read/324768/13245634
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/324740/13248031
c main.c
#include /* common defines and macros */
#include /* derivative information */
#pragma LINK_INFO DERIVATIVE "mc9s12d64"
#include "main_asm.h" /* interface to the
www.eeworm.com/read/239911/13248092
c main.c
//2006-4-27 13:10
//更改为默认 manchester,RF/64,软件可读写EM4469,不能更改设置读卡器参数,可读参数2006-4-27 12:01
//不能使用默认读命令
//支持PCB端软件:1.EM4469 RFID Development Kit Application Software 2.EM4469 Read Only Application Soft
www.eeworm.com/read/324736/13248185
c main.c
// This program is designed for STR-P711 Board.
// It shows how to work with button and leds
#include "system.h"
#include "leds.h"
#include
#define BUT_PRESSED IOPORT1_PD_bit.
www.eeworm.com/read/239902/13248277
c main.c
#include
#include
/**********RF module is default RECEIVE mode**********/
uint delay; //用作延时
uchar T0out=NO;
uchar COMFlag;
uchar RecBuf[3];
void main(void)
{
//
www.eeworm.com/read/239899/13248303
c main.c
#include
#include
uint delay;
uchar T0Count=0; //用作T0定时1s计数器,每次定时10ms,累计100次
uchar T0Count1=0; //用作T0定时60ms计数器,每次定时10ms,累计6次
uchar T0_1S_Out=NO; //用作定时1s到标志
uc
www.eeworm.com/read/239895/13248363
c main.c
#include
#include
uint delay; //用作延时
uchar RecCount;
uchar T0out=NO;
uchar COMFlag;
uchar RecBuf[15];
uchar extendUARTrecData=0x66;
#ifdef extendUART
void init_T0(voi
www.eeworm.com/read/239887/13249052
c main.c
#include "LIN_Header.h"
#pragma CODE_SEG __NEAR_SEG NON_BANKED /* Interrupt section for this module. Placement will be in NON_BANKED area. */
interrupt void RTI_ISR(void) { /* simple RTI interrupt
www.eeworm.com/read/239885/13249469
c main.c
#include "LIN_Header.h"
void PowerON(void);
/*
SPI Communication Module Test Project
2005-07-07
Wang Junpeng
Update date: 2005 - 07 -11
Author: Wang junpeng
Contents: use interrupt method to r
www.eeworm.com/read/138211/13249725
c main.c
/***************************************************************************
main.c - description
---------------