代码搜索:1247

找到约 180 项符合「1247」的源代码

代码结果 180
www.eeworm.com/read/15915/577658

htm 1247cole.htm

www.eeworm.com/read/15915/577661

htm 1247wrig.htm

www.eeworm.com/read/15970/607911

htm 1247yama.htm

www.eeworm.com/read/15970/609350

htm 1247doll.htm

www.eeworm.com/read/15970/611120

htm 1247wata.htm

www.eeworm.com/read/15970/627805

htm 1247wu.htm

www.eeworm.com/read/16927/703395

c ads1247.c

#include "msp430x24x.h" #include "ads1247.h" unsigned char S_value[4] = {0x01,0x00,0x30,0x07}; void delay_AD(int num) { int i; for (i= 0; i < num ; i++) _NOP(); } void ADS_W
www.eeworm.com/read/16927/703396

h ads1247.h

#include "msp430x24x.h" #define WakeUp 0x00 #define Sleep 0x02 #define SYNC 0x04 #define Reset 0x06 #define NOP 0xff #define RData 0x12 #define RDataC
www.eeworm.com/read/393653/8271645

html x1247.html

颜色选择 Color Selection
www.eeworm.com/read/335279/12541806

asm max1247.asm

;本程序是用AT89C51的GPIO和MAX1247接口的模拟SPI收发子程序,SPI接口的三根线DO、CLK、DI以及 ;片选线CS可选用P1或P3口的任意口线,收发程序实际运行正确。 SEND1247: ;发送命令字子程序(A中为要发送的命令) MOV ROTCOUNT,#08H CLR DO CLR CS ;将CS变低 ROT_NEXT: NO