mirror of
https://gitee.com/Lyon1998/pikapython.git
synced 2025-01-15 17:02:53 +08:00
update port/rt-thread/main.py.
This commit is contained in:
parent
1075d2b96e
commit
d9b4666032
@ -3,9 +3,8 @@ import pikaRTThread
|
||||
|
||||
thread = pikaRTThread.Thread()
|
||||
mem = PikaStdLib.MemChecker()
|
||||
i = 0
|
||||
while i < 3:
|
||||
i = i + 1
|
||||
|
||||
for i in range(0, 3):
|
||||
print('hello PikaScript!')
|
||||
thread.mdelay(500)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user