代码搜索:ADC0
找到约 667 项符合「ADC0」的源代码
代码结果 667
www.eeworm.com/read/4755/39561
txt 2.1.1双字节无符号数加法.txt
ADD0:
CLR C
ADC0:
XCH A,R7
ADDC A,R3
XCH A,R7
XCH A,R6
ADDC A,R2
XCH A,R6
RET
www.eeworm.com/read/7196/107356
txt 2.1.1双字节无符号数加法.txt
ADD0:
CLR C
ADC0:
XCH A,R7
ADDC A,R3
XCH A,R7
XCH A,R6
ADDC A,R2
XCH A,R6
RET
www.eeworm.com/read/14692/402444
txt 2.1.1双字节无符号数加法.txt
ADD0:
CLR C
ADC0:
XCH A,R7
ADDC A,R3
XCH A,R7
XCH A,R6
ADDC A,R2
XCH A,R6
RET
www.eeworm.com/read/25789/949858
txt 2.1.1双字节无符号数加法.txt
ADD0:
CLR C
ADC0:
XCH A,R7
ADDC A,R3
XCH A,R7
XCH A,R6
ADDC A,R2
XCH A,R6
RET
www.eeworm.com/read/332314/12763948
c demonstrator.c
// Demonstrator.c ADC version
#include "PC_Comm.h"
#include "Demonstrator.h"
//WHERE DOES THIS GO?
/*First, we set the ATmega169 ADC multiplexer to connect
the ADC to pin 61 (ADC0) using t
www.eeworm.com/read/428159/8888410
c main.c
/* main.c: performs a simple ADC conversion of channel 5 using ADC0 */
/* Rev 1.0 Sept 13, 2004 S. Mihalik. */
/* Rev 1.1 Jul 18 2007 SM- Changed ADCCLK prescaler for faster MPC551x default */
/*
www.eeworm.com/read/273272/10921463
c adc.c
#include
#include
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define nop _nop_();
#define adc0 XBYTE
www.eeworm.com/read/338816/12280836
c main.c
#include "Main.h"
#include "Lcd.h"
#include "Ad.h"
#include "Keyled.h"
#define POW_GATE 5 //门限
#define SamplRate 39800
#define pi 3.14159
sfr16 ADC0 = 0xbe; // ADC
www.eeworm.com/read/25996/850789
c adc.c
#define ADC_C
#include "includes.h"
static volatile unsigned int addata;
unsigned char adc_mux = 0x00;//选择通道:ADC0
void ad_result(void)
{
float j;
unsigned int count;
unsig
www.eeworm.com/read/383972/8908619
asm ll.asm
;==================================================================
;单片机内存分配申明!
ADC0 EQU 078H
DIVDLL EQU 21H ;定义被除数
DIVDLH EQU 22H
DIVDHL EQU 23H
DIVDHH EQU 24H
DIVL EQU 25