代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\tp.h"
#define LOOP 1000
volatile unsigned char adcend=0;
void __irq Adc_or_T
adc.h
//********************************************************************************************
//
// File : adc.h implement for on-board temparature sensor and potentiometer.
//
//****************
adc.c
//********************************************************************************************
//
// File : adc.c implement for on-board temparature sensor and ADC0
//
//**************************
adc.c~
/*****************************************************
This program was produced by the
CodeWizardAVR V1.24.9 Evaluation
Automatic Program Generator
adc.hex
:020000000C945E
:1000020033000C9400000C9400000C9400000C943B
:1000120000000C9400000C9400000C9400000C945E
:1000220000000C9400000C9400000C9400000C944E
:1000320000000C9400000C9400000C9400000C943E
:10
adc.c
/*****************************************************
This program was produced by the
CodeWizardAVR V1.24.9 Evaluation
Automatic Program Generator
adc.cwp
[CodeWizard]
Toolset=AVR
[Chip]
Type=ATmega16
CPUClock=4
XTALDivEnabled=0
XTALDivValue=2
XTALDivIndex=-1
ResetAfterBtnActivation=0
BatteryLowHysteresis=0
BatteryLowThresholds=-1
XRAMSize=0
adc.i
#pragma used+
sfrb TWBR=0;
sfrb TWSR=1;
sfrb TWAR=2;
sfrb TWDR=3;
sfrb ADCL=4;
sfrb ADCH=5;
sfrw ADCW=4;
sfrb ADCSRA=6;
sfrb ADMUX=7;
sfrb ACSR=8;
sfrb UBRRL=9;
sfrb UCSRB=0xa;
sf