代码搜索:ADC
找到约 10,000 项符合「ADC」的源代码
代码结果 10,000
www.eeworm.com/read/224218/14601410
h adc.h
/***********************************************************************/
/* This file is part of the uVision/ARM development tools */
/* Copyright KEIL ELEKTRONIK GmbH 2002-2003
www.eeworm.com/read/223841/14615768
sdb adc.sdb
[p GLOBOPT AUTOSTATIC PIC14 PICMIDHI PICLOMID CANREADCODE ]
"17 C:\HT-PIC\INCLUDE\pic1687x.h
[v _INDF `Vuc 1 s 1 @0 ]
"18
[v _TMR0 `Vuc 1 s 1 @1 ]
"19
[v _PCL `Vuc 1 s 1 @2 ]
"20
[v _STATUS
www.eeworm.com/read/223841/14615770
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/223841/14615779
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/223841/14615780
cce adc.cce
www.eeworm.com/read/223841/14615791
lst adc.lst
HI-TECH Software PICC Macro Assembler V8.05PL1
Thu Apr 21 12:51:50 2005
1 processor 16F872
2
www.eeworm.com/read/223841/14615793
obj adc.obj
www.eeworm.com/read/223841/14615802
rlf adc.rlf
www.eeworm.com/read/223799/14617200
c adc.c
#include //51系列单片机定义文件
#include //调_nop_(),延时函数用
#define ad_con P0 //A/D控制口
#define addata P0 //A/D数据计入读入口
www.eeworm.com/read/223539/14635703