代码搜索:双积分ADC
找到约 10,000 项符合「双积分ADC」的源代码
代码结果 10,000
www.eeworm.com/read/25996/850653
130216235918 adc.c.130216235918
#define ADC_C
#include "includes.h"
static volatile unsigned int ADCBuffer[MaxAdcBufSize];
#define MaxAdcBufSize 9
#define AdcBufStep 3 //为了算巴士均值
/************************************************
www.eeworm.com/read/25996/850654
130216192658 adc.c.130216192658
#define ADC_C
#include "includes.h"
/******************************************************************************/
/*****************************************************************************
www.eeworm.com/read/25996/850659
130217115514 adc.c.130217115514
#define ADC_C
#include "includes.h"
#define MaxAdcBufSize 9
#define AdcBufStep 3 //为了算巴士均值
static volatile unsigned int ADCBuffer[MaxAdcBufSize];
static volatile unsigned int addata;
unsigned
www.eeworm.com/read/25996/850661
130216201438 adc.c.130216201438
#define ADC_C
#include "includes.h"
/******************************************************************************/
/*****************************************************************************
www.eeworm.com/read/25996/850662
130216192234 adc.c.130216192234
#define ADC_C
#include "includes.h"
/******************************************************************************/
/*****************************************************************************
www.eeworm.com/read/25996/850664
130216221030 adc.h.130216221030
#ifndef ADC_H
#define ADC_H
#ifdef ADC_C
void init_adc(void);
unsigned int ReadADC(void);
void ad_result(void);
#else
extern void init_adc(void);
extern unsigned int ReadADC(void)
extern void
www.eeworm.com/read/26236/851864
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/26660/855069
d adc.o.d
adc.o: ../adc.c D:/Program\ Files/WinAVR/avr/include/avr/io.h \
D:/Program\ Files/WinAVR/avr/include/avr/sfr_defs.h \
D:/Program\ Files/WinAVR/avr/include/inttypes.h \
D:/Program\ Files/WinAV
www.eeworm.com/read/27757/867506
c adc_portd.c
#include
#include
#include "usart.h"
__CONFIG(WDTDIS & HS & LVPDIS & DEBUGDIS);//配置位
void DELAY1(int time);
void USART(int a);
void INITIAL(void);
void init_a2d(void);
un
www.eeworm.com/read/28637/871931