micropython: Add examples for memory stats.

This commit is contained in:
Laurens Valk
2021-07-14 16:08:52 +02:00
parent cd7d5be748
commit 3b1fd091f1
3 changed files with 54 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from micropython import mem_info
# Print memory usage.
mem_info()