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