登录
首页 » C51 » F103C8T6温度

F103C8T6温度

于 2017-07-23 发布 文件大小:7929KB
0 197
下载积分: 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 个回复

  • 368255-2-connector
    canus schematic for arduino mkr
    2020-06-24 00:40:02下载
    积分:1
  • 小车
    基于Blinker的手机控制小车。硬件:arduino(Mobile control car based on Blinker.Hardware:arduino)
    2020-06-16 05:20:02下载
    积分:1
  • robot
    labview编写的机器人手臂运动源码,可模拟手臂的动作及控制过程(robot arm motion labview write source code, can simulate the arm motion and control process)
    2020-12-07 16:59:21下载
    积分:1
  • pidloopc
    外国10年前用C写的PID调节器源码,带测试,有详细注释.现在难找到(10 years ago with foreign PID controller written in C source code with the test, with detailed notes now difficult to find)
    2011-10-09 16:27:43下载
    积分:1
  • 24c02
    pic单片机+proteus 仿真 24c02eeprom存储试验(pic+proteus simulate eeprom 24c02)
    2009-06-21 18:09:38下载
    积分:1
  • NB-iot SDK包移植文档
    m5310接入移动物联onenet的NB-iot SDK源码,帮助用户更容易接入onenet(M5310 access to the NB-iot SDK source of the mobile onenet, helping users to access onenet more easily)
    2017-12-25 21:09:41下载
    积分:1
  • 实现LCD显示GPS定位信息
    利用STC系列的单片机, 通过gps模块获取定位信息, 分离数据, 显示经纬度等信息到LCD1602液晶屏上.(Using the STC series of single-chip microcomputer, obtain the positioning information through the GPS module, separate the data, display latitude and longitude and other information to the LCD1602 LCD screen.)
    2018-06-03 09:08:55下载
    积分:1
  • 飞特器人产品资料
    飞特机器人资料,包含机器人以及舵机驱动程序,keil驱动代码(Flight Robot Data Flight Robot Information, including Robot and Actuator Driver, Keil Driver Code)
    2019-05-23 13:39:58下载
    积分:1
  • Firmware_F405 V1.2
    说明:  本文件为正点原子悟空飞行器源码,ATKflight F405 V1.2版本,编译环境为MDK-ARM-V5,适合于新手学习,配套正点原子飞控器,体验飞控的乐趣(This document is the source code of the Point Atomic Wukong Aircraft, ATKflight F405 V1.2 version, compiled environment for MDK-ARM-V5, suitable for novice learning, matching the Point Atomic Flight Controller, experience the fun of flight control.)
    2019-05-21 18:23:47下载
    积分:1
  • AD5422
    使用内部硬件SPI,与模拟电流电压输出芯片AD5422通讯。(Using the internal hardware SPI, the analog voltage output current AD5422 chip communication.)
    2021-02-01 11:10:00下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载