文件名称:Internal-temperature-sensor
- 所属分类:
- 单片机(51,AVR,MSP430等)
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-09
- 文件大小:
- 111kb
- 下载次数:
- 0次
- 提 供 者:
- ji***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
单片机开发板,本实验将实现如下功能:本实验通过ADC1的通道16读取STM32内部温度传感器的电压值,并将其转换为温度值,显示在LCD模块上。
-This experiment will achieve the following functions: the present experiments by the ADC1 channel 16 reads STM32 a voltage value of the internal temperature sensor, and converts it to a temperature value displayed on the LCD module.
-This experiment will achieve the following functions: the present experiments by the ADC1 channel 16 reads STM32 a voltage value of the internal temperature sensor, and converts it to a temperature value displayed on the LCD module.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实验18 内部温度传感器实验\HARDWARE\ADC\adc.c
.........................\........\...\adc.h
.........................\........\BEEP\beep.c
.........................\........\....\beep.h
.........................\........\EXTI\exti.c
.........................\........\....\exti.h
.........................\........\KEY\key.c
.........................\........\...\key.h
.........................\........\LCD\FONT.H
.........................\........\...\ILI93xx.c
.........................\........\...\LCD.h
.........................\........\.ED\led.c
.........................\........\...\led.h
.........................\........\OLED\oled.c
.........................\........\....\oled.h
.........................\........\....\oledfont.h
.........................\........\RTC\rtc.c
.........................\........\...\rtc.h
.........................\........\TIMER\timer.c
.........................\........\.....\timer.h
.........................\........\.PAD\tpad.c
.........................\........\....\tpad.h
.........................\........\WDG\wdg.c
.........................\........\...\wdg.h
.........................\........\.KUP\wkup.c
.........................\........\....\wkup.h
.........................\keilkill.bat
.........................\OBJ\test.hex
.........................\README.TXT
.........................\SYSTEM\delay\delay.c
.........................\......\.....\delay.h
.........................\......\sys\sys.c
.........................\......\...\sys.h
.........................\......\usart\usart.c
.........................\......\.....\usart.h
.........................\USER\startup_stm32f10x_hd.s
.........................\....\test.c
.........................\....\test.Opt
.........................\....\test.Uv2
.........................\..MART\readme.txt
.........................\......\usmart.c
.........................\......\usmart.h
.........................\......\usmart_config.c
.........................\......\usmart_str.c
.........................\......\usmart_str.h
.........................\HARDWARE\ADC
.........................\........\BEEP
.........................\........\EXTI
.........................\........\KEY
.........................\........\LCD
.........................\........\LED
.........................\........\OLED
.........................\........\RTC
.........................\........\TIMER
.........................\........\TPAD
.........................\........\WDG
.........................\........\WKUP
.........................\SYSTEM\delay
.........................\......\sys
.........................\......\usart
.........................\HARDWARE
.........................\OBJ
.........................\SYSTEM
.........................\USER
.........................\USMART
实验18 内部温度传感器实验