mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
MicroPython \.\+ version
|
|
Use \.\+
|
|
>>> import micropython
|
|
>>> micropython.heap_lock()
|
|
>>> 1+1
|
|
2
|
|
>>> micropython.heap_lock()
|
|
>>> None # Cause the repl's line storage to be enlarged ----------------
|
|
>>> micropython.heap_lock()
|
|
>>> raise SystemExit
|