2021-08-20 10:24:52 索煒達(dá)電子 720
項目編號:E374
文件大?。?M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
STM32F103ZET6物流機(jī)器人
目錄│文件列表:
└ STM32F103ZET6_ogistics_handling_robot
│ main.uvoptx
│ main.uvprojx
├ APP
│ │ app.c
│ │ app_cfg.h
│ │ cpu_cfg.h
│ │ includes.h
│ │ lib_cfg.h
│ │ os_app_hooks.c
│ │ os_app_hooks.h
│ │ os_cfg.h
│ └ os_cfg_app.h
├ BSP
│ │ bsp.c
│ │ bsp.h
│ │ bsp_os.c
│ └ bsp_os.h
├ DebugConfig
│ └ HQU_Cheng_STM32F103VE.dbgconf
├ Driver
│ │ adc.cpp
│ │ adc.h
│ │ Common_Function.cpp
│ │ Common_Function.h
│ │ dac.cpp
│ │ dac.h
│ │ dma.cpp
│ │ dma.h
│ │ ESP8266.cpp
│ │ ESP8266.h
│ │ EXTI.cpp
│ │ EXTI.h
│ │ flash.cpp
│ │ flash.h
│ │ gpio.cpp
│ │ gpio.h
│ │ iic_cs.cpp
│ │ iic_cs.h
│ │ iic_ee.cpp
│ │ iic_ee.h
│ │ ILI9341_LCD.cpp
│ │ ILI9341_LCD.h
│ │ ILI9341_LCD_Font.h
│ │ oled.cpp
│ │ oled.h
│ │ oled_font.h
│ │ OV7725.cpp
│ │ OV7725.h
│ │ PID.c
│ │ PID.h
│ │ spi.cpp
│ │ spi.h
│ │ stm32f10x_it .cpp
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ │ system.c
│ │ system.h
│ │ tim.cpp
│ │ tim.h
│ │ uart.cpp
│ │ uart.h
│ │ W25Q64.cpp
│ └ W25Q64.h
├ RTE
│ │ RTE_Components.h
│ ├ CMSIS
│ │ └ RTX_Conf_CM.c
│ └ Device
│ ├ STM32F103C8
│ │ │ RTE_Device.h
│ │ │ startup_stm32f10x_md.s
│ │ │ stm32f10x_conf.h
│ │ └ system_stm32f10x.c
│ └ STM32F103VE
│ │ RTE_Device.h
│ │ startup_stm32f10x_hd.s
│ │ stm32f10x_conf.h
│ └ system_stm32f10x.c
├ uC-CPU
│ │ cpu_core.c
│ │ cpu_core.h
│ │ cpu_def.h
│ └ ARM-Cortex-M3
│ └ RealView
│ │ cpu.h
│ │ cpu_a.asm
│ └ cpu_c.c
├ uC-LIB
│ │ lib_ascii.c
│ │ lib_ascii.h
│ │ lib_def.h
│ │ lib_math.c
│ │ lib_math.h
│ │ lib_mem.c
│ │ lib_mem.h
│ │ lib_str.c
│ │ lib_str.h
│ └ Ports
│ └ ARM-Cortex-M3
│ └ RealView
│ └ lib_mem_a.asm
├ uCOS-III
│ ├ Ports
│ │ └ ARM-Cortex-M3
│ │ └ Generic
│ │ └ RealView
│ │ │ os_cpu.h
│ │ │ os_cpu_a.s
│ │ └ os_cpu_c.c
│ └ Source
│ │ os.h
│ │ os_cfg_app.c
│ │ os_core.c
│ │ os_dbg.c
│ │ os_flag.c
│ │ os_int.c
│ │ os_mem.c
│ │ os_msg.c
│ │ os_mutex.c
│ │ os_pend_multi.c
│ │ os_prio.c
│ │ os_q.c
│ │ os_sem.c
│ │ os_stat.c
│ │ os_task.c
│ │ os_tick.c
│ │ os_time.c
│ │ os_tmr.c
│ │ os_type.h
│ └ os_var.c
├ User
│ │ config.cpp
│ │ config.h
│ │ User_main.c
│ └ User_main.h
├ 目錄
│ └ uCOS-III說明.txt
└ 補(bǔ)充
│ 11福建省第七屆大學(xué)生工程訓(xùn)練綜合能力競賽通知(第一輪)定稿.pdf
│ STM32F103ZET6引腳.pdf
└ 麥克納姆輪驅(qū)動圖
│ 前后.png
│ 左右.png
│ 斜上左斜上右.png
│ 斜下右斜下左.png
└ 順時針逆時針.png