Adafruit_Learning_System_Gu.../Feather_RP2350_Examples/CircuitPython_PSRAM/code.py
Liz 685d549701 psram example
very simple psram example for feather rp2350 guide
2025-01-13 16:21:28 -05:00

5 lines
128 B
Python

# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
# SPDX-License-Identifier: MIT
import gc
print(gc.mem_free())