代码搜索:ADC测试
找到约 10,000 项符合「ADC测试」的源代码
代码结果 10,000
www.eeworm.com/read/299774/7833978
bak adc_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/299480/7847694
pdf adc0801.pdf
www.eeworm.com/read/299480/7847703
pdf adc0809.pdf
www.eeworm.com/read/399506/7856264
c adc8535.c
/*
ADC example for the AT90S8535 on
the Atmel STK500 starter kit
CodeVisionAVR C Compiler
www.eeworm.com/read/399506/7856268
asm adc8535.asm
www.eeworm.com/read/399343/7868512
h adc_ini.h
sfr16 DP = 0x82; // data pointer
sfr16 TMR3RL = 0x92; // Timer3 reload value
sfr16 TMR3 = 0x94; // Timer3 counter
sfr16 ADC0 = 0xbe;
www.eeworm.com/read/434267/7879022
bin adc_processortrigger.bin
www.eeworm.com/read/434165/7885029
c sub_adc.c
#include "iom16.h"
#include "ioavr.h"
#include "inavr.h"
#include "avr_macros.h"
#include "userdef.h"
#include "userfun.h"
#include "userram.h"
//#include "usertype.h"
void ADCON(unsign
www.eeworm.com/read/433580/7920768
c adc0832.c
#include
//#include
#include
//#define uchar unsigned char
//#define uint unsigned int
void write_adc_byte(char data_byte);
char ReadADC(unsigned char channel);