代码搜索结果

找到约 10,000 项符合 DAC 的代码

dac0808.c

//adc转化一定要有一定的时间,不要一转化完成后立即就再ADC=0转化.这样可能会出错 //adc的转化后最高值是OUT0非OUT7所以接线要注意.但也可通过程序转化.? //74LS373内部本身有上位电阻,所以电路中,外接的SLED无需再接上上位电阻,接了会出错的 #include"reg51.h" #include"intrins.h" #include"absacc.h" #

dac0808.lst

C51 COMPILER V7.50 DAC0808 04/11/2007 12:57:54 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE DAC0808 OBJECT MODULE PLACED IN

dac12.dni

[DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [State Storage] Control Register=771 [Sequencer] Control Register=0 NextState0=0 NextState1=0 [Action Register] Break=0 State Storage=0 [Inter

dac12.h

#ifndef _DAC12 #define _DAC12 void InitDac12(); void GoDac12(unsigned char doit,unsigned char which); void Dac12Write(unsigned int dat,unsigned char which); #endif