代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/397439/2401942
h systemheader.h
// SUNPLUS S+core IDE generated include file.
#ifndef ANISPG290_SYSTEMHEADER_H_11942_2995__INCLUDED_
#define ANISPG290_SYSTEMHEADER_H_11942_2995__INCLUDED_
#include ".\System\SystemDefine\SPCE3200_R
www.eeworm.com/read/397399/2402786
h systemheader.h
// SUNPLUS S+core IDE generated include file.
#ifndef ANISPG290_SYSTEMHEADER_H_11942_2995__INCLUDED_
#define ANISPG290_SYSTEMHEADER_H_11942_2995__INCLUDED_
#include ".\System\SystemDefine\SPCE3200_R
www.eeworm.com/read/394907/8202880
asm ds18s20drv.asm
//==================================
//DS18S20驱动程序
//Design by ZM
//2007/1/8
//==================================
.include SPCE061A.inc
//定义IO口
//.define P_IOA_Dir 0x7002
//.define P_IOA
www.eeworm.com/read/394905/8203091
asm ds18s20drv.asm
//==================================
//DS18S20驱动程序
//Design by ZM
//2007/1/8
//==================================
.include SPCE061A.inc
//定义IO口
//.define P_IOA_Dir 0x7002
//.define P_IOA
www.eeworm.com/read/294359/8233646
c main.c
#include
#include"bit.h"
#include"qiao2.h"
//extern up_flag;
//unsigned int state_flag=0;
extern sec;
///////////////////////////////////////////
//函数:int main(void)
//描述:寻迹,开车
www.eeworm.com/read/294359/8236261
c isr.c
#include
void BREAK(void) __attribute__ ((ISR));
void BREAK(void)
{
}
void FIQ(void) __attribute__ ((ISR));
void FIQ(void)
{
}
void IRQ0(void) __attribute__ ((ISR));
void I
www.eeworm.com/read/294359/8237503
c isr.c
#include
unsigned int speed,forward,count;
extern dianji(unsigned int speed,unsigned int forward);
extern key;
void FIQ(void)__attribute__((ISR));
void FIQ(void)
{
if(*P_INT_Ct
www.eeworm.com/read/235983/14037938
c isr.c
#include"SPCE061A.h"
unsigned char Output , Delay;
void BREAK(void) __attribute__ ((ISR));
void FIQ(void) __attribute__ ((ISR));
void IRQ0(void) __attribute__ ((ISR));
void IRQ1(voi
www.eeworm.com/read/355622/10253469
spw ex35_gprs.spw
# Sunplus S+core IDE Workspace File, Format version V2.4.1
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
Body_Name = "SPCE3200"
Probe_Name = "Auto"
Active_Project = "ex35_GPRS"
############
www.eeworm.com/read/422271/10651078
c putin.c
#include "spce061a.h"
#include "Sound.h"
#include "Key.h"
#include "operation.h"
int Putin(){
unsigned int KeyCode;
int m=0 ;
int n=0 ;
while (1){
KeyCode = Key_Get() ;
s