2021-12-08 21:46:24 +08:00

9 lines
137 B
Python

import PikaStdLib
import pikaRTThread
thread = pikaRTThread.Thread()
while True:
print('hello PikaScript!')
thread.mdelay(500)