2021-08-11 17:38:24 索炜达电子 1231
项目编号:E11
文件大小:13M
源码说明:带中文注释
开发环境:Keil4
简要概述:
主芯片:STM32F103 先行者螺旋式水下地形勘探机器人设计
上位机界面:
文件列表:
目录│文件列表:
└ Forerunner
├ LORA----E45程序
│ │ keilkilll.bat
│ │ README.TXT
│ ├ CORE
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ │ startup_stm32f10x_hd.s
│ │ └ startup_stm32f10x_md.s
│ ├ HARDWARE
│ │ ├ KEY
│ │ │ │ key.c
│ │ │ └ key.h
│ │ └ LED
│ │ │ led.c
│ │ └ led.h
│ ├ OBJ
│ │ │ core_cm3.crf
├ LORAE32与超声波
│ │ keilkilll.bat
│ │ README.TXT
│ ├ CORE
│ │ │ core_cm3.c
│ │ │ core_cm3.h
│ │ │ startup_stm32f10x_hd.s
│ │ └ startup_stm32f10x_md.s
│ ├ HARDWARE
│ │ │ stm32f10x_tim.c
│ │ │ stm32f10x_tim.h
│ ├ SYSTEM
│ │ ├ delay
│ │ │ │ delay.c
│ │ │ └ delay.h
│ │ ├ sys
│ │ │ │ sys.c
│ │ │ └ sys.h
│ │ └ usart
│ │ │ usart.c
│ │ └ usart.h
│ └ USER
│ │ JLinkLog.txt
│ │ JLinkSettings.ini
│ ├ SYSTEM
│ │ ├ delay
│ │ │ │ delay.c
│ │ │ └ delay.h
│ │ ├ sys
│ │ │ │ sys.c
│ │ │ └ sys.h
│ │ └ usart
│ │ │ usart.c
│ │ └ usart.h
│ └ USER
│ │ JLinkLog.txt
│ │ JLinkSettings.ini
│ │ main.c
│ │ startup_stm32f10x_hd.lst
│ │ stm32f10x.h
│ │ stm32f10x_conf.h
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ │ system_stm32f10x.c
│ │ system_stm32f10x.h
│ │ USART.map
│ │ USART.uvguix.Administrator
│ │ USART.uvguix.logan
│ │ USART.uvguix.MLTcola
│ │ USART.uvoptx
│ └ USART.uvprojx
└ 大创上位机编写终极版
│ ButtonOff.PNG
│ ButtonOn.PNG
│ DownBlue.png
│ DownGreen.png
│ False.png
│ LeftBlue.png
│ LeftGreen.png
│ RightBlue.png
│ RightGreen.png
│ Ture1.png
│ UpBlue.png
│ UpGreen.png
│ 大创上位机编写.sln
│ 大创上位机编写.v12.suo
└ 大创上位机编写
│ Form1.cs
│ Form1.Designer.cs
│ Form1.resx
│ Program.cs
│ 大创上位机编写.csproj
├ bin
│ ├ Debug
│ │ │ AxInterop.WMPLib.dll
│ │ │ Interop.WMPLib.dll
│ │ │ 大创上位机编写.exe
│ │ │ 大创上位机编写.pdb
│ │ │ 大创上位机编写.vshost.exe
│ │ └ 大创上位机编写.vshost.exe.manifest
│ └ Release
│ │ AxInterop.WMPLib.dll
│ │ Interop.WMPLib.dll
│ │ 大创上位机编写.exe
│ │ 大创上位机编写.pdb
│ │ 大创上位机编写.vshost.exe
│ └ 大创上位机编写.vshost.exe.manifest
├ obj
│ ├ Debug
│ │ │ AxInterop.WMPLib.dll
│ │ │ DesignTimeResolveAssemblyReferences.cache
│ │ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ Interop.WMPLib.dll
│ │ │ 大创上位机编写.csproj.FileListAbsolute.txt
│ │ │ 大创上位机编写.csproj.GenerateResource.Cache
│ │ │ 大创上位机编写.csproj.ResolveComReference.cache
│ │ │ 大创上位机编写.csprojResolveAssemblyReference.cache
│ │ │ 大创上位机编写.exe
│ │ │ 大创上位机编写.Form1.resources
│ │ │ 大创上位机编写.pdb
│ │ │ 大创上位机编写.Properties.Resources.resources
│ │ └ TempPE
│ │ └ Properties.Resources.Designer.cs.dll
│ └ Release
│ │ AxInterop.WMPLib.dll
│ │ DesignTimeResolveAssemblyReferencesInput.cache
│ │ Interop.WMPLib.dll
│ │ 大创上位机编写.csproj.FileListAbsolute.txt
│ │ 大创上位机编写.csproj.GenerateResource.Cache
│ │ 大创上位机编写.csproj.ResolveComReference.cache
│ │ 大创上位机编写.exe
│ │ 大创上位机编写.Form1.resources
│ │ 大创上位机编写.pdb
│ │ 大创上位机编写.Properties.Resources.resources
│ └ TempPE
│ └ Properties.Resources.Designer.cs.dll
├ Properties
│ │ AssemblyInfo.cs
│ │ Resources.Designer.cs
│ │ Resources.resx
│ │ Settings.Designer.cs
│ └ Settings.settings
└ Resources