代码搜索:ADC0
找到约 667 项符合「ADC0」的源代码
代码结果 667
www.eeworm.com/read/333575/12671712
out tmp.out
BL51 BANKED LINKER/LOCATER V5.03 - SN: Cygnal_8051Fxxx
COPYRIGHT KEIL ELEKTRONIK GmbH 1987 - 2002
E:\cygnal编程笔记\adc0外部电压转换八个通道轮流采样.obj TO E:\cygnal编程笔记\adc0外部电压转换八个通道轮流采样 RS(256) PL(68) PW(78)
www.eeworm.com/read/331383/12831177
#1 adc.#1
sfr16 ADC0=0xc4;
extern void Adc_init(void);
extern int Adc0_hdl(unsigned char channel);
www.eeworm.com/read/230426/14289558
c dac_adc.c
//DAC转换 输出0~5伏 步进0.1伏
//系统时钟 22.1184MHz
//T3自动重装产生方波
#include "ms_c.h"
#include "key.h"
sfr16 ADC0 =0xbe;
uchar voltage=0; //输出电压值 0.0~5.0
uchar test_vol=0; //ADC0检测的电压
void D
www.eeworm.com/read/11035/193668
c 跷跷板.c
#include
#define uchar unsigned char
#define uint unsigned int
#define SYSCLK 22118400
sfr16 ADC0=0xbe; //ADC0数据
sfr16 ADC0GT =0xc4;
sfr16 ADCOLT =0xc6;
sfr PH0=0xFA; //控制左边电
www.eeworm.com/read/315702/13537791
c analog.c
/* vim: set sw=8 ts=8 si : */
/*********************************************
* Author: Guido Socher, Copyright: GPL
*
* Digital analog conversion of channel ADC0 and ADC1 in
* free running mode.
www.eeworm.com/read/206309/15296832
c analog.c
/* vim: set sw=8 ts=8 si : */
/*********************************************
* Author: Guido Socher, Copyright: GPL
*
* Digital analog conversion of channel ADC0 and ADC1 in
* free running mode.
***
www.eeworm.com/read/383972/8908612
sdi ll.sdi
,,,
,,,
,,,;==================================================================
,,,;单片机内存分配申明!
,,,ADC0 EQU 078H
,,,
,,,DIVDLL EQU 21H ;定义被除数
,,,DIVDLH EQU 22H
,,,DIV
www.eeworm.com/read/331383/12831203
#3 variable.#3
sfr16 ADC0=0xc4;
int xdata adc1_buffer[18];
int xdata adc2_buffer[18];
int xdata temp;
www.eeworm.com/read/331383/12831227
#2 variable.#2
sfr16 ADC0=0xc4;
int xdata adc1_buffer[18];
int xdata adc2_buffer[18];
int xdata temp;
unsigned char dio;
www.eeworm.com/read/283233/9034734
pjt adc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\ccs\ADC0\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="Ds