circuitpython/tests/micropython/stack_use.py
Scott Shawcroft b057fb8a4b
codeformat
2021-04-19 22:22:44 -07:00

8 lines
193 B
Python

# tests stack_use function in micropython module
import micropython
if not hasattr(micropython, "stack_use"):
print("SKIP")
else:
print(type(micropython.stack_use())) # output varies