pikapython/doc/1.三分钟快速上手.md

27 lines
946 B
Markdown
Raw Normal View History

2021-08-25 15:16:58 +08:00
在本篇中你将可以在手边没有硬件的情况下对pikascript进行上手测试。
2021-08-25 15:16:49 +08:00
2021-08-25 15:16:58 +08:00
测试使用keil5的仿真工程仿真目标板为stm32f103下载仿真工程即可直接开始测试。
2021-08-25 15:18:11 +08:00
## (1) 下载工程
2021-08-25 15:16:58 +08:00
2021-08-25 15:18:11 +08:00
进入stm32 demo 仓库
2021-08-25 15:21:10 +08:00
(右键在新标签页中打开)
2021-08-25 15:17:28 +08:00
[pikascript-stm32-demo](../../../../pikascript-demo-stm32)
2021-08-25 15:16:58 +08:00
然后下载源码
2021-08-25 15:20:11 +08:00
2021-08-25 15:18:11 +08:00
![MJ8Y8RH0P@ILH~_E}TK5Q57](https://user-images.githubusercontent.com/88232613/130744247-2f71ba72-2d1b-49d9-bbb5-4eda334ec912.png)
2021-08-25 15:20:11 +08:00
(github 页面)
2021-08-25 15:18:11 +08:00
2021-08-25 15:20:11 +08:00
![image](https://user-images.githubusercontent.com/88232613/130744477-e6760afb-99bf-4be0-aa04-8fbe2ea737ec.png)
(gitee 页面)
2021-08-25 15:25:27 +08:00
本篇的测试只需要解压simulation-keil工程即可
![image](https://user-images.githubusercontent.com/88232613/130745409-364d67b8-04a4-45ab-bdd0-c59179419717.png)
2021-08-25 15:28:05 +08:00
直接打开工程
![image](https://user-images.githubusercontent.com/88232613/130745821-864038df-d8b0-41d2-97e8-199815d0d57d.png)