import PikaStdLib
import STM32F1
print('hello pikascript!')
mem = PikaStdLib.MemChecker()
print('mem used max:')
mem.max()