psram example

very simple psram example for feather rp2350 guide
This commit is contained in:
Liz 2025-01-13 16:21:28 -05:00
parent a596a555e8
commit 685d549701

View file

@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
# SPDX-License-Identifier: MIT
import gc
print(gc.mem_free())