5 lines
128 B
Python
5 lines
128 B
Python
# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
|
|
# SPDX-License-Identifier: MIT
|
|
import gc
|
|
|
|
print(gc.mem_free())
|