mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from micropython import mem_info
|
|
|
|
# Print memory usage.
|
|
mem_info()
|