文件名称:stm32_e
-
所属分类:
- 标签属性:
- 上传时间:2016-11-27
-
文件大小:702.74kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
stm32实现温度报警,红外线遥控设置报警温度时间,并用TFT液晶屏显示当前温度与报警温度。-Stm32 temperature alarm, infrared remote control set the alarm temperature and time, and use the TFT LCD screen displays the current temperature and alarm temperature.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
stm32_exp/
stm32_exp/CORE/
stm32_exp/CORE/core_cm3.c
stm32_exp/CORE/core_cm3.h
stm32_exp/CORE/startup_stm32f10x_hd.s
stm32_exp/CORE/startup_stm32f10x_md.s
stm32_exp/HARDWARE/
stm32_exp/HARDWARE/ds18b20.c
stm32_exp/HARDWARE/ds18b20.h
stm32_exp/HARDWARE/LCD/
stm32_exp/HARDWARE/LCD/FONT.H
stm32_exp/HARDWARE/LCD/lcd.c
stm32_exp/HARDWARE/LCD/lcd.h
stm32_exp/HARDWARE/LED/
stm32_exp/HARDWARE/LED/led.c
stm32_exp/HARDWARE/LED/led.h
stm32_exp/HARDWARE/remote.c
stm32_exp/HARDWARE/remote.h
stm32_exp/HARDWARE/RTC/
stm32_exp/HARDWARE/RTC/rtc.c
stm32_exp/HARDWARE/RTC/rtc.h
stm32_exp/keilkilll.bat
stm32_exp/OBJ/
stm32_exp/OBJ/RTC.hex
stm32_exp/OBJ/USMART.hex
stm32_exp/out/
stm32_exp/out/RTC.hex
stm32_exp/out/test.hex
stm32_exp/STM32F10x_FWLib/
stm32_exp/STM32F10x_FWLib/inc/
stm32_exp/STM32F10x_FWLib/inc/misc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_adc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_bkp.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_can.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_cec.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_crc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dac.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dma.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_exti.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_flash.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_gpio.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_i2c.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_pwr.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_rcc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_rtc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_sdio.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_spi.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_tim.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_usart.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
stm32_exp/STM32F10x_FWLib/src/
stm32_exp/STM32F10x_FWLib/src/misc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_adc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_bkp.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_can.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_cec.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_crc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dac.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dma.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_exti.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_flash.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_fsmc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_gpio.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_i2c.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_iwdg.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_pwr.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_rcc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_rtc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_sdio.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_spi.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_tim.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_usart.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_wwdg.c
stm32_exp/SYSTEM/
stm32_exp/SYSTEM/delay/
stm32_exp/SYSTEM/delay/delay.c
stm32_exp/SYSTEM/delay/delay.h
stm32_exp/SYSTEM/sys/
stm32_exp/SYSTEM/sys/sys.c
stm32_exp/SYSTEM/sys/sys.h
stm32_exp/SYSTEM/usart/
stm32_exp/SYSTEM/usart/usart.c
stm32_exp/SYSTEM/usart/usart.h
stm32_exp/USER/
stm32_exp/USER/common.h
stm32_exp/USER/delay.c
stm32_exp/USER/delay.h
stm32_exp/USER/JLinkSettings.ini
stm32_exp/USER/LED.C
stm32_exp/USER/LED.H
stm32_exp/USER/main.c
stm32_exp/USER/Myfuncion.c
stm32_exp/USER/pwm.c
stm32_exp/USER/pwm.h
stm32_exp/USER/remote.c
stm32_exp/USER/remote.h
stm32_exp/USER/RTC.uvgui.Administrator
stm32_exp/USER/RTC.uvgui.dell
stm32_exp/USER/RTC.uvopt
stm32_exp/USER/RTC.uvproj
stm32_exp/USER/stm32f10x.h
stm32_exp/USER/stm32f10x_conf.h
stm32_exp/USER/stm32f10x_it.c
stm32_exp/USER/stm32f10x_it.h
stm32_exp/USER/system_stm32f10x.c
stm32_exp/USER/system_stm32f10x.h
stm32_exp/USER/timer.c
stm32_exp/USER/timer.h
stm32_exp/USER/TIME_TEST.C
stm32_exp/USMART/
stm32_exp/USMART/readme.txt
stm32_exp/USMART/usmart.c
stm32_exp/USMART/usmart.h
stm32_exp/USMART/usmart_config.c
stm32_exp/USMART/usmart_str.c
stm32_exp/USMART/usmart_str.h
器件概览.docx
实习内容.docx
流程图.docx
红外线遥控器.docx
stm32_exp/CORE/
stm32_exp/CORE/core_cm3.c
stm32_exp/CORE/core_cm3.h
stm32_exp/CORE/startup_stm32f10x_hd.s
stm32_exp/CORE/startup_stm32f10x_md.s
stm32_exp/HARDWARE/
stm32_exp/HARDWARE/ds18b20.c
stm32_exp/HARDWARE/ds18b20.h
stm32_exp/HARDWARE/LCD/
stm32_exp/HARDWARE/LCD/FONT.H
stm32_exp/HARDWARE/LCD/lcd.c
stm32_exp/HARDWARE/LCD/lcd.h
stm32_exp/HARDWARE/LED/
stm32_exp/HARDWARE/LED/led.c
stm32_exp/HARDWARE/LED/led.h
stm32_exp/HARDWARE/remote.c
stm32_exp/HARDWARE/remote.h
stm32_exp/HARDWARE/RTC/
stm32_exp/HARDWARE/RTC/rtc.c
stm32_exp/HARDWARE/RTC/rtc.h
stm32_exp/keilkilll.bat
stm32_exp/OBJ/
stm32_exp/OBJ/RTC.hex
stm32_exp/OBJ/USMART.hex
stm32_exp/out/
stm32_exp/out/RTC.hex
stm32_exp/out/test.hex
stm32_exp/STM32F10x_FWLib/
stm32_exp/STM32F10x_FWLib/inc/
stm32_exp/STM32F10x_FWLib/inc/misc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_adc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_bkp.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_can.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_cec.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_crc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dac.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dbgmcu.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_dma.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_exti.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_flash.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_fsmc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_gpio.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_i2c.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_iwdg.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_pwr.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_rcc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_rtc.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_sdio.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_spi.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_tim.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_usart.h
stm32_exp/STM32F10x_FWLib/inc/stm32f10x_wwdg.h
stm32_exp/STM32F10x_FWLib/src/
stm32_exp/STM32F10x_FWLib/src/misc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_adc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_bkp.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_can.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_cec.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_crc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dac.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dbgmcu.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_dma.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_exti.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_flash.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_fsmc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_gpio.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_i2c.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_iwdg.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_pwr.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_rcc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_rtc.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_sdio.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_spi.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_tim.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_usart.c
stm32_exp/STM32F10x_FWLib/src/stm32f10x_wwdg.c
stm32_exp/SYSTEM/
stm32_exp/SYSTEM/delay/
stm32_exp/SYSTEM/delay/delay.c
stm32_exp/SYSTEM/delay/delay.h
stm32_exp/SYSTEM/sys/
stm32_exp/SYSTEM/sys/sys.c
stm32_exp/SYSTEM/sys/sys.h
stm32_exp/SYSTEM/usart/
stm32_exp/SYSTEM/usart/usart.c
stm32_exp/SYSTEM/usart/usart.h
stm32_exp/USER/
stm32_exp/USER/common.h
stm32_exp/USER/delay.c
stm32_exp/USER/delay.h
stm32_exp/USER/JLinkSettings.ini
stm32_exp/USER/LED.C
stm32_exp/USER/LED.H
stm32_exp/USER/main.c
stm32_exp/USER/Myfuncion.c
stm32_exp/USER/pwm.c
stm32_exp/USER/pwm.h
stm32_exp/USER/remote.c
stm32_exp/USER/remote.h
stm32_exp/USER/RTC.uvgui.Administrator
stm32_exp/USER/RTC.uvgui.dell
stm32_exp/USER/RTC.uvopt
stm32_exp/USER/RTC.uvproj
stm32_exp/USER/stm32f10x.h
stm32_exp/USER/stm32f10x_conf.h
stm32_exp/USER/stm32f10x_it.c
stm32_exp/USER/stm32f10x_it.h
stm32_exp/USER/system_stm32f10x.c
stm32_exp/USER/system_stm32f10x.h
stm32_exp/USER/timer.c
stm32_exp/USER/timer.h
stm32_exp/USER/TIME_TEST.C
stm32_exp/USMART/
stm32_exp/USMART/readme.txt
stm32_exp/USMART/usmart.c
stm32_exp/USMART/usmart.h
stm32_exp/USMART/usmart_config.c
stm32_exp/USMART/usmart_str.c
stm32_exp/USMART/usmart_str.h
器件概览.docx
实习内容.docx
流程图.docx
红外线遥控器.docx
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.