代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/455430/7372386
asm adc 0831.asm
CS BIT P2.0
CLK BIT P2.4
DO BIT P2.5
AD_TMP EQU 30H
PWM BIT P3.7 ;PWM输出位
SW BIT P3.2 ;开关状态位
DIR BIT P3.6 ;方向控制位
ORG 00H
MAIN: LCALL AD_CONV
SETB SW ;判断开关状态
www.eeworm.com/read/455430/7372388
opt adc 0831.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/455430/7372390
plg adc 0831.plg
礦ision3 Build Log
Project:
G:\PROTEUS DEMO\ADC 0831\ADC 0831.uv2
Project File Date: 09/19/2006
Output:
Build target 'Target 1'
assembling ADC
www.eeworm.com/read/455430/7372391
pwi adc 0831.pwi
www.eeworm.com/read/455430/7372393
dsn adc 0831.dsn
www.eeworm.com/read/455430/7372395
omf adc 0831.omf
www.eeworm.com/read/455430/7372399
lst adc 0831.lst
A51 MACRO ASSEMBLER ADC_0831 12/27/2006 10:25:23 PAGE 1
MACRO ASSEMBLER A51 V8.00
OBJECT MODULE PLACED IN ADC 0831.OBJ
ASSEMBLER
www.eeworm.com/read/455017/7379616
vwf do_adc.vwf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/455017/7379640
vhd do_adc.vhd
--功能:读出AD值.
--输入:sa=x"c001"
-- 启动命令:x"01" = 单独启动CH指定的一路。
-- " x"07" = 从ch=0开始连续启动5路。
-- sa=x"c000" 通道号:ch
--
--输出:如果是测+5V参考电压,则给出好与不好。
-- 如果是连通性检查,则给出连通否。
-