Files

5 lines
67 B
Python

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