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.
1 parent a596a55 commit 685d549Copy full SHA for 685d549
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