在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 飞思卡尔智能车双车超车程序。

飞思卡尔智能车双车超车程序。

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:24.89M
  • 下载次数:2
  • 浏览次数:75
  • 发布时间:2020-10-27
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
飞思卡尔光电双车竞赛程序。调试成功,速度2.4米/秒。可超车两次。
【实例截图】
【核心代码】
十字超车成功1
└── 十字超车成功1
├── config files
│   └── linker
│   ├── K64FX512xxx12_flash.icf
│   ├── K64FX512xxx12_ram.icf
│   ├── MK60xN512_flash.icf
│   ├── MK60xN512_ram.icf
│   ├── MK60xN512_rlease.icf
│   ├── MK64xN1M_flash.icf
│   ├── MK64xN1M_ram.icf
│   ├── MK64xX512_flash.icf
│   └── MK64xX512_ram.icf
├── landzo K6x
│   ├── EW51D3.tmp
│   ├── landzo K6X.dep
│   ├── landzo K6X.ewd
│   ├── landzo K6X.ewp
│   ├── landzo K6X.ewt
│   ├── mk60dz_Release
│   │   ├── Exe
│   │   │   ├── landzo K6X.out
│   │   │   ├── landzo K6X.sim
│   │   │   └── landzo K6X.srec
│   │   └── Obj
│   │   ├── Control.pbi.cout
│   │   ├── crt0.o
│   │   ├── imgdigre.o
│   │   ├── imgdigre.pbi
│   │   ├── imgdigre.pbi.cout
│   │   ├── isr.o
│   │   ├── isr.pbi
│   │   ├── isr.pbi.cout
│   │   ├── K6x_adc.o
│   │   ├── K6x_adc.pbi
│   │   ├── K6x_adc.pbi.cout
│   │   ├── K6x_can.o
│   │   ├── K6x_can.pbi
│   │   ├── K6x_can.pbi.cout
│   │   ├── K6x_delay.o
│   │   ├── K6x_delay.pbi
│   │   ├── K6x_delay.pbi.cout
│   │   ├── K6x_dma.o
│   │   ├── K6x_dma.pbi
│   │   ├── K6x_dma.pbi.cout
│   │   ├── K6x_flash.o
│   │   ├── K6x_flash.pbi
│   │   ├── K6x_flash.pbi.cout
│   │   ├── K6x_FTM.o
│   │   ├── K6x_FTM.pbi
│   │   ├── K6x_FTM.pbi.cout
│   │   ├── K6x_gpio.o
│   │   ├── K6x_gpio.pbi
│   │   ├── K6x_gpio.pbi.cout
│   │   ├── K6x_i2c.o
│   │   ├── K6x_i2c.pbi
│   │   ├── K6x_i2c.pbi.cout
│   │   ├── K6x_lptmr.o
│   │   ├── K6x_lptmr.pbi
│   │   ├── K6x_lptmr.pbi.cout
│   │   ├── K6x_PIT.o
│   │   ├── K6x_PIT.pbi
│   │   ├── K6x_PIT.pbi.cout
│   │   ├── K6x_sdhc.o
│   │   ├── K6x_sdhc.pbi
│   │   ├── K6x_sdhc.pbi.cout
│   │   ├── K6x_spi.o
│   │   ├── K6x_spi.pbi
│   │   ├── K6x_spi.pbi.cout
│   │   ├── K6x_uart.o
│   │   ├── K6x_uart.pbi
│   │   ├── K6x_uart.pbi.cout
│   │   ├── K6x_wdog.o
│   │   ├── K6x_wdog.pbi
│   │   ├── K6x_wdog.pbi.cout
│   │   ├── Landzo_1.44TFT.o
│   │   ├── Landzo_1.44TFT.pbi
│   │   ├── Landzo_1.44TFT.pbi.cout
│   │   ├── Landzo_Calculation.o
│   │   ├── Landzo_Calculation.pbi
│   │   ├── Landzo_Calculation.pbi.cout
│   │   ├── Landzo_CCD.o
│   │   ├── Landzo_CCD.pbi
│   │   ├── Landzo_CCD.pbi.cout
│   │   ├── Landzo_Electromagnetism.o
│   │   ├── Landzo_Electromagnetism.pbi
│   │   ├── Landzo_Electromagnetism.pbi.cout
│   │   ├── Landzo_GyroAccelerate.o
│   │   ├── Landzo_GyroAccelerate.pbi
│   │   ├── Landzo_GyroAccelerate.pbi.cout
│   │   ├── landzo K6X.pbd
│   │   ├── landzo K6X.pbd.browse
│   │   ├── Landzo_Key.o
│   │   ├── Landzo_Key.pbi
│   │   ├── Landzo_Key.pbi.cout
│   │   ├── Landzo_MeasureSpeed.o
│   │   ├── Landzo_MeasureSpeed.pbi
│   │   ├── Landzo_MeasureSpeed.pbi.cout
│   │   ├── Landzo_Motor.o
│   │   ├── Landzo_Motor.pbi
│   │   ├── Landzo_Motor.pbi.cout
│   │   ├── Landzo_NRF24L01.o
│   │   ├── Landzo_NRF24L01.pbi
│   │   ├── Landzo_NRF24L01.pbi.cout
│   │   ├── Landzo_OLED.o
│   │   ├── Landzo_OLED.pbi
│   │   ├── Landzo_OLED.pbi.cout
│   │   ├── Landzo_ov7725.o
│   │   ├── Landzo_ov7725.pbi
│   │   ├── Landzo_ov7725.pbi.cout
│   │   ├── Landzo_Predator.o
│   │   ├── Landzo_Predator.pbi
│   │   ├── Landzo_Predator.pbi.cout
│   │   ├── Landzo_SD.o
│   │   ├── Landzo_SD.pbi
│   │   ├── Landzo_SD.pbi.cout
│   │   ├── Landzo_ServoMotor.o
│   │   ├── Landzo_ServoMotor.pbi
│   │   ├── Landzo_ServoMotor.pbi.cout
│   │   ├── Landzo_TFTLCD.o
│   │   ├── Landzo_TFTLCD.pbi
│   │   ├── Landzo_TFTLCD.pbi.cout
│   │   ├── Landzo_Ultrasonic.o
│   │   ├── Landzo_Ultrasonic.pbi
│   │   ├── Landzo_Ultrasonic.pbi.cout
│   │   ├── main.o
│   │   ├── main.pbi
│   │   ├── main.pbi.cout
│   │   ├── ov7725.o
│   │   ├── ov7725.pbi.cout
│   │   ├── start.o
│   │   ├── start.pbi
│   │   ├── start.pbi.cout
│   │   ├── startup.o
│   │   ├── startup.pbi
│   │   ├── startup.pbi.cout
│   │   ├── system.o
│   │   ├── system.pbi
│   │   ├── system.pbi.cout
│   │   ├── vectors.o
│   │   ├── vectors.pbi
│   │   ├── vectors.pbi.cout
│   │   └── video.pbi.cout
│   ├── mk60f_Debug
│   │   └── Obj
│   │   ├── crt0.o
│   │   ├── isr.pbi
│   │   ├── isr.pbi.cout
│   │   ├── K6x_adc.o
│   │   ├── K6x_adc.pbi
│   │   ├── K6x_adc.pbi.cout
│   │   ├── K6x_can.o
│   │   ├── K6x_can.pbi
│   │   ├── K6x_can.pbi.cout
│   │   ├── K6x_delay.o
│   │   ├── K6x_delay.pbi
│   │   ├── K6x_delay.pbi.cout
│   │   ├── K6x_dma.o
│   │   ├── K6x_flash.o
│   │   ├── K6x_FTM.o
│   │   ├── K6x_gpio.o
│   │   ├── K6x_i2c.o
│   │   ├── K6x_lptmr.o
│   │   ├── K6x_PIT.o
│   │   ├── K6x_sdhc.o
│   │   ├── K6x_spi.o
│   │   ├── K6x_uart.o
│   │   ├── K6x_wdog.o
│   │   ├── Landzo_SD.o
│   │   ├── main.pbi
│   │   ├── main.pbi.cout
│   │   ├── start.o
│   │   ├── startup.o
│   │   ├── system.o
│   │   └── vectors.o
│   ├── mk60f_Release
│   │   └── Obj
│   │   ├── isr.pbi
│   │   ├── isr.pbi.cout
│   │   ├── main.pbi
│   │   └── main.pbi.cout
│   └── settings
│   ├── landzo K6X.crun
│   ├── landzo K6X.dbgdt
│   ├── landzo K6X.Debug.cspy.bat
│   ├── landzo K6X.dni
│   ├── landzo K6X.mk60dz_Debug.cspy.bat
│   ├── landzo K6X_mk60dz_Debug.jlink
│   ├── landzo K6X.mk60dz_Release.cspy.bat
│   ├── landzo K6X_mk60dz_Release.jlink
│   ├── landzo K6X.mk60f_Debug.cspy.bat
│   ├── landzo K6X_mk60f_Debug.jlink
│   ├── landzo K6X.mk60f_Release.cspy.bat
│   ├── landzo K6X_mk60f_Release.jlink
│   ├── landzo K6X.mk64f_Debug.cspy.bat
│   ├── landzo K6X_mk64f_Debug.jlink
│   ├── landzo K6X.mk64f_Release.cspy.bat
│   ├── landzo K6X_mk64f_Release.jlink
│   ├── landzo K6X.Release.cspy.bat
│   └── landzo K6X_Release.jlink
├── Lanzdo.eww
├── README.TXT
├── settings
│   ├── Lanzdo.wsdt
│   └── Lanzdo.wspos
├── src
│   ├── App
│   │   ├── calculation.c
│   │   ├── calculation.h
│   │   ├── Control.c
│   │   ├── Control.h
│   │   ├── DriveInit.h
│   │   ├── DriveInt.c
│   │   ├── imgdigre.c
│   │   ├── IMGDIGRE.H
│   │   ├── isr.c
│   │   ├── isr.h
│   │   ├── main.c
│   │   ├── pllinit.c
│   │   ├── pllinit.h
│   │   ├── video.c
│   │   └── video.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
│   │   ├── core_cm0plus.h
│   │   ├── core_cm3.h
│   │   ├── core_cm4.h
│   │   ├── core_cm4_simd.h
│   │   ├── core_cmFunc.h
│   │   ├── core_cmInstr.h
│   │   ├── core_sc000.h
│   │   └── core_sc300.h
│   ├── cpu
│   │   ├── common.c
│   │   ├── common.h
│   │   ├── core_cm4.h
│   │   ├── crt0.s
│   │   ├── include.h
│   │   ├── MK60DZ10.h
│   │   ├── MK60F15.h
│   │   ├── MK64F12.h
│   │   ├── start.c
│   │   ├── start.h
│   │   ├── startup.c
│   │   ├── startup.h
│   │   ├── vectors.c
│   │   └── vectors.h
│   ├── Driver
│   │   ├── adc
│   │   │   ├── K6x_adc.c
│   │   │   └── K6x_adc.h
│   │   ├── CAN
│   │   │   ├── K6x_can.c
│   │   │   └── K6x_can.h
│   │   ├── delay
│   │   │   ├── K6x_delay.c
│   │   │   └── K6x_delay.h
│   │   ├── dma
│   │   │   ├── K6x_dma.c
│   │   │   └── K6x_dma.h
│   │   ├── Flash
│   │   │   ├── K6x_flash.c
│   │   │   └── K6x_flash.h
│   │   ├── FTM
│   │   │   ├── K6x_FTM.c
│   │   │   └── K6x_FTM.h
│   │   ├── gpio
│   │   │   ├── gpio_cfg.h
│   │   │   ├── K6x_gpio.c
│   │   │   ├── K6x_gpio.h
│   │   │   ├── pin_cfg.h
│   │   │   └── port.h
│   │   ├── i2c
│   │   │   ├── K6x_i2c.c
│   │   │   └── K6x_i2c.h
│   │   ├── lptmr
│   │   │   ├── K6x_lptmr.c
│   │   │   └── K6x_lptmr.h
│   │   ├── PIT
│   │   │   ├── K6x_PIT.c
│   │   │   └── K6x_PIT.h
│   │   ├── SDHC
│   │   │   ├── K6x_sdhc.c
│   │   │   └── K6x_sdhc.h
│   │   ├── spi
│   │   │   ├── K6x_spi.c
│   │   │   └── K6x_spi.h
│   │   ├── system
│   │   │   ├── system.c
│   │   │   ├── systemclock.h
│   │   │   └── system.h
│   │   ├── uart
│   │   │   ├── K6x_uart.c
│   │   │   └── K6x_uart.h
│   │   ├── USB
│   │   │   ├── K6x_usb.c
│   │   │   └── K6x_usb.h
│   │   └── Wdog
│   │   ├── K6x_wdog.c
│   │   └── K6x_wdog.h
│   └── landzo
│   ├── Landzo_1.44TFT
│   │   ├── Landzo_1.44TFT.c
│   │   └── Landzo_1.44TFT.h
│   ├── Landzo_Calculation
│   │   ├── Landzo_Calculation.c
│   │   └── Landzo_Calculation.h
│   ├── Landzo_CCD
│   │   ├── Landzo_CCD.C
│   │   └── Landzo_CCD.h
│   ├── Landzo_Electromagnetism
│   │   ├── Landzo_Electromagnetism.c
│   │   └── Landzo_Electromagnetism.h
│   ├── Landzo_GyroAccelerate
│   │   ├── Landzo_GyroAccelerate.c
│   │   └── Landzo_GyroAccelerate.h
│   ├── Landzo_IIC
│   │   ├── Landzo_IIC.c
│   │   └── Landzo_IIC.h
│   ├── Landzo_Key
│   │   ├── Landzo_Key.c
│   │   └── Landzo_Key.h
│   ├── Landzo_MeasureSpeed
│   │   ├── Landzo_MeasureSpeed.c
│   │   └── Landzo_MeasureSpeed.h
│   ├── Landzo_Motor
│   │   ├── Landzo_Motor.c
│   │   └── Landzo_Motor.h
│   ├── Landzo_NRF24L01
│   │   ├── Landzo_NRF24L01.c
│   │   └── Landzo_NRF24L01.h
│   ├── Landzo_OLED
│   │   ├── Landzo_OLED.c
│   │   └── Landzo_OLED.h
│   ├── Landzo_ov7725
│   │   ├── Landzo_ov7725.c
│   │   └── Landzo_ov7725.h
│   ├── Landzo_Predator
│   │   ├── Landzo_Predator.c
│   │   └── Landzo_Predator.h
│   ├── Landzo_SD
│   │   ├── Landzo_SD.c
│   │   └── Landzo_SD.h
│   ├── Landzo_ServoMotor
│   │   ├── Landzo_ServoMotor.c
│   │   └── Landzo_servomotor.h
│   ├── Landzo_TFTLCD
│   │   ├── font.h
│   │   ├── Landzo_TFTLCD.c
│   │   └── Landzo_TFTLCD.h
│   └── Landzo_Ultrasonic
│   ├── Landzo_Ultrasonic.c
│   └── Landzo_Ultrasonic.h
└── 配置文件.docx

53 directories, 306 files

标签:

实例下载地址

飞思卡尔智能车双车超车程序。

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警