登录
首页 » C51 » F103C8T6温度

F103C8T6温度

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

  • dianzhen-display
    这个代码在点阵上显示相应的图形。先将程序写入单片机,然后运行,显示相应的图片。(This code displays the corresponding graphics on the lattice. Write the first program the microcontroller, then run, display the corresponding picture.)
    2013-12-04 10:31:37下载
    积分:1
  • 04806094-copy3
    Advanced control of a doubly-fed induction generator for wind energy conversion
    2013-12-20 15:32:11下载
    积分:1
  • WM8731RegConfig
    WM8731是高性能的音频编码解码芯片,使用时需要通过IIC总线进行配置,本程序可以直观的设置各寄存器的参数,并自动生成C或C++语言代码。使用方便。(WM8731 is a high-performance audio codec chip, need to use IIC bus configuration, this procedure can be intuitively set the parameters of the register, and automatically generate C or C++ language code. Easy to use.)
    2010-10-05 11:05:59下载
    积分:1
  • dingshiqi
    一个简单的定时器定时0.5s和1s程序,指在教导新手如何使用定时器(A simple timer timer 0.5s and 1s procedures, means to teach novices how to use the timer)
    2013-08-01 17:03:34下载
    积分:1
  • esp8266_modules_libraries
    说明:  esp8266相关模组的AD封装与元件库,包括ESP-01、ESP-01S、ESP-01F、ESP-01M、ESP-07、ESP-07S、ESP-12E、ESP-12F、ESP-12M等模组的PCB封装与元件库(AD PCB and component library of related modules of esp8266, including PCB and component library of esp-01, esp-01s, esp-01f, esp-01m, esp-07, esp-07s, esp-12e, esp-12f, esp-12m, etc)
    2020-02-15 20:47:29下载
    积分:1
  • stm32f407-TCP服务器数据收实验
    说明:  在stm32f407的平台下,进行TCP的服务器端数据收发(Under the platform of stm32f407, the server-side data of TCP is sent and received)
    2021-01-23 00:53:43下载
    积分:1
  • ATT7022E
    stm32f1,驱动ATT7022E多功能电能计量芯片程序,OK(stm32f103,ATT7022E,ok,)
    2020-12-15 23:19:13下载
    积分:1
  • C8051Fexample
    C8051F040的片内资源所有源码,很适用(C8051F040-chip resources of all source code, it is applicable)
    2021-01-24 14:18:38下载
    积分:1
  • STM32-24C02
    基于STM32的EEPROM II2C读写程序 (STM32 EEPROM R/W IIC)
    2015-03-24 21:58:33下载
    积分:1
  • FM24c04(8052)C
    FM2404铁电存储器 的历程,与AT2404有点区别,按资料上的说读写速度会比AT2404(FM2404 FRAM process, and the AT2404 a little difference, according to data read and write speed on that than the AT2404)
    2010-07-30 10:47:55下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载