嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
STM8L051使用 VL53L0X,并做低功耗测试
Range_L051
├── Range_stm8
│ ├── Backup of Demo.ewd
│ ├── Backup of Demo.ewp
│ ├── Debug
│ │ ├── Exe
│ │ │ └── Demo.out
│ │ ├── List
│ │ └── Obj
│ │ ├── Demo.pbd
│ │ ├── Demo.pbd.browse
│ │ ├── Demo.pbd.linf
│ │ ├── iic_drive.o
│ │ ├── iic_drive.pbi
│ │ ├── iic_drive.pbi.xcl
│ │ ├── low_power_drive.o
│ │ ├── low_power_drive.pbi
│ │ ├── low_power_drive.pbi.xcl
│ │ ├── main.o
│ │ ├── main.pbi
│ │ ├── main.pbi.cout
│ │ ├── main.pbi.xcl
│ │ ├── stm8l10x_clk.o
│ │ ├── stm8l10x_clk.pbi.cout
│ │ ├── stm8l10x_clk.pbi.xcl
│ │ ├── stm8l10x_gpio.o
│ │ ├── stm8l10x_gpio.pbi.cout
│ │ ├── stm8l10x_gpio.pbi.xcl
│ │ ├── stm8l10x_it.o
│ │ ├── stm8l10x_it.pbi.cout
│ │ ├── stm8l10x_it.pbi.xcl
│ │ ├── stm8l10x_tim2.o
│ │ ├── stm8l10x_tim2.pbi.xcl
│ │ ├── stm8l10x_tim4.o
│ │ ├── stm8l10x_usart.o
│ │ ├── stm8l10x_usart.pbi.cout
│ │ ├── stm8l10x_usart.pbi.xcl
│ │ ├── stm8l15x_adc.o
│ │ ├── stm8l15x_adc.pbi
│ │ ├── stm8l15x_adc.pbi.xcl
│ │ ├── stm8l15x_beep.o
│ │ ├── stm8l15x_beep.pbi
│ │ ├── stm8l15x_beep.pbi.xcl
│ │ ├── stm8l15x_clk.o
│ │ ├── stm8l15x_clk.pbi
│ │ ├── stm8l15x_clk.pbi.xcl
│ │ ├── stm8l15x_dma.o
│ │ ├── stm8l15x_dma.pbi
│ │ ├── stm8l15x_dma.pbi.xcl
│ │ ├── stm8l15x_gpio.o
│ │ ├── stm8l15x_gpio.pbi
│ │ ├── stm8l15x_gpio.pbi.xcl
│ │ ├── stm8l15x_i2c.o
│ │ ├── stm8l15x_i2c.pbi
│ │ ├── stm8l15x_i2c.pbi.xcl
│ │ ├── stm8l15x_it.o
│ │ ├── stm8l15x_it.pbi
│ │ ├── stm8l15x_it.pbi.xcl
│ │ ├── stm8l15x_pwr.o
│ │ ├── stm8l15x_pwr.pbi
│ │ ├── stm8l15x_pwr.pbi.xcl
│ │ ├── stm8l15x_rtc.o
│ │ ├── stm8l15x_rtc.pbi
│ │ ├── stm8l15x_rtc.pbi.xcl
│ │ ├── stm8l15x_spi.o
│ │ ├── stm8l15x_spi.pbi
│ │ ├── stm8l15x_spi.pbi.xcl
│ │ ├── stm8l15x_tim1.o
│ │ ├── stm8l15x_tim1.pbi
│ │ ├── stm8l15x_tim1.pbi.xcl
│ │ ├── stm8l15x_tim2.o
│ │ ├── stm8l15x_tim2.pbi
│ │ ├── stm8l15x_tim2.pbi.xcl
│ │ ├── stm8l15x_tim3.o
│ │ ├── stm8l15x_tim3.pbi
│ │ ├── stm8l15x_tim3.pbi.xcl
│ │ ├── stm8l15x_tim4.o
│ │ ├── stm8l15x_tim4.pbi
│ │ ├── stm8l15x_tim4.pbi.xcl
│ │ ├── stm8l15x_usart.o
│ │ ├── stm8l15x_usart.pbi
│ │ ├── stm8l15x_usart.pbi.xcl
│ │ ├── uart_drive.o
│ │ ├── uart_drive.pbi
│ │ ├── uart_drive.pbi.xcl
│ │ ├── vl6180x_drive.o
│ │ ├── vl6180x_drive.pbi
│ │ └── vl6180x_drive.pbi.xcl
│ ├── Demo.dep
│ ├── Demo.ewd
│ ├── Demo.ewp
│ ├── Demo.ewt
│ ├── Demo.eww
│ ├── STM8L15x_StdPeriph_Driver
│ │ ├── 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
│ ├── app_include.h
│ ├── iic_drive.c
│ ├── iic_drive.h
│ ├── low_power_drive.c
│ ├── low_power_drive.h
│ ├── main.c
│ ├── settings
│ │ ├── Demo.Debug.cspy.bat
│ │ ├── Demo.Debug.cspy.ps1
│ │ ├── Demo.Debug.driver.xcl
│ │ ├── Demo.Debug.general.xcl
│ │ ├── Demo.cspy.bat
│ │ ├── Demo.dbgdt
│ │ ├── Demo.dni
│ │ ├── Demo.dnx
│ │ ├── Demo.wsdt
│ │ └── Demo.wspos
│ ├── stm8l15x_conf.h
│ ├── stm8l15x_it.c
│ ├── stm8l15x_it.h
│ ├── uart_drive.c
│ ├── uart_drive.h
│ ├── vl6180x_drive.c
│ └── vl6180x_drive.h
└── STM8L051低功耗.txt
9 directories, 168 files