【E2229】STM8S单片机菜板杀菌仪

2021-11-08 13:09:47      索炜达电子      290     

项目编号:E2229

文件大小:2.56M

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM8S单片机菜板杀菌仪

目录│文件列表:

 └ STM8S单片机菜板杀菌仪

    └ 菜板杀菌仪

       └ 上传资料

          │ 911-菜板杀菌仪PCBA项目.xlsx

          │ 原理图.pdf

          └ 程序设计原档

             │ Backup of ster.ewd

             │ Backup of ster.ewp

             │ ster.dep

             │ ster.ewd

             │ ster.ewp

             │ ster.ewt

             │ ster.eww

             ├ Debug

             │  ├ Exe

             │  │  │ ster.hex

             │  │  └ ster.out

             │  └ Obj

             │     │ beep.o

             │     │ beep.pbi

             │     │ beep.pbi.cout

             │     │ key.o

             │     │ key.pbi

             │     │ key.pbi.cout

             │     │ led.o

             │     │ led.pbi

             │     │ led.pbi.cout

             │     │ main.o

             │     │ main.pbi

             │     │ main.pbi.cout

             │     │ ster.pbd

             │     │ ster.pbd.browse

             │     │ stm8s_adc1.o

             │     │ stm8s_adc1.pbi

             │     │ stm8s_adc1.pbi.cout

             │     │ stm8s_awu.o

             │     │ stm8s_awu.pbi

             │     │ stm8s_awu.pbi.cout

             │     │ stm8s_beep.o

             │     │ stm8s_beep.pbi

             │     │ stm8s_beep.pbi.cout

             │     │ stm8s_clk.o

             │     │ stm8s_clk.pbi

             │     │ stm8s_clk.pbi.cout

             │     │ stm8s_exti.o

             │     │ stm8s_exti.pbi

             │     │ stm8s_exti.pbi.cout

             │     │ stm8s_flash.o

             │     │ stm8s_flash.pbi

             │     │ stm8s_flash.pbi.cout

             │     │ stm8s_gpio.o

             │     │ stm8s_gpio.pbi

             │     │ stm8s_gpio.pbi.cout

             │     │ stm8s_i2c.o

             │     │ stm8s_i2c.pbi

             │     │ stm8s_i2c.pbi.cout

             │     │ stm8s_it.o

             │     │ stm8s_it.pbi

             │     │ stm8s_it.pbi.cout

             │     │ stm8s_itc.o

             │     │ stm8s_itc.pbi

             │     │ stm8s_itc.pbi.cout

             │     │ stm8s_iwdg.o

             │     │ stm8s_iwdg.pbi

             │     │ stm8s_iwdg.pbi.cout

             │     │ stm8s_rst.o

             │     │ stm8s_rst.pbi

             │     │ stm8s_rst.pbi.cout

             │     │ stm8s_spi.o

             │     │ stm8s_spi.pbi

             │     │ stm8s_spi.pbi.cout

             │     │ stm8s_tim1.o

             │     │ stm8s_tim1.pbi

             │     │ stm8s_tim1.pbi.cout

             │     │ stm8s_tim2.o

             │     │ stm8s_tim2.pbi

             │     │ stm8s_tim2.pbi.cout

             │     │ stm8s_tim4.o

             │     │ stm8s_tim4.pbi

             │     │ stm8s_tim4.pbi.cout

             │     │ stm8s_wwdg.o

             │     │ stm8s_wwdg.pbi

             │     │ stm8s_wwdg.pbi.cout

             │     │ timer.o

             │     │ timer.pbi

             │     └ timer.pbi.cout

             ├ hardware

             │  ├ beep

             │  │  │ beep.c

             │  │  └ beep.h

             │  ├ key

             │  │  │ key.c

             │  │  └ key.h

             │  ├ led

             │  │  │ led.c

             │  │  └ led.h

             │  └ timer

             │     │ timer.c

             │     └ timer.h

             ├ inc

             │  │ stm8s.h

             │  │ stm8s_adc1.h

             │  │ stm8s_adc2.h

             │  │ stm8s_awu.h

             │  │ stm8s_beep.h

             │  │ stm8s_can.h

             │  │ stm8s_clk.h

             │  │ stm8s_exti.h

             │  │ stm8s_flash.h

             │  │ stm8s_gpio.h

             │  │ stm8s_i2c.h

             │  │ stm8s_itc.h

             │  │ stm8s_iwdg.h

             │  │ stm8s_rst.h

             │  │ stm8s_spi.h

             │  │ stm8s_tim1.h

             │  │ stm8s_tim2.h

             │  │ stm8s_tim3.h

             │  │ stm8s_tim4.h

             │  │ stm8s_tim5.h

             │  │ stm8s_tim6.h

             │  │ stm8s_uart1.h

             │  │ stm8s_uart2.h

             │  │ stm8s_uart3.h

             │  └ stm8s_wwdg.h

             ├ settings

             │  │ ster.cspy.bat

             │  │ ster.dbgdt

             │  │ ster.Debug.cspy.bat

             │  │ ster.Debug.driver.xcl

             │  │ ster.Debug.general.xcl

             │  │ ster.dni

             │  │ ster.wsdt

             │  └ ster.wspos

             ├ src

             │  │ stm8s_adc1.c

             │  │ stm8s_adc2.c

             │  │ stm8s_awu.c

             │  │ stm8s_beep.c

             │  │ stm8s_can.c

             │  │ stm8s_clk.c

             │  │ stm8s_exti.c

             │  │ stm8s_flash.c

             │  │ stm8s_gpio.c

             │  │ stm8s_i2c.c

             │  │ stm8s_itc.c

             │  │ stm8s_iwdg.c

             │  │ stm8s_rst.c

             │  │ stm8s_spi.c

             │  │ stm8s_tim1.c

             │  │ stm8s_tim2.c

             │  │ stm8s_tim3.c

             │  │ stm8s_tim4.c

             │  │ stm8s_tim5.c

             │  │ stm8s_tim6.c

             │  │ stm8s_uart1.c

             │  │ stm8s_uart2.c

             │  │ stm8s_uart3.c

             │  └ stm8s_wwdg.c

             └ user

                │ main.c

                │ stm8s_conf.h

                │ stm8s_it.c

                └ stm8s_it.h

TAG菜板
  • 3 次
  • 1 分