update bsp/stm32g070cb/pikascript/main.py.

This commit is contained in:
李昂 2022-02-25 15:53:26 +00:00 committed by Gitee
parent 8b332eca16
commit fb98f85e57
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,10 @@
import PikaStdLib
import Arm2D
import machine
import PikaStdTask
import PikaStdData
import PikaDebug
print('hello pikascript!')
mem = PikaStdLib.MemChecker()
print('mem used max:')