【E2345】基于STM32F103空气净化器程序 PCB文件

2021-11-19 11:25:49      索炜达电子      473     

项目编号:E2345

文件大小:3.78M

源码说明:带中文注释

开发环境:C编译器

简要概述:

基于STM32F103空气净化器程序 PCB文件

目录│文件列表:

 └ 基于STM32F103空气净化器程序 PCB文件

    ├ 硬件PCB+SCH

    │  └ lhx1

    │     └ lhx

    │        │ lhx.CmpLib

    │        │ lhx.PcbDoc

    │        │ lhx.PcbDoc.htm

    │        │ lhx.PcbLib

    │        │ lhx.PrjPCB

    │        │ lhx.PrjPCBStructure

    │        │ lhx.SchDoc

    │        │ lhx1.CmpLib

    │        │ stm32f103rct6.SchLib

    │        ├ Project Logs for lhx

    │        │  │ lhx PCB ECO 2019-5-14 19-36-46.LOG

    │        │  │ lhx PCB ECO 2019-5-16 18-00-59.LOG

    │        │  │ lhx PCB ECO 2019-5-16 21-26-02.LOG

    │        │  │ lhx PCB ECO 2019-5-16 21-47-54.LOG

    │        │  │ lhx PCB ECO 2019-5-16 22-30-52.LOG

    │        │  │ lhx PCB ECO 2019-5-16 22-38-26.LOG

    │        │  │ lhx PCB ECO 2019-5-7 14-46-17.LOG

    │        │  │ lhx PCB ECO 2019-5-7 15-27-53.LOG

    │        │  │ lhx PCB ECO 2019-5-7 17-30-23.LOG

    │        │  │ lhx PCB ECO 2019-5-7 17-35-04.LOG

    │        │  │ lhx PCB ECO 2019-5-7 17-44-15.LOG

    │        │  │ lhx PCB ECO 2019-5-7 18-01-45.LOG

    │        │  │ lhx PCB ECO 2019-5-7 18-50-04.LOG

    │        │  │ lhx PCB ECO 2019-5-7 19-04-50.LOG

    │        │  │ lhx PCB ECO 2019-5-7 20-47-16.LOG

    │        │  │ lhx PCB ECO 2019-5-8 10-35-25.LOG

    │        │  │ lhx PCB ECO 2019-5-8 13-08-01.LOG

    │        │  │ lhx PCB ECO 2019-5-8 20-29-34.LOG

    │        │  │ lhx PCB ECO 2019-5-8 9-05-35.LOG

    │        │  │ lhx PCB ECO 2019-5-8 9-30-33.LOG

    │        │  │ lhx PCB ECO 2019-5-8 9-47-18.LOG

    │        │  │ lhx PCB ECO 2019-5-8 9-50-45.LOG

    │        │  │ lhx PCB ECO 2019-5-9 12-28-50.LOG

    │        │  │ lhx PCB ECO 2019-5-9 18-04-25.LOG

    │        │  │ lhx PCB ECO 2019-5-9 22-26-50.LOG

    │        │  │ lhx SCH ECO 2019-5-16 16-25-23.LOG

    │        │  │ lhx SCH ECO 2019-5-3 12-44-42.LOG

    │        │  │ lhx SCH ECO 2019-5-3 12-53-54.LOG

    │        │  │ lhx SCH ECO 2019-5-6 22-02-26.LOG

    │        │  │ lhx SCH ECO 2019-5-7 0-04-02.LOG

    │        │  │ lhx SCH ECO 2019-5-7 17-29-51.LOG

    │        │  │ lhx SCH ECO 2019-5-7 17-32-54.LOG

    │        │  │ lhx SCH ECO 2019-5-7 18-01-28.LOG

    │        │  └ lhx SCH ECO 2019-5-9 12-28-20.LOG

    │        └ Project Outputs for lhx

    │           │ Design Rule Check - lhx.drc

    │           └ Design Rule Check - lhx.html

    └ 项目源码

       └ 最终程序

          └ 最终实验

             │ keilkilll.bat

             │ README.TXT

             ├ CORE

             │  │ core_cm3.c

             │  │ core_cm3.h

             │  │ startup_stm32f10x_hd.s

             │  └ startup_stm32f10x_md.s

             ├ HARDWARE

             │  ├ ADC

             │  │  │ adc.c

             │  │  └ adc.h

             │  ├ DHT11

             │  │  │ dht11.c

             │  │  └ dht11.h

             │  ├ LCD

             │  │  │ FONT.H

             │  │  │ lcd.c

             │  │  └ lcd.h

             │  ├ LED

             │  │  │ led.c

             │  │  └ led.h

             │  ├ ms1100

             │  │  │ ms1100.c

             │  │  └ ms1100.h

             │  └ PWM

             │     │ pwm.c

             │     └ pwm.h

             ├ OBJ

             │  │ adc.crf

             │  │ adc.d

             │  │ adc.o

             │  │ core_cm3.crf

             │  │ core_cm3.d

             │  │ core_cm3.o

             │  │ delay.crf

             │  │ delay.d

             │  │ delay.o

             │  │ dht11.crf

             │  │ dht11.d

             │  │ dht11.o

             │  │ LCD.axf

             │  │ LCD.build_log.htm

             │  │ lcd.crf

             │  │ lcd.d

             │  │ LCD.hex

             │  │ LCD.htm

             │  │ LCD.lnp

             │  │ lcd.o

             │  │ LCD.sct

             │  │ LCD_Target 1.dep

             │  │ led.crf

             │  │ led.d

             │  │ led.o

             │  │ main.crf

             │  │ main.d

             │  │ main.o

             │  │ misc.crf

             │  │ misc.d

             │  │ misc.o

             │  │ ms1100.crf

             │  │ ms1100.d

             │  │ ms1100.o

             │  │ pwm.crf

             │  │ pwm.d

             │  │ pwm.o

             │  │ startup_stm32f10x_hd.d

             │  │ startup_stm32f10x_hd.o

             │  │ stm32f10x_adc.crf

             │  │ stm32f10x_adc.d

             │  │ stm32f10x_adc.o

             │  │ stm32f10x_gpio.crf

             │  │ stm32f10x_gpio.d

             │  │ stm32f10x_gpio.o

             │  │ stm32f10x_it.crf

             │  │ stm32f10x_it.d

             │  │ stm32f10x_it.o

             │  │ stm32f10x_rcc.crf

             │  │ stm32f10x_rcc.d

             │  │ stm32f10x_rcc.o

             │  │ stm32f10x_tim.crf

             │  │ stm32f10x_tim.d

             │  │ stm32f10x_tim.o

             │  │ stm32f10x_usart.crf

             │  │ stm32f10x_usart.d

             │  │ stm32f10x_usart.o

             │  │ sys.crf

             │  │ sys.d

             │  │ sys.o

             │  │ system_stm32f10x.crf

             │  │ system_stm32f10x.d

             │  │ system_stm32f10x.o

             │  │ usart.crf

             │  │ usart.d

             │  └ usart.o

             ├ STM32F10x_FWLib

             │  ├ inc

             │  │  │ misc.h

             │  │  │ stm32f10x_adc.h

             │  │  │ stm32f10x_adc.h~RF96a05d.TMP

             │  │  │ 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

                │ JLinkSettings.ini

                │ LCD.map

                │ LCD.uvguix.123

                │ LCD.uvguix.99368

                │ LCD.uvguix.Administrator

                │ LCD.uvoptx

                │ LCD.uvprojx

                │ main.c

                │ startup_stm32f10x_hd.lst

                │ stm32f10x.h

                │ stm32f10x_conf.h

                │ stm32f10x_it.c

                │ stm32f10x_it.h

                │ system_stm32f10x.c

                │ system_stm32f10x.h

                └ 新建文本文档.txt

TAG空气净化器
  • 15 次
  • 1 分