代码搜索:SW

找到约 10,000 项符合「SW」的源代码

代码结果 10,000
www.eeworm.com/read/346930/11712757

gif sw-gold.gif

www.eeworm.com/read/346706/11731408

dox driver_sw.dox

/** \defgroup driver_sw Drivers (software-based) Software-based Drivers. */
www.eeworm.com/read/345183/11830090

obj sw1.obj

www.eeworm.com/read/345183/11830093

opt sw1.opt

### uVision2 Project, (C) Keil Software ### Do not modify ! cExt (*.c) aExt (*.a*; *.src) oExt (*.obj) lExt (*.lib) tExt (*.txt) pExt (*.plm) DaveTm { 0,0,0,0,0,0,0,0 } Target (Tar
www.eeworm.com/read/345183/11830096

plg sw1.plg

构造目标 'Target 1' 正在汇编 SW1.asm... 连接中... 正在从 "SW1" 产生 HEX文件... "SW1" - 0 错误 (s), 0 警告 (s).
www.eeworm.com/read/345183/11830101

lnp sw1.lnp

"SW1.obj" TO "SW1"
www.eeworm.com/read/345183/11830103

asm sw1.asm

;按压(P1.4),D00交替亮灭。按压K2(P1.5),D01交替亮灭 ORG 000H AJMP START ORG 30H START: MOV SP,5FH MOV P0,#0FFH MOV P1,#0FFH L1: JNB P1.4,L2 ;按下按键开关K1,取反一次P0.0(灯亮),再按一下灭 JNB P1.5,L3 ;按下按键开关K2,取反
www.eeworm.com/read/345183/11830110

lst sw1.lst

A51 MACRO ASSEMBLER SW1 06/03/2005 12:04:46 PAGE 1 MACRO ASSEMBLER A51 V6.12 OBJECT MODULE PLACED IN .\SW1.OBJ ASSEMBLER IN
www.eeworm.com/read/345183/11830112

hex sw1.hex

:020000000130CD :10003000855F817580FF7590FF30940630950802CA :0C0040000039B280020039B281020039A0 :00000001FF
www.eeworm.com/read/344957/11849805

h sw_spi.h

#ifndef __SW_SPI_H #define __SW_SPI_H /* PIC18 Software SPI library header * * To use the software spi routines, the user must define * the port and tris register for each of the CS, DIN, DO