We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bde5ed3 + 685d549 commit daa4e42Copy full SHA for daa4e42
Feather_RP2350_Examples/CircuitPython_PSRAM/code.py
@@ -0,0 +1,5 @@
1
+# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2
+# SPDX-License-Identifier: MIT
3
+import gc
4
+
5
+print(gc.mem_free())
0 commit comments