# 03_smartCar **Repository Path**: stc32g/03_smartCar ## Basic Information - **Project Name**: 03_smartCar - **Description**: stc平台下的 智能小车 主控stc89C52RC 以开发板为机身的多功能红外循迹小车 - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: https://space.bilibili.com/152180949 - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-06 - **Last Updated**: 2022-10-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: 红外避障, STC, 学习板 ## README # 智能避障小车 ## 搭建开发环境 本仓库地址[03_smartCar ](https://gitee.com/stc32g/03_smartCar"gitee") STC官网:[STC: 32位 8051 单片机创新者...](http://stcmcudata.com/) 1. STC-isp下载器 2. 单片机最新手册获取 ### 开发工具获取 C251开发软件获取地址:•http://www.keil.com/files/eval/c251v560.EXE 其他版本软件的获取地址[(【软件包合集】keil C51 C251 MDK V5 V4 v3 v2 所有版本软件包下载(包括最新)【官网地址】](https://blog.csdn.net/qq_34901073/article/details/82887681) 安装演示视频[B站](https://www.bilibili.com/video/BV1is411p7RB"蒙蒙plus") 配套演示硬件[缺失。。]() QQ群:790012859 ## 推荐学习资料 [文件夹](./Docs) ## 获取本仓库 - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command: ``` cd existing_repo git remote add origin https://gitee.com/stc32g/03_smartCar.git git branch -M main git push -uf origin main ```