mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-28 04:07:46 +00:00
micropython: Add examples for memory stats.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
from micropython import mem_info
|
||||
|
||||
# Print memory usage.
|
||||
mem_info()
|
||||
Reference in New Issue
Block a user