代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/445282/7596873
c adc10.c
#include "adc10.h"
unsigned int ADCValue;
void adc10_initAN2(void)
{
ADCON1bits.ADON=0;//turn off ADC
ADCSSL=0;
_TRISB2=INPUT;
ADPCFG&=0xFFFB;// RB0 = analog
//ADCHS=0x0002;//Connect RB2
www.eeworm.com/read/445282/7596888
h adc10.h
/* 30F6010 ADC module have 4 sample channel CH0, 1, 2, 3
for highest throughput rate, using AN0 input and config like this:
+ AN0 positive input to CH0 and CH1 and sequently sample this input*/
/
www.eeworm.com/read/445175/7598233
dni adc12.dni
[Interrupts]
Enabled=1
[MemoryMap]
Enabled=0
Base=0
UseAuto=0
TypeViolation=1
UnspecRange=1
ActionState=1
[TraceHelper]
Enabled=0
ShowSource=1
[DisAssemblyWindow]
NumStates=_ 1
State 1=_
www.eeworm.com/read/445175/7598235
c adc12.c
/*******************************************************
ADC12电压测量实验
网址:http://www.eda121.com
功能:在数码管上显示P6.0输入的电压
参考电压为外部
***********************
www.eeworm.com/read/445175/7598240
pbd adc12.pbd
This is an internal working file generated by the Source Browser.
16:23 05s
E:\开发板工程\WJ430F149\实例程序\13_ADC12\Debug\Obj\ADC12.pbi
www.eeworm.com/read/444720/7608014