代码搜索:SW1

找到约 309 项符合「SW1」的源代码

代码结果 309
www.eeworm.com/read/174344/9593531

a51 main.a51

;****************************************************** ; 2002-08-10 by Johnson Chang, 8051.24cc.com john3055@yam.com ; Description: ; PWM controller by 2 push bottom switches ; SW3 is the incream
www.eeworm.com/read/470695/6905950

h includes.h

#include #define sw1 P1^5 #define sw2 P1^6 #define sw3 P1^7
www.eeworm.com/read/469758/6926323

rpt test.tan.rpt

Classic Timing Analyzer report for test Thu Jun 26 11:35:21 2008 Quartus II Version 7.2 Build 207 03/18/2008 Service Pack 3 SJ Full Version --------------------- ; Table of Contents ; -------
www.eeworm.com/read/469758/6926374

eqn test.fit.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/469758/6926376

eqn test.map.eqn

-- Copyright (C) 1991-2005 Altera Corporation -- Your use of Altera Corporation's design tools, logic functions -- and other software and tools, and its AMPP partner logic -- functions, and any o
www.eeworm.com/read/216966/14983973

c 5_3_2.c

//6.3.2 程序清单 #include //dsPIC30F6014标准头文件 /*配置位*/ _FOSC(CSW_FSCM_OFF & XT_PLL4); //4倍频晶振,Failsafe 时钟关闭 _FWDT(WDT_OFF); //关闭看门狗定时器 _FBORPOR(PBO
www.eeworm.com/read/365528/9858096

txt readme.txt

1 NC30汇编编译 as30 -LSIM -S -T startup.a30 2 NC30将C语言编译成为汇编 nc30 -c -g -fB -WUP -WNP -Wmake_tagfile -fER -fFRAM main.c 3 NC30连接 ln30 startup.r30 main.r30 -G -L nc30lib.lib -MS -T -O E06.x30 4
www.eeworm.com/read/469758/6926366

hier_info test.hier_info

|test sw1[7] => led1[7].DATAIN sw1[6] => led1[6].DATAIN sw1[5] => led1[5].DATAIN sw1[4] => led1[4].DATAIN sw1[3] => led1[3].DATAIN sw1[2] => led1[2].DATAIN sw1[1] => led1[1].DATAIN sw1[0] => l
www.eeworm.com/read/366936/9791199

txt readme.txt

1 NC30汇编编译 as30 -LSIM -S -T startup.a30 2 NC30将C语言编译成为汇编 nc30 -c -g -fB -WUP -WNP -Wmake_tagfile -fER -fFRAM main.c 3 NC30连接 ln30 startup.r30 main.r30 -G -L nc30lib.lib -MS -T -O E06.x30 4
www.eeworm.com/read/360273/10105102

txt readme.txt

此例程为:程序运行后,按SW2(PA18)开始启动PWM来控制蜂鸣器发声,按SW1(PA17)停止PWM来停止发声。