API and Usage
_bleio
_eve
_pew
_stage
_typing
adafruit_bus_device
adafruit_pixelbuf
aesio
alarm
analogio
atexit
audiobusio
audiocore
audioio
audiomixer
audiomp3
audiopwmio
bitbangio
bitmaptools
bitops
board
busio
camera
canio
countio
digitalio
displayio
dualbank
espidf
fontio
framebufferio
frequencyio
gamepadshift
getpass
gifio
gnss
i2cperipheral
imagecapture
ipaddress
is31fl3741
keypad
math
memorymonitor
microcontroller
msgpack
multiterminal
neopixel_write
nvm
onewireio
os
paralleldisplay
ps2io
pulseio
pwmio
qrio
rainbowio
random
rgbmatrix
rotaryio
rp2pio
rtc
samd
sdcardio
sdioio
sharpdisplay
socketpool
ssl
storage
struct
supervisor
synthio
terminalio
thingz
thingz_accel
thingz_button
thingz_button_touch
thingz_display
thingz_led
thingz_radio
thingz_sound
time
touchio
traceback
uheap
ulab
usb_cdc
usb_hid
usb_midi
ustack
max_stack_usage()
stack_size()
stack_usage()
vectorio
watchdog
wifi
help()
Design and porting reference
*io
MicroPython specific
About the project
Return the maximum excursion of the stack so far.
Return the size of the entire stack. Same as in micropython.mem_info(), but returns a value instead of just printing it.
Return how much stack is currently in use. Same as micropython.stack_use(); duplicated here for convenience.