# STC51单片机例程 **Repository Path**: jswyll_com/stc51-mcu-routine ## Basic Information - **Project Name**: STC51单片机例程 - **Description**: 51单片机例程 - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 5 - **Created**: 2020-11-08 - **Last Updated**: 2024-12-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STC51单片机例程 #### 介绍 51单片机例程:Keil C51工程和Proteus仿真工程。对应的[51单片机入门教程:jswyLL.com/MCU51.html](https://jswyll.com/MCU51.html) #### 更新日志 - 20-11-06 增加Proteus 8.x版本的工程 - 19-08-27 第一次创建 #### 软件架构 软件架构说明 #### 安装教程 1. 下载Git代码管理工具:[https://git-scm.com/downloads](http://https://git-scm.com/downloads)并安装 2. 在你的电脑新建一个空白文件夹,在文件夹内右键Git Bash Here 3. 初始化文件夹为Git仓库: ``` git init ``` 4. 连接本Git项目: ``` git remote add origin https://gitee.com/xfxie/stc51-mcu-routine.git ``` 在Git Bash命令行中粘贴的快捷键是Shift+Insert(从命令行复制快捷键Ctrl+Insert) 5. 把本项目(远程云端)文件全部同步到你的电脑本地文件夹: ``` git pull origin master ``` #### 使用说明 1. 以后同步云端最新代码只需要输入git pull origin master,该命令会对比云端最新代码并合并到你的电脑本地。注意不要在你的电脑本地修改这个文件夹下的文件以免同步合并失败,请将需要使用的文件拷到别处去使用。 2. 码云帮助中心:[https://gitee.com/help/](http://https://gitee.com/help/) #### 参与贡献 遇到问题或BUG请联系:2439423861@qq.com #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)