10 lines
245 B
Text
10 lines
245 B
Text
MicroPython \.\+ version
|
|
Use \.\+
|
|
>>> import micropython
|
|
>>> micropython.heap_lock()
|
|
>>> 1+1
|
|
2
|
|
>>> micropython.heap_lock()
|
|
>>> ####################################################################
|
|
>>> micropython.heap_lock()
|
|
>>> raise SystemExit
|