登录
首页 » C51 » F103C8T6温度

F103C8T6温度

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

  • TDS220
    泰克TDS220示波器使用指导书 ,使用起来很方便,其他示波器使用方法类似(Tektronix TDS220 oscilloscopes use instructions, easy to use, similar to other oscilloscopes use)
    2015-09-14 22:39:13下载
    积分:1
  • 黑线寻迹
    说明:  新手适用黑线寻迹代码,适用于arduino开发板(Novice is suitable for black line tracing code and Arduino development board)
    2020-06-21 19:00:01下载
    积分:1
  • infraredsensors
    一个基于8051单片机如AT89c51等的红外传感器接收的小程序,提供单片机学习之用(A 8051-based infrared sensors such as AT89c51 received a small program used to provide single chip learning)
    2010-05-18 00:17:44下载
    积分:1
  • EASI_main
    EASI blind source seperation
    2017-02-03 16:44:40下载
    积分:1
  • Beginners-lcd1602_
    lcd1602单片机万年历,不开多得的好资料,你看了肯定不会后悔。(Beginners lcd1602)
    2011-10-20 08:15:33下载
    积分:1
  • I2cInInterrupt
    PIC16F727在中断进行I2c器件读写,接口简单,工作稳定,附详细注释,绝对模块化设计,甚至可以直接添到你的程序里用,51单片机稍作修改也可使用。(The PIC16F727 I2c devices to read and write in the interrupt interface is simple, stable, with detailed notes, the absolute modular design and can even add to your program with 51 single-chip slight modifications can also be used.)
    2012-04-30 09:46:38下载
    积分:1
  • FIR
    C语言实现带通滤波器功能,比matlab更加试用可用于单片机开发(FIR band_pass filter )
    2013-05-14 13:49:26下载
    积分:1
  • Project--frequency-control
    项目物料分拣输送带的变频控制 的完整实现过程,变频器控制电机(Project materials sorting conveyor frequency control? The complete implementation process, the inverter controls the motor)
    2014-11-05 21:50:42下载
    积分:1
  • 无线充电资料
    芯科泰又大量生产了一款最小体积的无线输电模块,模块体积仅为长18mm宽15mm高8mm的输电控制模块,除外置一个发射线圈外无任何元件,无线充电接收电流可高达600mA,基本满足普通电子产品的充电供电之用,模块具有识别能力,可根据负载大小自动增减发射功率,工作效率约70%安装方便简单,价格低廉,可直接工作在4~12V的宽电压工作,主要用于短距离的各种小电子产品使用(Wireless charging data,Core Tai also produced a minimal volume of wireless transmission module, the module volume is only 18 mm long and 15 mm wide 15 mm high 8 mm transmission control module, except for an external transmitter coil without any components, wireless charging receiving current can be as high as 600 mA, basically meet the charging and power supply of ordinary electronic products, the module has the ability to identify. It can automatically increase or decrease the transmitting power according to the load size. Its efficiency is about 70% easy to install and low cost. It can work directly at a wide voltage of 4-12 V. It is mainly used for short distance small electronic products.)
    2018-10-24 20:33:43下载
    积分:1
  • CRC-C
    有关 C语言的CRC校验的资料,很实用,值得收藏和学习(About the C language, the CRC data, it is practical, it is worth collecting and learning)
    2014-04-15 18:33:56下载
    积分:1
  • 696516资源总数
  • 106442会员总数
  • 11今日下载