代码搜索:ad元件库
找到约 10,000 项符合「ad元件库」的源代码
代码结果 10,000
www.eeworm.com/read/290587/8474025
c ad.c
#define AD_C
#include "includes.h"
unsigned char adc_mux = 0x01 ;
/******************************************************************************/
/*********************************************
www.eeworm.com/read/290587/8474030
h ad.h
#ifndef AD_H
#define AD_H
#ifdef AD_C
unsigned char adc_mux ;
void init_adc(void);
#else
extern unsigned char adc_mux;
extern void init_adc(void);
#endif
#endif
www.eeworm.com/read/390195/8477172
dni ad.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Watch]
Watch 1=_ 4 "j" "count" "value" " ADC"
Watch 2=
Watch 3=
[Profiling]
State=_ 0
[TermIOSettings]
Filename=_ ""
InputMode=_ 1
[Desktop-D
www.eeworm.com/read/390195/8477214
c ad.c
#define AD_C
#include "includes.h"
unsigned char adc_mux = 0x01 ;
/******************************************************************************/
/*********************************************