diff --git a/Feather_RP2350_Examples/CircuitPython_PSRAM/code.py b/Feather_RP2350_Examples/CircuitPython_PSRAM/code.py new file mode 100644 index 000000000..50f7b2e09 --- /dev/null +++ b/Feather_RP2350_Examples/CircuitPython_PSRAM/code.py @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries +# SPDX-License-Identifier: MIT +import gc + +print(gc.mem_free())