极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E1706】STM32萬年歷源代碼原理圖PCB(紅外遙控+I2COLED +溫度)

2021-10-23 18:32:33      索煒達電子      900     

項目編號:E1706

文件大?。?.79M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡要概述:

設計的功能有:時間顯示,日期顯示,溫顯示,整點報時,設置鬧鐘。

硬件上采用了DS1302+DS18B20+四腳I2Coled+紅外接收器+蜂鳴器,主控是stm32f103rct6

目錄│文件列表:

 └ 32萬年歷

    │ 32萬年歷元器件清單.xlsx

    ├ TIMER

    │  │ keilkill.bat

    │  ├ CORE

    │  │  │ core_cm3.c

    │  │  │ core_cm3.h

    │  │  └ startup_stm32f10x_hd.s

    │  ├ Dezimoer

    │  │  ├ BEEP

    │  │  │  │ beep.c

    │  │  │  └ beep.h

    │  │  ├ ds1302

    │  │  │  │ ds1302.c

    │  │  │  └ ds1302.h

    │  │  ├ ds18b20

    │  │  │  │ ds18b20.c

    │  │  │  └ ds18b20.h

    │  │  ├ led

    │  │  │  │ led.c

    │  │  │  └ led.h

    │  │  ├ OLED

    │  │  │  │ bmp.h

    │  │  │  │ oled.c

    │  │  │  │ oled.h

    │  │  │  └ oledfont.h

    │  │  ├ red

    │  │  │  │ red.c

    │  │  │  └ red.h

    │  │  └ show

    │  │     │ show.c

    │  │     └ show.h

    │  ├ OBJ

    │  │  └ Template.hex

    │  ├ STM32F10x_FWLIB

    │  │  ├ inc

    │  │  │  │ misc.h

    │  │  │  │ stm32f10x_adc.h

    │  │  │  │ stm32f10x_bkp.h

    │  │  │  │ stm32f10x_can.h

    │  │  │  │ stm32f10x_cec.h

    │  │  │  │ stm32f10x_crc.h

    │  │  │  │ stm32f10x_dac.h

    │  │  │  │ stm32f10x_dbgmcu.h

    │  │  │  │ stm32f10x_dma.h

    │  │  │  │ stm32f10x_exti.h

    │  │  │  │ stm32f10x_flash.h

    │  │  │  │ stm32f10x_fsmc.h

    │  │  │  │ stm32f10x_gpio.h

    │  │  │  │ stm32f10x_i2c.h

    │  │  │  │ stm32f10x_iwdg.h

    │  │  │  │ stm32f10x_pwr.h

    │  │  │  │ stm32f10x_rcc.h

    │  │  │  │ stm32f10x_rtc.h

    │  │  │  │ stm32f10x_sdio.h

    │  │  │  │ stm32f10x_spi.h

    │  │  │  │ stm32f10x_tim.h

    │  │  │  │ stm32f10x_usart.h

    │  │  │  └ stm32f10x_wwdg.h

    │  │  └ src

    │  │     │ misc.c

    │  │     │ stm32f10x_adc.c

    │  │     │ stm32f10x_bkp.c

    │  │     │ stm32f10x_can.c

    │  │     │ stm32f10x_cec.c

    │  │     │ stm32f10x_crc.c

    │  │     │ stm32f10x_dac.c

    │  │     │ stm32f10x_dbgmcu.c

    │  │     │ stm32f10x_dma.c

    │  │     │ stm32f10x_exti.c

    │  │     │ stm32f10x_flash.c

    │  │     │ stm32f10x_fsmc.c

    │  │     │ stm32f10x_gpio.c

    │  │     │ stm32f10x_i2c.c

    │  │     │ stm32f10x_iwdg.c

    │  │     │ stm32f10x_pwr.c

    │  │     │ stm32f10x_rcc.c

    │  │     │ stm32f10x_rtc.c

    │  │     │ stm32f10x_sdio.c

    │  │     │ stm32f10x_spi.c

    │  │     │ stm32f10x_tim.c

    │  │     │ stm32f10x_usart.c

    │  │     └ stm32f10x_wwdg.c

    │  ├ SYSTEM

    │  │  ├ delay

    │  │  │  │ delay.c

    │  │  │  └ delay.h

    │  │  ├ sys

    │  │  │  │ sys.c

    │  │  │  └ sys.h

    │  │  └ usart

    │  │     │ usart.c

    │  │     └ usart.h

    │  └ USER

    │     │ EventRecorderStub.scvd

    │     │ JLinkSettings.ini

    │     │ main.c

    │     │ stm32f10x.h

    │     │ stm32f10x_conf.h

    │     │ stm32f10x_it.c

    │     │ stm32f10x_it.h

    │     │ system_stm32f10x.c

    │     │ system_stm32f10x.h

    │     │ Template.uvguix.鄧志民

    │     │ Template.uvoptx

    │     │ Template.uvprojx

    │     ├ DebugConfig

    │     │  │ Target_1_STM32F103RC_1.0.0.dbgconf

    │     │  └ Template_STM32F103RC_1.0.0.dbgconf

    └ 萬年歷作品

       │ 萬年年歷.PrjPCB

       │ 萬年年歷.PrjPCBStructure

       │ 作品.PcbDoc

       │ 作品.SchDoc

       └ Project Logs for 萬年年歷

          │ 作品 PCB ECO 2019-3-30 10-06-03.LOG

          │ 作品 PCB ECO 2019-3-30 10-43-49.LOG

          │ 作品 PCB ECO 2019-3-30 9-18-11.LOG

          │ 作品 PCB ECO 2019-3-30 9-21-50.LOG

          │ 作品 PCB ECO 2019-3-30 9-29-52.LOG

          │ 作品 PCB ECO 2019-3-30 9-38-14.LOG

          │ 作品 PCB ECO 2019-3-30 9-46-48.LOG

          │ 作品 PCB ECO 2019-4-4 15-03-36.LOG

          │ 作品 PCB ECO 2019-4-4 15-05-57.LOG

          │ 作品 PCB ECO 2019-4-4 15-34-37.LOG

          │ 作品 PCB ECO 2019-4-4 9-29-23.LOG

          │ 作品 PCB ECO 2019-4-4 9-30-52.LOG

          │ 作品 PCB ECO 2019-4-4 9-32-31.LOG

          │ 作品 PCB ECO 2019-4-4 9-42-00.LOG

          │ 作品 PCB ECO 2019-4-7 10-05-48.LOG

          │ 作品 PCB ECO 2019-4-7 10-37-31.LOG

          │ 作品 PCB ECO 2019-4-7 10-55-28.LOG

          └ 作品 PCB ECO 2019-4-8 7-58-13.LOG

TAGSTM32
  • 15 次
  • 1 分