Skip to content

Commit

Permalink
Add MicroPython module lists
Browse files Browse the repository at this point in the history
  • Loading branch information
aivarannamaa committed Mar 31, 2022
1 parent 388a50f commit 477aa4c
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 0 deletions.
63 changes: 63 additions & 0 deletions thonny/plugins/esp/esp32_api_stubs/mp-1.18-esp32.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
__main__
_boot
_onewire
_thread
_uasyncio
_webrepl
apa106
btree
builtins
cmath
dht
ds18x20
esp
esp32
flashbdev
framebuf
gc
inisetup
machine
math
micropython
neopixel
network
ntptime
onewire
uarray
uasyncio/__init__
uasyncio/core
uasyncio/event
uasyncio/funcs
uasyncio/lock
uasyncio/stream
ubinascii
ubluetooth
ucollections
ucryptolib
uctypes
uerrno
uhashlib
uheapq
uio
ujson
umqtt/robust
umqtt/simple
uos
upip
upip_utarfile
upysh
urandom
ure
urequests
uselect
usocket
ussl
ustruct
usys
utime
utimeq
uwebsocket
uzlib
webrepl
webrepl_setup
websocket_helper
41 changes: 41 additions & 0 deletions thonny/plugins/rp2040/api_stubs/mp-1.18-pico.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
__main__
_boot
_onewire
_rp2
_thread
_uasyncio
builtins
cmath
dht
ds18x20
framebuf
gc
machine
math
micropython
neopixel
onewire
rp2
uarray
uasyncio/__init__
uasyncio/core
uasyncio/event
uasyncio/funcs
uasyncio/lock
uasyncio/stream
ubinascii
ucollections
uctypes
uerrno
uhashlib
uheapq
uio
ujson
uos
urandom
ure
uselect
ustruct
usys
utime
uzlib

0 comments on commit 477aa4c

Please sign in to comment.