Files
pybricks-api/examples/micropython/memuse.py
T

5 lines
67 B
Python

from micropython import mem_info
# Print memory usage.
mem_info()