代码搜索结果
找到约 10,000 项符合
ADC 的代码
stm32f10x_adc.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_adc.c
* Author : MCD Application Team
* Version : V2.0.3
*
main.i
#line 1 "MAIN.C" /0
#line 1 "MAIN.H" /0
stm32f10x_adc.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_adc.c
* Author : MCD Application Team
* Version : V2.0.2
*
stm32f10x_adc.c
/******************** (C) COPYRIGHT 2008 STMicroelectronics ********************
* File Name : stm32f10x_adc.c
* Author : MCD Application Team
* Version : V2.0.2
*
main.c
/*****************头文件*****************************************/
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
/***************
main.c
/*****************头文件*****************************************/
#include /* for EnableInterrupts macro */
#include "derivative.h" /* include peripheral declarations */
/***************
fet140_adc12_11.c
//*****************************************************************************
// MSP-FET430P140 Demo - ADC12, Single Channel Rpt Mode, TA1 as Sample Trigger
//
// Description: Sample and conver
552_adc_int.c
/******************************************************************************
* 功能描述: 在STADC引脚的上升沿之后扫描所有ADC通道。由定时器T2
* 控制在P4.7引脚上产生重复周期为1.14ms的上升沿信号。
* A/D转换结果被送往UART。
**
552_adc_pol.c
/**************************************************************************
* 功能描述: 在STADC引脚的上升沿之后扫描所有ADC通道。由定时器T2
* 控制在P4.7引脚上产生重复周期为1.14ms的上升沿信号。
* A/D转换结果被送往UART。
***
ac7705.txt
#include
#include
sbit adc_clk=P1^0;
sbit adc_din=P1^1;
sbit adc_dout=P1^5;
sbit adc_ready=P1^6;
unsigned int temp;
unsigned int byte16bit ;
void delay(unsigned char j)
{