代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.c
/*****************************************************************************
* adc.c: ADC module file for NXP LPC23xx Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
adc.c
#include// Zegar TMR1 liczy do wartosci zadanej przez przetwornik A/C*
void Init_PORTD();
void Init_TMR1();
void Init_AC();
void main()
{
unsigned int liczba_AC, Temp;
Init_PORTD()
adc.c
#include "c8051F020.h"
#include
/*
压力应变片ADC试验
运行此程序,压力值将在数码管上显示.用手触摸应变片
观察压力变化.
*/
#define MUX_TEMP 0x08
#define MUX_VOLT 0x01
#define MUX_PRESS 0x02
unsigned
adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
adc.bat
SET RVCT31INC=C:\Keil\ARM\RV31\INC
SET RVCT31LIB=C:\Keil\ARM\RV31\LIB
SET CPU_TYPE=STM32F103RB
SET CPU_VENDOR=STMicroelectronics
SET UV2_TARGET=ADC
SET CPU_CLOCK=0x00000000
"C:\Keil\ARM\BIN31\Ar
adc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
adc.cpp
// ADC.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "ADC.h"
#include "MainFrm.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha