2021-10-10 10:03:50 索煒達(dá)電子 771
項(xiàng)目編號(hào):E1478
文件大?。?.97M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
視覺(jué)追蹤 Pixy ARM控制工程
目錄│文件列表:
└ Micromouse_Pixy
│ JLink Regs CM3.txt
│ JLinkLog.txt
│ JLinkSettings.ini
│ Micromouse.plg
│ Micromouse.uvgui.Administrator
│ Micromouse.uvgui.AI-LAB
│ Micromouse.uvgui.ASUS-PC
│ Micromouse.uvgui.furong
│ Micromouse.uvgui.ustbyf
│ Micromouse.uvguix.ASUS-PC
│ Micromouse.uvgui_Administrator.bak
│ Micromouse.uvgui_furong.bak
│ Micromouse.uvgui_ustbyf.bak
│ Micromouse.uvopt
│ Micromouse.uvoptx
│ Micromouse.uvproj.saved_uv4
│ Micromouse.uvprojx
│ Micromouse_Micromouse.dep
│ Micromouse_Target 1.dep
│ Micromouse_uvopt.bak
│ Micromouse_uvproj.bak
├ CMSIS
│ │ core_cm3.c
│ │ core_cm3.h
│ │ stm32f10x.h
│ │ system_stm32f10x.c
│ └ system_stm32f10x.h
├ DebugConfig
│ └ Micromouse_STM32F103ZE.dbgconf
├ Drivers
│ │ BSP.c
│ │ BSP.h
│ │ delay.c
│ │ delay.h
│ │ lcd.c
│ │ lcd.h
│ │ MOTOR.c
│ │ MOTOR.h
│ │ stm32f10x_it.c
│ │ stm32f10x_it.h
│ │ USART.c
│ └ USART.h
├ Headers
│ │ Config.h
│ │ Global.h
│ └ stm32f10x_conf.h
├ Libraries
│ ├ inc
│ │ │ misc.h
│ │ │ stm32f10x_adc.h
│ │ │ stm32f10x_bkp.h
│ │ │ stm32f10x_can.h
│ │ │ stm32f10x_cec.h
│ │ │ stm32f10x_crc.h
│ │ │ stm32f10x_dac.h
│ │ │ stm32f10x_dbgmcu.h
│ │ │ stm32f10x_dma.h
│ │ │ stm32f10x_exti.h
│ │ │ stm32f10x_flash.h
│ │ │ stm32f10x_fsmc.h
│ │ │ stm32f10x_gpio.h
│ │ │ stm32f10x_i2c.h
│ │ │ stm32f10x_iwdg.h
│ │ │ stm32f10x_pwr.h
│ │ │ stm32f10x_rcc.h
│ │ │ stm32f10x_rtc.h
│ │ │ stm32f10x_sdio.h
│ │ │ stm32f10x_spi.h
│ │ │ stm32f10x_tim.h
│ │ │ stm32f10x_usart.h
│ │ └ stm32f10x_wwdg.h
│ └ src
│ │ misc.c
│ │ stm32f10x_adc.c
│ │ stm32f10x_bkp.c
│ │ stm32f10x_can.c
│ │ stm32f10x_cec.c
│ │ stm32f10x_crc.c
│ │ stm32f10x_dac.c
│ │ stm32f10x_dbgmcu.c
│ │ stm32f10x_dma.c
│ │ stm32f10x_exti.c
│ │ stm32f10x_flash.c
│ │ stm32f10x_fsmc.c
│ │ stm32f10x_gpio.c
│ │ stm32f10x_i2c.c
│ │ stm32f10x_iwdg.c
│ │ stm32f10x_pwr.c
│ │ stm32f10x_rcc.c
│ │ stm32f10x_rtc.c
│ │ stm32f10x_sdio.c
│ │ stm32f10x_spi.c
│ │ stm32f10x_tim.c
│ │ stm32f10x_usart.c
│ └ stm32f10x_wwdg.c
├ List
│ │ Micromouse.map
│ └ startup_stm32f10x_md.lst
├ Output
│ │ bsp.crf
│ │ bsp.d
│ │ bsp.o
│ │ core_cm3.crf
│ │ core_cm3.d
│ │ core_cm3.o
│ │ delay.crf
│ │ delay.d
│ │ delay.o
│ │ ExtDll.iex
│ │ key.crf
│ │ key.d
│ │ key.o
│ │ lcd.crf
│ │ lcd.d
│ │ lcd.o
│ │ main.crf
│ │ main.d
│ │ main.o
│ │ maze.crf
│ │ maze.d
│ │ maze.o
│ │ Micromouse.axf
│ │ Micromouse.build_log.htm
│ │ Micromouse.hex
│ │ Micromouse.htm
│ │ Micromouse.lnp
│ │ Micromouse.plg
│ │ Micromouse.tra
│ │ Micromouse_Micromouse.dep
│ │ misc.crf
│ │ misc.d
│ │ misc.o
│ │ motor.crf
│ │ motor.d
│ │ motor.o
│ │ mouse.crf
│ │ mouse.d
│ │ mouse.o
│ │ startup_stm32f10x_md.d
│ │ startup_stm32f10x_md.o
│ │ statemachine.crf
│ │ statemachine.d
│ │ statemachine.o
│ │ stepmotor.crf
│ │ stepmotor.d
│ │ stepmotor.o
│ │ stm32f10x_adc.crf
│ │ stm32f10x_adc.d
│ │ stm32f10x_adc.o
│ │ stm32f10x_dma.crf
│ │ stm32f10x_dma.d
│ │ stm32f10x_dma.o
│ │ stm32f10x_flash.crf
│ │ stm32f10x_flash.d
│ │ stm32f10x_flash.o
│ │ stm32f10x_gpio.crf
│ │ stm32f10x_gpio.d
│ │ stm32f10x_gpio.o
│ │ stm32f10x_it.crf
│ │ stm32f10x_it.d
│ │ stm32f10x_it.o
│ │ stm32f10x_rcc.crf
│ │ stm32f10x_rcc.d
│ │ stm32f10x_rcc.o
│ │ stm32f10x_tim.crf
│ │ stm32f10x_tim.d
│ │ stm32f10x_tim.o
│ │ stm32f10x_usart.crf
│ │ stm32f10x_usart.d
│ │ stm32f10x_usart.o
│ │ system_stm32f10x.crf
│ │ system_stm32f10x.d
│ │ system_stm32f10x.o
│ │ usart.crf
│ │ usart.d
│ │ usart.o
│ │ zlg7289.crf
│ │ zlg7289.d
│ └ zlg7289.o
├ RTE
│ └ RTE_Components.h
├ Startup
│ └ startup_stm32f10x_md.s
└ User
│ main.c
└ main.h