搜索资源列表
ADC
- 本程序是PIC单片机自带AD转换功能的使用例子,并且采用了多次采样取平均值的方法进行抗干扰。
温度检测部分单片机程序
- SRART: MOVX @R0,A 令ADC0809开始转换 WAIT: JB OP2.0,ADC 检测ADC0809转换完成否? CALL DISP 调用显示子程序 JMP WAIT ADC:MOVX A,@R0 将转换好的数据送入累加器 CALL L1 调用十进制转换子程序 MOV RI,#OFFH 显示延时-SRART : R0 MOVX @ A change began to make ADC0809 WAIT : JB OP2
ADC
- 本程序是PIC单片机自带AD转换功能的使用例子,并且采用了多次采样取平均值的方法进行抗干扰。-This procedure is a single-chip microcomputer PIC own use of AD conversion examples, and using a number of sampling methods to obtain the average interference.
adc
- 熟悉pic单片机的 AD转换 软件思路:选择RAO做为模拟输入通道; 连续转换4次再求平均值做为转换结果 最后结构只取低8位 结果送数码管的低3位显示-Familiar with the pic of the AD conversion software Singlechip thinking: Select analog input channel for RAO consecutive conversions on
ADC
- pic单片机的adc模块的转换应用.希望对大家有个启发和帮助.-pic SCM module adc conversion applications. I hope all of you have inspired and help.
adc
- pic单片机的ad转换程序,使用价值高,稍微修改下即能应用-pic microcontroller ad conversion process, a high value, slightly revised and that can be applied
pic18f458--adc
- pic18f458实现ad转换的实例与方法,对于想学习高端系列的PIC单片机会有很大的帮助的-pic18f458 to achieve ad conversion examples and methods, who want to learn the high-end line of PIC microcontrollers will be very helpful ... of ... ... ... ... ... ... ...
adc
- PIC单片机的AD转换程序 希望对大家有用- AD conversion process of PIC MCU。hope to be useful
PIC18ADC
- pic单片机的ADC模块转换实例,调试已经通过-pic microcontroller' s ADC module conversion examples
adc
- 熟悉PIC单片机A/D转换的C语言用法,选择RAO做为模拟输入通道,连续转换4次再求平均值做为转换结果,最后结构只取低8位,结果送数码管的低3位显示-Familiar with the PIC microcontroller A/D conversion of the C language usage, select the RAO as the analog input channel, continuous conversion a
AD
- PIC单片机内部模数转换器AD的使用方法 详细说明-PIC microcontroller to use the internal ADC AD Details
ADC_InSide
- PIC单片机片内ADC模块转换采集文件,自带通道转换及简单滤波功能。-PIC microcontroller chip ADC converts the collected files, comes with a simple channel switching and filtering.
ADC
- PIC单片机实现AD转换,输入模拟信号,转换成数字信号并输出。-PIC MCU AD converter, the input analog signals into digital signals and output.
ADC
- 对模拟通道0进行AD采样,并显示,PIC-ST1学习板演示程序--ADC转换采样,PIC单片机-AD sampling and PIC-ST1 learning board demo program- ADC conversion sampling analog channels 0, PIC microcontroller
LX-44PIN-ADC
- PIC单片机AD转换 上电后,闪亮两次,LCD LED显示ADC值,串口发送AD数据,LED5运行指示-PIC microcontroller AD conversion after power, shiny twice, LCD LED display ADC value, serial transmission AD data, LED5 operating instructions
LX-30F-28PIN-ADC
- 微芯(PIC/microchip)单片机ad转换入门级别程序,自己编写的。简单易懂。-ad of PIC/microchip
adc
- pic16f1947单片机adc转换代码(PIC16f1947 ADC fuction code)
15 ADC
- PIC单片机程序,用C语言编程,模拟量转换成数字量 ,ADC模数转换(Analog to digital, ADC analog-to-digital conversion.)