代码搜索:ADC分析
找到约 10,000 项符合「ADC分析」的源代码
代码结果 10,000
www.eeworm.com/read/22477/933183
h adc1543.h
#ifndef __adc1543_H__
#define __adc1543_H__
//接口定义
sbit SDO = P1^0;//数据输出口
sbit ADD = P1^1;//通道选择
sbit CS_1543 = P1^2;//启动
sbit CLK = P1^3;//时钟时序
sbit EOC = P1^4;//为高时轮换结束
void delay_1543(
www.eeworm.com/read/25071/943168
h adc0809.h
/*数模转换*/
#define uint unsigned int
#define uchar unsigned char
#define nop _nop_
#define OUTPORT P1
uchar T1count=0;
uchar F; //frequency
//启动一次AD转换
uint AD_transform()//uchar AD_transform
www.eeworm.com/read/25071/943184
pdf adc0809.pdf
www.eeworm.com/read/25071/943240
pdf adc0809.pdf
www.eeworm.com/read/25137/944612
h stc_adc.h
sfr P1_ADC_EN=0x97;
sfr ADC_CONTR=0xc5;
sfr ADC_DATA=0xc6;
int GetAD(unsigned char channel) //用户函数,channel为要取的通道号(0~7)
{
unsigned char AD_finished=0;
// AD_Init(1
www.eeworm.com/read/25296/945720
h adc0831.h
#include
#include
#include
sbit adcdo=P0^0;
sbit adccs=P0^2;
sbit adcclk=P0^1;
uchar bdata ch;
sbit ch_0 = ch^0;
void delay1(uchar x)
{
uchar i;
for
www.eeworm.com/read/25423/946289
ini jlinkarm_adc.ini
[BREAKPOINTS]
ShowInfoWin = 1
EnableFlashBP = 2
BPDuringExecution = 0
[CFI]
CFISize = 0x00
CFIAddr = 0x00
[CPU]
OverrideMemMap = 0
AllowSimulation = 1
ScriptFile=""
[FLASH]
SkipProgOnCRCMa
www.eeworm.com/read/25423/946311
bak adc_uvopt.bak
www.eeworm.com/read/25423/946314
bak adc_uvproj.bak
www.eeworm.com/read/25423/946333