mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-11 17:14:41 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
from micropython import mem_info
|
|
|
|
# Print memory usage.
|
|
mem_info()
|