代码搜索:ADC

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

代码结果 10,000
www.eeworm.com/read/226490/14463419

test-adc

www.eeworm.com/read/226490/14463441

test-adc

www.eeworm.com/read/226158/14491879

c adc.c

#include #include "..\Target\44b.h" #include "..\Target\44blib.h" #include "adc.h" void __irq BDMA1_Done(void); int ReadAdc(int ch); void Test_Adc(void) { int a0=0,a1=0,a2
www.eeworm.com/read/226158/14491881

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); #endif /*__ADC_H__*/
www.eeworm.com/read/125392/14495650

h adc.h

/* * Analog conversion stuff for 16C71 - see adc.c for more info */ /* * Read the adc on the specified channel - result is in ADRES */ extern void adc_read(unsigned char channel);
www.eeworm.com/read/125392/14495667

c adc.c

/* * Read the ADC on a 16C71. */ #include #include "adc.h" void adc_read(unsigned char channel) { ADCON0 = (channel
www.eeworm.com/read/225751/14517945

adc0809

www.eeworm.com/read/225648/14527743

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); #endif /*__ADC_H__*/
www.eeworm.com/read/225647/14527983

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); #endif /*__ADC_H__*/
www.eeworm.com/read/225646/14528203

h adc.h

#ifndef __ADC_H__ #define __ADC_H__ void Test_DMA_Adc(void); void Test_Adc(void); #endif /*__ADC_H__*/