代码搜索结果
找到约 10,000 项符合
ADC 的代码
adc.done
Sun Apr 05 22:21:35 2009
adc.pin
-- Copyright (C) 1991-2006 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and a
adc.asm
;-----------STC12C5410AD/AD转换程序---------------
;------------2008.8.28----------------------------
;-------------------------------------------------
ADC_CONTR EQU 0C5H
ADC_DATA EQU 0C6H ;ADC
adc.c
/******************************************************************************
* *
* **********
adc.c
#include "iom16v.h"
/*ADC采样函数,采样第7通道信号,采样分辨率256*/
unsigned char get_ad(void) {
unsigned char i;
ADMUX = 0x67; /*基准AVCC、左对齐、通道7*/
ADCSRA = 0xC2; /*使能、开启、4分频*/
while(!(ADCSRA & (1
adc.c
//====================================================================
// File Name : Adc.c
// Function : S3C2410 ADC Test
// Program : Kang, Weon Tark
// Date : May 22, 2002
// Version
adc.h
//*****************************************************************************
//
// adc.h - ADC headers for using the ADC driver functions.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. Al
adc.c
//*****************************************************************************
//
// adc.c - Driver for the ADC.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reserved.
//
//
adc.h
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**