极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E2175】基于STM32和OpenMV的可以實現(xiàn)識別燈自動停車的智能小車

2021-11-06 16:34:33      索煒達電子      956     

項目編號:E2175

文件大?。?6M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡要概述:

Aotoparking-Car

這個是智能小車的源代碼


Aotoparking-Car-PCB

這個是小車上主控板的PCB工程


ContorlBoard

這個是基于wifi控制的從硬石源碼改造的電燈程序,燈是通過低電平觸發(fā)的繼電器控制,同時里面也包括了通過OpenMV識別車牌來點燈的程序。

目錄│文件列表:

 └ STM32-AotoParking-Car

    ├ Aotoparking-Car

    │  │ .mxproject

    │  │ jdcup.ioc

    │  ├ Drivers

    │  │  ├ CMSIS

    │  │  │  ├ Core

    │  │  │  │  ├ Include

    │  │  │  │  │  │ cmsis_armcc.h

    │  │  │  │  │  │ cmsis_armclang.h

    │  │  │  │  │  │ cmsis_compiler.h

    │  │  │  │  │  │ cmsis_gcc.h

    │  │  │  │  │  │ cmsis_iccarm.h

    │  │  │  │  │  │ cmsis_version.h

    │  │  │  │  │  │ core_armv8mbl.h

    │  │  │  │  │  │ core_armv8mml.h

    │  │  │  │  │  │ core_cm0.h

    │  │  │  │  │  │ core_cm0plus.h

    │  │  │  │  │  │ core_cm1.h

    │  │  │  │  │  │ core_cm23.h

    │  │  │  │  │  │ core_cm3.h

    │  │  │  │  │  │ core_cm33.h

    │  │  │  │  │  │ core_cm4.h

    │  │  │  │  │  │ core_cm7.h

    │  │  │  │  │  │ core_sc000.h

    │  │  │  │  │  │ core_sc300.h

    │  │  │  │  │  │ mpu_armv7.h

    │  │  │  │  │  │ mpu_armv8.h

    │  │  │  │  │  └ tz_context.h

    │  │  │  │  └ Template

    │  │  │  │     └ ARMv8-M

    │  │  │  │        │ main_s.c

    │  │  │  │        └ tz_context.c

    │  │  │  ├ Core_A

    │  │  │  │  ├ Include

    │  │  │  │  │  │ cmsis_armcc.h

    │  │  │  │  │  │ cmsis_armclang.h

    │  │  │  │  │  │ cmsis_compiler.h

    │  │  │  │  │  │ cmsis_cp15.h

    │  │  │  │  │  │ cmsis_gcc.h

    │  │  │  │  │  │ cmsis_iccarm.h

    │  │  │  │  │  │ core_ca.h

    │  │  │  │  │  └ irq_ctrl.h

    │  │  │  │  └ Source

    │  │  │  │     └ irq_ctrl_gic.c

    │  │  │  ├ Device

    │  │  │  │  └ ST

    │  │  │  │     └ STM32F1xx

    │  │  │  │        ├ Include

    │  │  │  │        │  │ stm32f100xb.h

    │  │  │  │        │  │ stm32f100xe.h

    │  │  │  │        │  │ stm32f101x6.h

    │  │  │  │        │  │ stm32f101xb.h

    │  │  │  │        │  │ stm32f101xe.h

    │  │  │  │        │  │ stm32f101xg.h

    │  │  │  │        │  │ stm32f102x6.h

    │  │  │  │        │  │ stm32f102xb.h

    │  │  │  │        │  │ stm32f103x6.h

    │  │  │  │        │  │ stm32f103xb.h

    │  │  │  │        │  │ stm32f103xe.h

    │  │  │  │        │  │ stm32f103xg.h

    │  │  │  │        │  │ stm32f105xc.h

    │  │  │  │        │  │ stm32f107xc.h

    │  │  │  │        │  │ stm32f1xx.h

    │  │  │  │        │  └ system_stm32f1xx.h

    │  │  │  │        └ Source

    │  │  │  │           └ Templates

    │  │  │  │              │ system_stm32f1xx.c

    │  │  │  │              ├ arm

    │  │  │  │              │  │ startup_stm32f100xb.s

    │  │  │  │              │  │ startup_stm32f100xe.s

    │  │  │  │              │  │ startup_stm32f101x6.s

    │  │  │  │              │  │ startup_stm32f101xb.s

    │  │  │  │              │  │ startup_stm32f101xe.s

    │  │  │  │              │  │ startup_stm32f101xg.s

    │  │  │  │              │  │ startup_stm32f102x6.s

    │  │  │  │              │  │ startup_stm32f102xb.s

    │  │  │  │              │  │ startup_stm32f103x6.s

    │  │  │  │              │  │ startup_stm32f103xb.s

    │  │  │  │              │  │ startup_stm32f103xe.s

    │  │  │  │              │  │ startup_stm32f103xg.s

    │  │  │  │              │  │ startup_stm32f105xc.s

    │  │  │  │              │  └ startup_stm32f107xc.s

    │  │  │  │              ├ gcc

    │  │  │  │              │  │ startup_stm32f100xb.s

    │  │  │  │              │  │ startup_stm32f100xe.s

    │  │  │  │              │  │ startup_stm32f101x6.s

    │  │  │  │              │  │ startup_stm32f101xb.s

    │  │  │  │              │  │ startup_stm32f101xe.s

    │  │  │  │              │  │ startup_stm32f101xg.s

    │  │  │  │              │  │ startup_stm32f102x6.s

    │  │  │  │              │  │ startup_stm32f102xb.s

    │  │  │  │              │  │ startup_stm32f103x6.s

    │  │  │  │              │  │ startup_stm32f103xb.s

    │  │  │  │              │  │ startup_stm32f103xe.s

    │  │  │  │              │  │ startup_stm32f103xg.s

    │  │  │  │              │  │ startup_stm32f105xc.s

    │  │  │  │              │  └ startup_stm32f107xc.s

    │  │  │  │              └ iar

    │  │  │  │                 │ startup_stm32f100xb.s

    │  │  │  │                 │ startup_stm32f100xe.s

    │  │  │  │                 │ startup_stm32f101x6.s

    │  │  │  │                 │ startup_stm32f101xb.s

    │  │  │  │                 │ startup_stm32f101xe.s

    │  │  │  │                 │ startup_stm32f101xg.s

    │  │  │  │                 │ startup_stm32f102x6.s

    │  │  │  │                 │ startup_stm32f102xb.s

    │  │  │  │                 │ startup_stm32f103x6.s

    │  │  │  │                 │ startup_stm32f103xb.s

    │  │  │  │                 │ startup_stm32f103xe.s

    │  │  │  │                 │ startup_stm32f103xg.s

    │  │  │  │                 │ startup_stm32f105xc.s

    │  │  │  │                 │ startup_stm32f107xc.s

    │  │  │  │                 └ linker

    │  │  │  │                    │ stm32f100xb_flash.icf

    │  │  │  │                    │ stm32f100xb_sram.icf

    │  │  │  │                    │ stm32f100xe_flash.icf

    │  │  │  │                    │ stm32f100xe_sram.icf

    │  │  │  │                    │ stm32f101x6_flash.icf

    │  │  │  │                    │ stm32f101x6_sram.icf

    │  │  │  │                    │ stm32f101xb_flash.icf

    │  │  │  │                    │ stm32f101xb_sram.icf

    │  │  │  │                    │ stm32f101xe_flash.icf

    │  │  │  │                    │ stm32f101xe_sram.icf

    │  │  │  │                    │ stm32f101xg_flash.icf

    │  │  │  │                    │ stm32f101xg_sram.icf

    │  │  │  │                    │ stm32f102x6_flash.icf

    │  │  │  │                    │ stm32f102x6_sram.icf

    │  │  │  │                    │ stm32f102xb_flash.icf

TAGOpenMV
  • 12 次
  • 1 分