2021-09-12 15:26:49 索煒達電子 678
項目編號:E1107
文件大?。?86K
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
根據(jù)原子哥的實驗10輸入捕獲實驗改的超聲波測距模塊,如有不對的地方,還望指正,針對的是stm32f103zet6,戰(zhàn)艦就ok
目錄│文件列表:
└ 超聲波測距模塊 HC-SR04
│ keilkill.bat
│ README.TXT
├ HARDWARE
│ ├ BEEP
│ │ │ beep.c
│ │ └ beep.h
│ ├ EXTI
│ │ │ exti.c
│ │ └ exti.h
│ ├ KEY
│ │ │ key.c
│ │ └ key.h
│ ├ LED
│ │ │ led.c
│ │ └ led.h
│ ├ TIMER
│ │ │ timer.c
│ │ └ timer.h
│ └ WDG
│ │ wdg.c
│ └ wdg.h
├ OBJ
│ │ delay.crf
│ │ delay.d
│ │ delay.o
│ │ led.crf
│ │ led.d
│ │ led.o
│ │ startup_stm32f10x_hd.d
│ │ startup_stm32f10x_hd.lst
│ │ startup_stm32f10x_hd.o
│ │ sys.crf
│ │ sys.d
│ │ sys.o
│ │ test.axf
│ │ test.build_log.htm
│ │ test.crf
│ │ test.d
│ │ test.hex
│ │ test.htm
│ │ test.lnp
│ │ test.map
│ │ test.o
│ │ test.sct
│ │ test_Target 1.dep
│ │ timer.crf
│ │ timer.d
│ │ timer.o
│ │ usart.crf
│ │ usart.d
│ └ usart.o
├ SYSTEM
│ │ readme.txt
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ sys
│ │ │ core_cm3.h
│ │ │ core_cmFunc.h
│ │ │ core_cmInstr.h
│ │ │ stm32f10x.h
│ │ │ sys.c
│ │ │ sys.h
│ │ └ system_stm32f10x.h
│ └ usart
│ │ usart.c
│ └ usart.h
└ USER
│ JLinkLog.txt
│ JLinkSettings.ini
│ startup_stm32f10x_hd.s
│ test.c
│ test.uvguix.17429
│ test.uvguix.Administrator
│ test.uvoptx
│ test.uvprojx
└ DebugConfig
└ Target_1_STM32F103ZE_1.0.0.dbgconf