资源简介

STM32F103做的一款PT100温度检测设备,通过ADC转换电压得到分度表中的温度。

资源截图

代码片段和文件信息

#include “hw_config.h“

//void Adc_GPIO_Config(void)
//{
//  GPIO_InitTypeDef GPIO_InitStructure;
// /*使能GPIO和ADC1通道时钟*/
// RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOB |RCC_APB2Periph_ADC1  ENABLE );   
// 
// /*将PA0设置为模拟输入*/                         
// GPIO_InitStructure.GPIO_Pin = GPIO_Pin_1;
// /*将GPIO设置为模拟输入*/
// GPIO_InitStructure.GPIO_Mode = GPIO_Mode_AIN;
// GPIO_Init(GPIOB &GPIO_InitStructure);
//
//}
//
//
//void  Adc_Config(void)
//{ 
// ADC_InitTypeDef ADC_InitStructure; 
// Adc_GPIO_Config();
//  /*72M/6=12ADC最大时间不能超过14M*/
// RCC_ADCCLKConfig(RCC_PCLK2_Div6);  
// /*将外设 ADC1 的全部寄存器重设为默认值*/
// ADC_DeInit(ADC1); 
//  /*ADC工作模式:ADC1和ADC2工作在独立模式*/
// ADC_InitStructure.ADC_Mode = ADC_Mode_Independent;
// /*模数转换工作在单通道模式*/
// ADC_InitStructure.ADC_

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       8004  2017-04-18 16:36  PT100 恒流温度测量\Adc.c

     文件        252  2017-04-18 10:09  PT100 恒流温度测量\Adc.h

     文件       3442  2017-04-18 16:39  PT100 恒流温度测量\pt100.c

     文件        270  2017-04-18 14:15  PT100 恒流温度测量\pt100.h

     目录          0  2017-04-18 16:36  PT100 恒流温度测量

----------- ---------  ---------- -----  ----

                11968                    5


评论

共有 条评论