psram example
very simple psram example for feather rp2350 guide
This commit is contained in:
parent
a596a555e8
commit
685d549701
1 changed files with 5 additions and 0 deletions
5
Feather_RP2350_Examples/CircuitPython_PSRAM/code.py
Normal file
5
Feather_RP2350_Examples/CircuitPython_PSRAM/code.py
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
|
||||
# SPDX-License-Identifier: MIT
|
||||
import gc
|
||||
|
||||
print(gc.mem_free())
|
||||
Loading…
Reference in a new issue