Update 3.PikaScript标准开发流程.md

This commit is contained in:
Lyon 2021-08-27 16:26:55 +08:00 committed by GitHub
parent 0e67ff4e87
commit 47226de905

View File

@ -96,7 +96,7 @@ pikaScript.c和pikaScript.h则是根据main.py编译出的初始化函数
![image](https://user-images.githubusercontent.com/88232613/131096760-20592a84-bbc1-4b61-a57f-299183983adf.png)
在现在的main.py中启动脚本就是:
在现在的main.py中启动脚本是写在最外层的方法调用,也就是:
``` python
print('hello wrold')
uart.setName('com1')