smartCar

(★ 156)

飞思卡尔智能车程序

Showing a partial file list — download the zip above to see everything.

  • .gitignore
  • 80x60串口输出赛道.c
  • DMA摄像头+OLED.c
  • DMA摄像头+OLED_矫正图像.c
  • DMA摄像头.c
  • DMA摄像头2.c
  • LPTMR.c
  • OLED.c
  • OLED_SPI.c
  • OLED_SPI_串口输入.c
  • OLED_SPI_串口输入_PTD.c

# Installation Guide

1. Get the code
git clone https://github.com/ypwhs/smartCar

Downloads the entire project code from GitHub to your computer.

cd smartCar

Moves into the project folder you just downloaded.

2. Make

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
⚠️ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd Libraries/utilities/RT-Thread_1.2.0/components/dfs/filesystems/jffs2/cyg/compress/src

This project's files live in a subfolder, so move into it first.

make

Compiles the code based on the generated build configuration to produce an executable.

If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation