代码搜索:SPCE

找到约 5,520 项符合「SPCE」的源代码

代码结果 5,520
www.eeworm.com/read/220489/14798648

c lcd.c

#include "spce061v004.h" // LCD-CS===IOB14; // LCD_WE===IOB8; // LCD_DATA==IOB10; #define LCD_CS 0X0040 //IOB6 #define LCD_DA 0X0002 //IOB1 #define LCD_WE 0X0001 //IOB0
www.eeworm.com/read/473745/1397682

c main.c

//03-06-03 //先对SPR4096进行Mass Erase,然后往0x5678单元写入一个数据0x55AA #define C_SIOCLOCK 0x0010; // CPUCLOCK/8 #include "SPCE061V004.H" main() { long int i; unsigned long int ulAddr; uns
www.eeworm.com/read/436051/1855113

c lcd_disp.c

#include "spce061v004.h" #define lcd_data_read 0x0030 //数据读 #define lcd_data_read_en 0x0070 //数据读使能 #define lcd_data_write 0x0020 //数据写 #define lcd_data_write_en 0x0060 //数据写使
www.eeworm.com/read/436051/1855407

c ad9850.c

#include "SPCE061V004.h" int change; int ctr_word[5]={0x0,0x00,0x01,0x5d,0x86};/////// int key_value=0; int key_out; int key_num; float a; //unsigned long int freq_value; unsigned long int f
www.eeworm.com/read/475519/6790744

txt bs18b20information collection and voice broadcast.txt

包含文件有:main.c、18B20user.c、key.asm、18B20driver.asm //****主程序*********** /*功能描述:通过按键1(IOA0)来拨报当时的室温*/ #include "SPCE061A.h" #include "DS18B20User.h" typedef unsigned char uchar; uchar flag; int
www.eeworm.com/read/294359/8233888

c system.c

#include #include"bit.h" #include"qiao3.h" extern counter; unsigned int sec=0; extern rr; unsigned int a[10]={0x14,0xdd,0x38,0x98,0xd1,0x92,0x12,0xdc,0x10,0x90}; ///////////////
www.eeworm.com/read/294359/8234105

c system.c

#include #include"bit.h" #include"qiao3.h" extern counter; unsigned int sec=0; extern rr; unsigned int a[10]={0x14,0xdd,0x38,0x98,0xd1,0x92,0x12,0xdc,0x10,0x90}; ///////////////
www.eeworm.com/read/294359/8234301

c 162a.c

//HJD162A的底层驱动函数 //可参考1602的数据资料,只是时序不一样而已, #include #include"bit.h" void check_busy() { unsigned int c; Set_IOA_Dir(0x0007); Set_IOA_Data(0xff00);//悬浮式输入 do {
www.eeworm.com/read/294359/8234482

c user_hanshu.c

#include #include"user_hanshu.h" #include"bit.h" void init_IO_AD(void) { PA_Dir->bit.bit0=0; PA_Attrib->bit.bit0=1; P0_0=1; PA_Dir->bit.bit1=0; PA_Attrib->bit.bit1=1; P
www.eeworm.com/read/294359/8234516

c 162a.c

//HJD162A的底层驱动函数 //可参考1602的数据资料,只是时序不一样而已, #include #include"bit.h" void check_busy() { unsigned int c; Set_IOA_Dir(0x0007); Set_IOA_Data(0xff00);//悬浮式输入 do {