Skip to content

Commit 685d549

Browse files
committed
psram example
very simple psram example for feather rp2350 guide
1 parent a596a55 commit 685d549

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)