mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
add template bsp
This commit is contained in:
parent
523ed0f14f
commit
784b0786b1
6
bsp/template/pikascript/main.py
Normal file
6
bsp/template/pikascript/main.py
Normal file
@ -0,0 +1,6 @@
|
||||
import PikaStdLib
|
||||
|
||||
print('hello PikaScript!')
|
||||
mem = PikaStdLib.MemChecker()
|
||||
print('mem used max:')
|
||||
mem.max()
|
BIN
bsp/template/pikascript/pikaPackage.exe
Normal file
BIN
bsp/template/pikascript/pikaPackage.exe
Normal file
Binary file not shown.
2
bsp/template/pikascript/requestment.txt
Normal file
2
bsp/template/pikascript/requestment.txt
Normal file
@ -0,0 +1,2 @@
|
||||
pikascript-core==lts2021
|
||||
PikaStdLib==lts2021
|
Loading…
x
Reference in New Issue
Block a user