Skip to content

Commit daa4e42

Browse files
authored
Merge pull request #2947 from adafruit/newxie
psram example
2 parents bde5ed3 + 685d549 commit daa4e42

File tree

1 file changed

+5
-0
lines changed
  • Feather_RP2350_Examples/CircuitPython_PSRAM

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)