【E389】智能车-摄像头直立补线程序

2021-08-20 16:20:37      索炜达电子      359     

项目编号:E389

文件大小:34M

源码说明:带中文注释

开发环境:C编译器

简要概述

智能车-摄像头直立补线程序

目录│文件列表:

 └ Camera_recognition

    └ Camera_recognition

       │ vcan_Kinetis.eww

       ├ App

       │  │ main.c

       │  │ MK60_conf.c

       │  │ MK60_it.c

       │  └ Inc

       │     │ include.h

       │     │ MK60_conf.h

       │     │ MK60_it.h

       │     └ PORT_cfg.h

       ├ Board

       │  ├ inc

       │  │  │ VCAN_ASCII.h

       │  │  │ VCAN_BMP.h

       │  │  │ VCAN_camera.h

       │  │  │ VCAN_computer.h

       │  │  │ vcan_img2sd.h

       │  │  │ VCAN_key.h

       │  │  │ VCAN_key_event.h

       │  │  │ VCAN_LCD.h

       │  │  │ VCAN_LCD_CH.h

       │  │  │ VCAN_LCD_ILI9341.h

       │  │  │ VCAN_LCD_ST7735R.h

       │  │  │ VCAN_LCD_ST7735S.h

       │  │  │ VCAN_LED.H

       │  │  │ VCAN_MMA7455.h

       │  │  │ VCAN_NRF24L0.h

       │  │  │ VCAN_NRF24L0_MSG.h

       │  │  │ VCAN_OV7725_Eagle.h

       │  │  │ VCAN_OV7725_REG.h

       │  │  │ VCAN_OV7725_Wolf.h

       │  │  │ VCAN_RTC_count.h

       │  │  │ VCAN_SCCB.h

       │  │  │ vcan_sd_app.h

       │  │  │ Vcan_touch.h

       │  │  │ VCAN_TSL1401.h

       │  │  └ VCAN_UI_VAR.h

       │  └ src

       │     │ VCAN_ASCII.c

       │     │ VCAN_BMP.c

       │     │ VCAN_camera.c

       │     │ VCAN_computer.c

       │     │ vcan_img2sd.c

       │     │ VCAN_key.c

       │     │ VCAN_key_event.c

       │     │ VCAN_LCD.c

       │     │ VCAN_LCD_CH.c

       │     │ VCAN_LCD_ILI9341.c

       │     │ VCAN_LCD_ST7735R.c

       │     │ VCAN_LCD_ST7735S.c

       │     │ VCAN_LED.C

       │     │ VCAN_MMA7455.c

       │     │ VCAN_NRF24L0.c

       │     │ VCAN_NRF24L0_MSG.c

       │     │ VCAN_OV7725_Eagle.c

       │     │ VCAN_OV7725_Wolf.c

       │     │ VCAN_RTC_count.C

       │     │ VCAN_SCCB.c

       │     │ vcan_sd_app.c

       │     │ Vcan_touch.c

       │     │ VCAN_TSL1401.c

       │     └ VCAN_UI_VAR.c

       ├ Chip

       │  ├ inc

       │  │  │ common.h

       │  │  │ misc.h

       │  │  │ MK60_adc.h

       │  │  │ MK60_can.h

       │  │  │ MK60_dac.h

       │  │  │ MK60_dma.h

       │  │  │ MK60_DWT.h

       │  │  │ MK60_flash.h

       │  │  │ MK60_flexbus.h

       │  │  │ MK60_FTM.h

       │  │  │ MK60_gpio.h

       │  │  │ MK60_gpio_cfg.h

       │  │  │ MK60_i2c.h

       │  │  │ MK60_lptmr.h

       │  │  │ MK60_mcg.h

       │  │  │ MK60_pit.h

       │  │  │ MK60_port.h

       │  │  │ MK60_rtc.h

       │  │  │ MK60_sdhc.h

       │  │  │ MK60_spi.h

       │  │  │ MK60_SysTick.h

       │  │  │ MK60_uart.h

       │  │  │ MK60_usb.h

       │  │  │ MK60_wdog.h

       │  │  │ vectors.h

       │  │  ├ IAR

       │  │  │  │ iar.h

       │  │  │  └ system_MK60DZ10.h

       │  │  └ kinetis

       │  │     │ MK10DZ10.h

       │  │     │ MK20DZ10.h

       │  │     │ MK30DZ10.h

       │  │     │ MK40DZ10.h

       │  │     │ MK50DZ10.h

       │  │     │ MK51DZ10.h

       │  │     │ MK52DZ10.h

       │  │     │ MK53DZ10.h

       │  │     │ MK60DZ10.h

       │  │     │ MK60F12.h

       │  │     │ MK60F15.h

       │  │     │ MK61F12.h

       │  │     │ MK61F15.h

       │  │     │ MK70F12.h

       │  │     └ MK70F15.h

       │  └ src

       │     │ misc.c

       │     │ MK60_adc.c

       │     │ MK60_can.c

       │     │ MK60_dac.c

       │     │ MK60_dma.c

       │     │ MK60_DWT.c

       │     │ MK60_flash.c

       │     │ MK60_flexbus.c

       │     │ MK60_ftm.c

       │     │ MK60_gpio.c

       │     │ MK60_i2c.c

       │     │ MK60_lptmr.c

       │     │ MK60_mcg.c

       │     │ MK60_PIT.c

       │     │ MK60_port.c

       │     │ MK60_rtc.c

       │     │ MK60_sdhc.c

       │     │ MK60_spi.c

       │     │ MK60_SysTick.c

       │     │ MK60_uart.c

       │     │ MK60_usb.c

       │     │ MK60_wdog.c

       │     │ vectors.c

       │     └ IAR

       │        │ startup_MK60DZ10.s

       │        └ system_MK60DZ10.c

       ├ Control

       │  │ Car_Control.c

       │  │ Car_Control.h

       │  └ Lib

       │     │ ctr_motor.c

       │     │ ctr_motor.h

       │     │ encoder.c

       │     │ encoder.h

       │     │ mpu6050.c

       │     │ mpu6050.h

       │     │ pid.c

       │     └ pid.h

       ├ Image

       │  ├ buxian_chengxu

       │  │  │ huanxing_chu_bxcx.c

       │  │  │ huanxing_ru_bxcx.c

       │  │  │ shizi_bxcx.c

       │  │  │ zd_wd_bxcx.c

       │  │  └ _buxian_chengxu_.h

       │  ├ mt9v032_dirver

       │  │  │ SEEKFREE_MT9V032.c

       │  │  └ SEEKFREE_MT9V032.h

       │  ├ panduan_sdlx

       │  │  │ panduan_sdlx.c

       │  │  │ panduan_sdlx.h

       │  │  │ UART_LCD.c

       │  │  └ UART_LCD.h

       │  └ small_func

       │     │ i_djys.c

       │     │ i_erzhihua.c

       │     │ i_f_edge_cz.c

       │     │ i_f_edge_sp.c

       │     │ i_f_guaidian.c

       │     │ i_huaxian.c

       │     │ i_qiuyuzhi.c

       │     │ m_djys.c

       │     │ m_suanxielv.c

       │     │ m_zuobiao.c

       │     └ _small_func_.h

       ├ Lib

       │  │ ftoa.c

       │  │ ftoa.h

       │  │ lcd_draw_line.c

       │  │ lcd_draw_line.h

       │  ├ CMSIS

       │  │  │ iar_cortexM4lf_math.a

       │  │  │ iar_cortexM4l_math.a

       │  │  └ Inc

       │  │     │ arm_common_tables.h

       │  │     │ arm_const_structs.h

       │  │     │ arm_math.h

       │  │     │ core_cm0.h

TAG智能车
  • 5 次
  • 1 分