代码搜索结果
找到约 16,876 项符合
ADC 的代码
adc.rpt
Project Information c:\windows\desktop\edaplay\digital\test15\adc.rpt
MAX+plus II Compiler Report File
Version 10.2 07/10/2002
Compiled: 10/10/2002 11:42:22
Copyright (C) 1988-2002 Al
adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
adc.pbd
This is an internal working file generated by the Source Browser.
16:21 36s
I:\projekte\ADC\Debug\Obj\ad.pbi
I:\projekte\ADC\Debug\Obj\ad_cnf.pbi
I:\projekte\ADC\Debug\Obj\os_cnf.pbi
adc.lnp
"main.obj"
TO "adc"
RAMSIZE(256)
adc.c
/****************************************************************
* ARMSYS S3C44B0X ADC TEST *
****************************************************************
1.2005.4.24:: AD
adc.txt
/*=============================================================================
使用PIC16F877A片内ADC,运行程序,LED0到LED7显示AD_IN电压
============================================================================
adc.h
//adc.h
#include "AT91SAM7S128.h"
void InitADC(void);
unsigned int GetValue_chanel4(void);
unsigned int GetValue_chanel5(void);
adc
<mark>ADC</mark>模块内部自带一个温度传感器。
公式:
Vsenso = 2.7-(T+55)/75
因此,利用<mark>ADC</mark>测得Vsenso就可以算出温度值T:
T = (2.7-Vsenso)*75-55
温度转换结果通过UART输出。
在室温环境下,如果手指按在LM3S1138芯片上温度会明显升高数摄氏度;如果用棉棒蘸酒精擦拭芯片表面温度会有明显下降。
...
adc.c
#include
#include
#include "stdtypes.h"
#include "adc.h"
#define ADC_END ADCSRA&0x10
int adc0_value;
int adc1_value;
UNS8 channel;
UNS8 adc_couter;
UNS8 adc_
adc-serial.mcs
[Header]
MagicCookie={0b13fe8c-dfe0-40eb-8900-6712719559a7}
Version=1.0
[File000]
Location=F:\experiment\ADC\ADC-SERIAL\ADC-SERIAL.obj
Folder=Intermediary
[File001]
Location=F:\experiment\ADC\A