登录
首页 » C51 » F103C8T6温度

F103C8T6温度

于 2017-07-23 发布 文件大小:7929KB
0 210
下载积分: 1 下载次数: 4

代码说明:

  用stm32f103c8t6做的智能数字中,主要有以下功能,显示当前时间,年月日,星期和温度。可以通过按键打开和关闭闹钟,整点报时,时间调整。(With stm32f103c8t6 to do intelligent digital, mainly has the following functions, showing the current time, date, day, week and temperature. You can turn on and off the alarm clock by pressing the button, adjust the whole time and adjust the time.)

文件列表:

F103C8T6温度\CORE
F103C8T6温度\CORE\core_cm3.c
F103C8T6温度\CORE\core_cm3.h
F103C8T6温度\CORE\startup_stm32f10x_md.s
F103C8T6温度\FWLIB
F103C8T6温度\FWLIB\inc
F103C8T6温度\FWLIB\inc\misc.h
F103C8T6温度\FWLIB\inc\stm32f10x_adc.h
F103C8T6温度\FWLIB\inc\stm32f10x_bkp.h
F103C8T6温度\FWLIB\inc\stm32f10x_can.h
F103C8T6温度\FWLIB\inc\stm32f10x_cec.h
F103C8T6温度\FWLIB\inc\stm32f10x_crc.h
F103C8T6温度\FWLIB\inc\stm32f10x_dac.h
F103C8T6温度\FWLIB\inc\stm32f10x_dbgmcu.h
F103C8T6温度\FWLIB\inc\stm32f10x_dma.h
F103C8T6温度\FWLIB\inc\stm32f10x_exti.h
F103C8T6温度\FWLIB\inc\stm32f10x_flash.h
F103C8T6温度\FWLIB\inc\stm32f10x_fsmc.h
F103C8T6温度\FWLIB\inc\stm32f10x_gpio.h
F103C8T6温度\FWLIB\inc\stm32f10x_i2c.h
F103C8T6温度\FWLIB\inc\stm32f10x_iwdg.h
F103C8T6温度\FWLIB\inc\stm32f10x_pwr.h
F103C8T6温度\FWLIB\inc\stm32f10x_rcc.h
F103C8T6温度\FWLIB\inc\stm32f10x_rtc.h
F103C8T6温度\FWLIB\inc\stm32f10x_sdio.h
F103C8T6温度\FWLIB\inc\stm32f10x_spi.h
F103C8T6温度\FWLIB\inc\stm32f10x_tim.h
F103C8T6温度\FWLIB\inc\stm32f10x_usart.h
F103C8T6温度\FWLIB\inc\stm32f10x_wwdg.h
F103C8T6温度\FWLIB\src
F103C8T6温度\FWLIB\src\misc.c
F103C8T6温度\FWLIB\src\stm32f10x_adc.c
F103C8T6温度\FWLIB\src\stm32f10x_bkp.c
F103C8T6温度\FWLIB\src\stm32f10x_can.c
F103C8T6温度\FWLIB\src\stm32f10x_cec.c
F103C8T6温度\FWLIB\src\stm32f10x_crc.c
F103C8T6温度\FWLIB\src\stm32f10x_dac.c
F103C8T6温度\FWLIB\src\stm32f10x_dbgmcu.c
F103C8T6温度\FWLIB\src\stm32f10x_dma.c
F103C8T6温度\FWLIB\src\stm32f10x_exti.c
F103C8T6温度\FWLIB\src\stm32f10x_flash.c
F103C8T6温度\FWLIB\src\stm32f10x_fsmc.c
F103C8T6温度\FWLIB\src\stm32f10x_gpio.c
F103C8T6温度\FWLIB\src\stm32f10x_i2c.c
F103C8T6温度\FWLIB\src\stm32f10x_iwdg.c
F103C8T6温度\FWLIB\src\stm32f10x_pwr.c
F103C8T6温度\FWLIB\src\stm32f10x_rcc.c
F103C8T6温度\FWLIB\src\stm32f10x_rtc.c
F103C8T6温度\FWLIB\src\stm32f10x_sdio.c
F103C8T6温度\FWLIB\src\stm32f10x_spi.c
F103C8T6温度\FWLIB\src\stm32f10x_tim.c
F103C8T6温度\FWLIB\src\stm32f10x_usart.c
F103C8T6温度\FWLIB\src\stm32f10x_wwdg.c
F103C8T6温度\HARDWIRE
F103C8T6温度\HARDWIRE\CLOCK
F103C8T6温度\HARDWIRE\CLOCK\clock.c
F103C8T6温度\HARDWIRE\CLOCK\clock.h
F103C8T6温度\HARDWIRE\EDIT
F103C8T6温度\HARDWIRE\EDIT\edit.c
F103C8T6温度\HARDWIRE\EDIT\edit.h
F103C8T6温度\HARDWIRE\KEY
F103C8T6温度\HARDWIRE\KEY\key.c
F103C8T6温度\HARDWIRE\KEY\key.h
F103C8T6温度\HARDWIRE\LCD
F103C8T6温度\HARDWIRE\LCD\Lcd.c
F103C8T6温度\HARDWIRE\LCD\Lcd.h
F103C8T6温度\HARDWIRE\TEMP
F103C8T6温度\HARDWIRE\TEMP\temp.c
F103C8T6温度\HARDWIRE\TEMP\temp.h
F103C8T6温度\HARDWIRE\TIME
F103C8T6温度\HARDWIRE\TIME\time.c
F103C8T6温度\HARDWIRE\TIME\time.h
F103C8T6温度\OBJ
F103C8T6温度\OBJ\clock.crf
F103C8T6温度\OBJ\clock.d
F103C8T6温度\OBJ\clock.o
F103C8T6温度\OBJ\core_cm3.crf
F103C8T6温度\OBJ\core_cm3.d
F103C8T6温度\OBJ\core_cm3.o
F103C8T6温度\OBJ\delay.crf
F103C8T6温度\OBJ\delay.d
F103C8T6温度\OBJ\delay.o
F103C8T6温度\OBJ\edit.crf
F103C8T6温度\OBJ\edit.d
F103C8T6温度\OBJ\edit.o
F103C8T6温度\OBJ\ExtDll.iex
F103C8T6温度\OBJ\key.crf
F103C8T6温度\OBJ\key.d
F103C8T6温度\OBJ\key.o
F103C8T6温度\OBJ\lcd.crf
F103C8T6温度\OBJ\lcd.d
F103C8T6温度\OBJ\lcd.o
F103C8T6温度\OBJ\main.crf
F103C8T6温度\OBJ\main.d
F103C8T6温度\OBJ\main.o
F103C8T6温度\OBJ\misc.crf
F103C8T6温度\OBJ\misc.d
F103C8T6温度\OBJ\misc.o
F103C8T6温度\OBJ\startup_stm32f10x_md.d
F103C8T6温度\OBJ\startup_stm32f10x_md.o

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ZPLC10
    资料是电力载波模块ZPLC10的说明,资料含有周立功电力载波模块的所有资料,硬件设计与软件通信协议都有,提供参考设计。(Information is power line carrier communication module ZPLC10 data containing all information ZLG power line carrier communication module, hardware design and software communication protocol, providing reference design.)
    2016-08-14 15:11:27下载
    积分:1
  • ST7565_Dm
    ST7565 串行液晶驱动 + 多层液晶菜单 + Proteus仿真 ST7565 串行液晶驱动,用 晓奇工作室 Lcmzimo.exe提取字库,实现多层菜单,配有Proteus仿真。老是提示上传错误等会再传程序吧 (ST7565 Serial LCD driver++ Proteus simulation of multi-layer LCD menu serial ST7565 LCD driver, extract the font to use Xiaoqi studio Lcmzimo.exe to achieve multi-layer menu with a Proteus simulation. Always will be prompted to upload the error re-transmission of programs such as bar)
    2009-09-23 09:32:56下载
    积分:1
  • 滑动窗口滤波
    进行平滑滤波编码分析得到接近真实值的参数(Smooth filtering to solve the problem of unstable sampling value after single sampling)
    2018-03-17 22:13:47下载
    积分:1
  • 4位密码锁完成
    说明:  纯数字电路实现4位密码锁,15秒倒计时功能,简易原器件,课程设计,proteus仿真(Pure digital circuit to achieve 4-bit password lock, 15 seconds countdown function, simple components, Proteus simulation, curriculum design)
    2019-05-09 13:42:08下载
    积分:1
  • modbus软件实战 ModbusMaster
    说明:  modbus软件开发实战,适用于各种工业控制(Modbus software development practice, suitable for various industrial control)
    2020-06-20 05:00:01下载
    积分:1
  • SN65LBC184
    器件SN65LBC184手册,便于学习者学习开发!(Device SN65LBC184 manual for ease learners develop!)
    2013-09-11 11:51:47下载
    积分:1
  • msi_7
    lic of Material Studio 7。
    2014-10-24 15:12:22下载
    积分:1
  • tanghui
    唐会完美源码可以用作自己研究后台账号和密码admin 123456 前台账号和密码123456 123456(Don will be a perfect source)
    2013-12-16 20:05:53下载
    积分:1
  • 雾霾
    使用SMT32F103做的一款用于雾霾检测的板子(A board made of SMT32F103 for haze detection)
    2019-03-04 17:59:08下载
    积分:1
  • EmbeddedProject1
    说明:  基于VS2019+VisualGDB的STM32F10X 项目模板 编程语言:C++11 调试方式:Jlink(STM32F10X Project Template Based on VS2019+Visual GDB Programming language: C++ 11 Debugging: Jlink)
    2020-06-18 22:00:01下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载