pikapython/doc/1.三分钟快速上手.md
2021-08-25 15:28:05 +08:00

27 lines
946 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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