【E1628】基于STM8L的额温枪源程序

2021-10-21 18:57:22      索炜达电子      423     

项目编号:E1628

文件大小:984K

源码说明:带中文注释

开发环境:C编译器

简要概述:

基于STM8L的额温枪源程序

目录│文件列表:

 └ 基于STM8L的额温枪源程序

    └ Project_STM8L

       ├ Libraries

       │  └ STM8L15x_StdPeriph_Driver

       │     │ Release_Notes.html

       │     ├ inc

       │     │  │ stm8l15x.h

       │     │  │ stm8l15x_adc.h

       │     │  │ stm8l15x_aes.h

       │     │  │ stm8l15x_beep.h

       │     │  │ stm8l15x_clk.h

       │     │  │ stm8l15x_comp.h

       │     │  │ stm8l15x_dac.h

       │     │  │ stm8l15x_dma.h

       │     │  │ stm8l15x_exti.h

       │     │  │ stm8l15x_flash.h

       │     │  │ stm8l15x_gpio.h

       │     │  │ stm8l15x_i2c.h

       │     │  │ stm8l15x_irtim.h

       │     │  │ stm8l15x_itc.h

       │     │  │ stm8l15x_iwdg.h

       │     │  │ stm8l15x_lcd.h

       │     │  │ stm8l15x_pwr.h

       │     │  │ stm8l15x_rst.h

       │     │  │ stm8l15x_rtc.h

       │     │  │ stm8l15x_spi.h

       │     │  │ stm8l15x_syscfg.h

       │     │  │ stm8l15x_tim1.h

       │     │  │ stm8l15x_tim2.h

       │     │  │ stm8l15x_tim3.h

       │     │  │ stm8l15x_tim4.h

       │     │  │ stm8l15x_tim5.h

       │     │  │ stm8l15x_usart.h

       │     │  │ stm8l15x_wfe.h

       │     │  └ stm8l15x_wwdg.h

       │     └ src

       │        │ stm8l15x_adc.c

       │        │ stm8l15x_aes.c

       │        │ stm8l15x_beep.c

       │        │ stm8l15x_clk.c

       │        │ stm8l15x_comp.c

       │        │ stm8l15x_dac.c

       │        │ stm8l15x_dma.c

       │        │ stm8l15x_exti.c

       │        │ stm8l15x_flash.c

       │        │ stm8l15x_gpio.c

       │        │ stm8l15x_i2c.c

       │        │ stm8l15x_irtim.c

       │        │ stm8l15x_itc.c

       │        │ stm8l15x_iwdg.c

       │        │ stm8l15x_lcd.c

       │        │ stm8l15x_pwr.c

       │        │ stm8l15x_rst.c

       │        │ stm8l15x_rtc.c

       │        │ stm8l15x_spi.c

       │        │ stm8l15x_syscfg.c

       │        │ stm8l15x_tim1.c

       │        │ stm8l15x_tim2.c

       │        │ stm8l15x_tim3.c

       │        │ stm8l15x_tim4.c

       │        │ stm8l15x_tim5.c

       │        │ stm8l15x_usart.c

       │        │ stm8l15x_wfe.c

       │        └ stm8l15x_wwdg.c

       ├ Project

       │  ├ Project

       │  │  │ AGP2401.c

       │  │  │ AGP2401.h

       │  │  │ code writen by 159-1921-87-29.txt

       │  │  │ functions.c

       │  │  │ functions.h

       │  │  │ gen_AGP2401data.py

       │  │  │ main.c

       │  │  │ readme.txt

       │  │  │ Release_Notes.html

       │  │  │ stm8l15x_conf.h

       │  │  │ stm8l15x_it.c

       │  │  │ stm8l15x_it.h

       │  │  │ tempADC.c

       │  │  │ tempADC.h

       │  │  │ TLR553.c

       │  │  │ TLR553.h

       │  │  ├ EWSTM8

       │  │  │  │ Backup of project.ewp

       │  │  │  │ project.dep

       │  │  │  │ project.ewd

       │  │  │  │ project.ewp

       │  │  │  │ project.ewt

       │  │  │  │ project.eww

       │  │  │  │ readme.txt

       │  │  │  ├ settings

       │  │  │  │  │ project.dbgdt

       │  │  │  │  │ project.dnx

       │  │  │  │  │ project.STM8L15X_MD(STM8L15xx4_6).cspy.bat

       │  │  │  │  │ project.STM8L15X_MD(STM8L15xx4_6).cspy.ps1

       │  │  │  │  │ project.STM8L15X_MD(STM8L15xx4_6).driver.xcl

       │  │  │  │  │ project.STM8L15X_MD(STM8L15xx4_6).general.xcl

       │  │  │  │  └ project.wsdt

       │  │  ├ RIDE

       │  │  │  │ project.rprj

       │  │  │  │ readme.txt

       │  │  │  │ stm8l05xx3.rapp

       │  │  │  │ stm8l05xx6.rapp

       │  │  │  │ stm8l05xx8.rapp

       │  │  │  │ stm8l15xx2_3.rapp

       │  │  │  │ stm8l15xx4_6.rapp

       │  │  │  │ stm8l15xx8_16xx8.rapp

       │  │  │  │ stm8l15x_ob.asm

       │  │  │  └ Debug

       │  │  │     └ code writen by 159-1921-87-29.txt

       │  │  └ STVD

       │  │     ├ Cosmic

       │  │     │  │ project.stw

       │  │     │  │ readme.txt

       │  │     │  │ stm8l05xx3.stp

       │  │     │  │ stm8l05xx6.stp

       │  │     │  │ stm8l05xx8.stp

       │  │     │  │ stm8l15xx2_3.stp

       │  │     │  │ stm8l15xx4_6.stp

       │  │     │  │ stm8l15xx8_16xx8.stp

       │  │     │  └ stm8_interrupt_vector.c

       │  │     └ Raisonance

       │  │        │ code writen by 159-1921-87-29.txt

       │  │        │ project.stw

       │  │        │ project.wed

       │  │        │ readme.txt

       │  │        │ stm8l05xx3.dep

       │  │        │ stm8l05xx3.stp

       │  │        │ stm8l05xx6.dep

       │  │        │ stm8l05xx6.stp

       │  │        │ stm8l05xx8.dep

       │  │        │ stm8l05xx8.stp

       │  │        │ stm8l15xx2_3.dep

       │  │        │ stm8l15xx2_3.stp

       │  │        │ stm8l15xx4_6.dep

       │  │        │ stm8l15xx4_6.stp

       │  │        │ stm8l15xx8_16xx8.dep

       │  │        │ stm8l15xx8_16xx8.stp

       │  │        │ stm8_interrupt_vector.c

       │  │        ├ Debug

       │  │        │  └ stm8l15xx4_6.lkf

       │  │        └ Release

       │  │           │ stm8l15xx4_6.lkf

       │  │           └ STM8L15X_MD(STM8L15xx4_6).lkf

       │  └ STM8L15x_StdPeriph_Examples

       │     │ code writen by 159-1921-87-29.txt

       │     │ Library_Examples.html

       │     │ Release_Notes.html

       │     ├ ADC

       │     │  │ phone 1-5-9--19-21-8-7-2-9.txt

       │     │  ├ ADC_AnalogWatchdog

       │     │  │  │ main.c

       │     │  │  │ readme.txt

       │     │  │  │ stm8l15x_conf.h

       │     │  │  │ stm8l15x_it.c

       │     │  │  └ stm8l15x_it.h

       │     │  ├ ADC_DMA

       │     │  │  │ main.c

       │     │  │  │ phone 1-5-9--19-21-8-7-2-9.txt

       │     │  │  │ readme.txt

       │     │  │  │ stm8l15x_conf.h

       │     │  │  │ stm8l15x_it.c

       │     │  │  └ stm8l15x_it.h

       │     │  ├ ADC_IDD_measurement

       │     │  │  │ main.c

       │     │  │  │ readme.txt

       │     │  │  │ stm8l15x_conf.h

       │     │  │  │ stm8l15x_it.c

       │     │  │  └ stm8l15x_it.h

       │     │  └ ADC_IT

       │     │     │ main.c

       │     │     │ readme.txt

       │     │     │ stm8l15x_conf.h

       │     │     │ stm8l15x_it.c

       │     │     └ stm8l15x_it.h

       │     ├ AES

       │     │  ├ AES_EncryptDecrypt

       │     │  │  │ main.c

       │     │  │  │ readme.txt

       │     │  │  │ stm8l15x_conf.h

       │     │  │  │ stm8l15x_it.c

       │     │  │  └ stm8l15x_it.h

       │     │  ├ AES_KeyDerivation

       │     │  │  │ main.c

       │     │  │  │ readme.txt

TAG额温枪
  • 8 次
  • 1 分