Update 1.三分钟快速上手.md

This commit is contained in:
Lyon 2021-08-26 21:27:37 +08:00 committed by GitHub
parent 76058e78d1
commit d245083297

View File

@ -1,8 +1,10 @@
## 1.PikaScript-三分钟快速上手
在本篇中你将可以在手边没有硬件的情况下对pikascript进行上手测试。
测试使用keil5的仿真工程仿真目标板为stm32f103下载仿真工程即可直接开始测试。
## (1) 下载工程
### (1) 下载工程
进入stm32 demo 仓库
@ -25,7 +27,7 @@
![image](https://user-images.githubusercontent.com/88232613/130745821-864038df-d8b0-41d2-97e8-199815d0d57d.png)
## (2) 运行仿真工程
### (2) 运行仿真工程
选择使用仿真器进行调试
@ -43,7 +45,7 @@
![image](https://user-images.githubusercontent.com/88232613/130748221-53fff9f6-6427-417d-b95a-3fa52a57eeaf.png)
## (3) 改改脚本看看
### (3) 改改脚本看看
用任意编辑器打开main.py推荐vscode 没有vscode用记事本打开也可以
![image](https://user-images.githubusercontent.com/88232613/130748847-477facfb-e16e-4e0e-8876-d66efd0ae48c.png)