.gitignore
.project
.pydevproject
CHANGELOG.rst
LICENSE.txt
MANIFEST.in
README.rst
dist_create.bat
dist_upload.bat
requirements.txt
setup.py
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.core.runtime.prefs
thonny_esp.egg-info/PKG-INFO
thonny_esp.egg-info/SOURCES.txt
thonny_esp.egg-info/dependency_links.txt
thonny_esp.egg-info/requires.txt
thonny_esp.egg-info/top_level.txt
thonnycontrib/esp/__init__.py
thonnycontrib/esp/esp32_api_stubs/_boot.py
thonnycontrib/esp/esp32_api_stubs/_onewire.py
thonnycontrib/esp/esp32_api_stubs/_thread.py
thonnycontrib/esp/esp32_api_stubs/_webrepl.py
thonnycontrib/esp/esp32_api_stubs/apa106.py
thonnycontrib/esp/esp32_api_stubs/array.py
thonnycontrib/esp/esp32_api_stubs/binascii.py
thonnycontrib/esp/esp32_api_stubs/btree.py
thonnycontrib/esp/esp32_api_stubs/builtins.py
thonnycontrib/esp/esp32_api_stubs/cmath.py
thonnycontrib/esp/esp32_api_stubs/collections.py
thonnycontrib/esp/esp32_api_stubs/dht.py
thonnycontrib/esp/esp32_api_stubs/ds18x20.py
thonnycontrib/esp/esp32_api_stubs/errno.py
thonnycontrib/esp/esp32_api_stubs/esp.py
thonnycontrib/esp/esp32_api_stubs/esp32.py
thonnycontrib/esp/esp32_api_stubs/flashbdev.py
thonnycontrib/esp/esp32_api_stubs/framebuf.py
thonnycontrib/esp/esp32_api_stubs/gc.py
thonnycontrib/esp/esp32_api_stubs/hashlib.py
thonnycontrib/esp/esp32_api_stubs/heapq.py
thonnycontrib/esp/esp32_api_stubs/inisetup.py
thonnycontrib/esp/esp32_api_stubs/io.py
thonnycontrib/esp/esp32_api_stubs/json.py
thonnycontrib/esp/esp32_api_stubs/machine.py
thonnycontrib/esp/esp32_api_stubs/math.py
thonnycontrib/esp/esp32_api_stubs/micropython.py
thonnycontrib/esp/esp32_api_stubs/neopixel.py
thonnycontrib/esp/esp32_api_stubs/network.py
thonnycontrib/esp/esp32_api_stubs/ntptime.py
thonnycontrib/esp/esp32_api_stubs/onewire.py
thonnycontrib/esp/esp32_api_stubs/os.py
thonnycontrib/esp/esp32_api_stubs/random.py
thonnycontrib/esp/esp32_api_stubs/re.py
thonnycontrib/esp/esp32_api_stubs/select.py
thonnycontrib/esp/esp32_api_stubs/socket.py
thonnycontrib/esp/esp32_api_stubs/ssl.py
thonnycontrib/esp/esp32_api_stubs/struct.py
thonnycontrib/esp/esp32_api_stubs/sys.py
thonnycontrib/esp/esp32_api_stubs/time.py
thonnycontrib/esp/esp32_api_stubs/ubinascii.py
thonnycontrib/esp/esp32_api_stubs/ucollections.py
thonnycontrib/esp/esp32_api_stubs/uctypes.py
thonnycontrib/esp/esp32_api_stubs/uerrno.py
thonnycontrib/esp/esp32_api_stubs/uhashlib.py
thonnycontrib/esp/esp32_api_stubs/uheapq.py
thonnycontrib/esp/esp32_api_stubs/uio.py
thonnycontrib/esp/esp32_api_stubs/ujson.py
thonnycontrib/esp/esp32_api_stubs/uos.py
thonnycontrib/esp/esp32_api_stubs/upip.py
thonnycontrib/esp/esp32_api_stubs/upip_utarfile.py
thonnycontrib/esp/esp32_api_stubs/upysh.py
thonnycontrib/esp/esp32_api_stubs/urandom.py
thonnycontrib/esp/esp32_api_stubs/ure.py
thonnycontrib/esp/esp32_api_stubs/urequests.py
thonnycontrib/esp/esp32_api_stubs/uselect.py
thonnycontrib/esp/esp32_api_stubs/usocket.py
thonnycontrib/esp/esp32_api_stubs/ussl.py
thonnycontrib/esp/esp32_api_stubs/ustruct.py
thonnycontrib/esp/esp32_api_stubs/utime.py
thonnycontrib/esp/esp32_api_stubs/utimeq.py
thonnycontrib/esp/esp32_api_stubs/uzlib.py
thonnycontrib/esp/esp32_api_stubs/webrepl.py
thonnycontrib/esp/esp32_api_stubs/webrepl_setup.py
thonnycontrib/esp/esp32_api_stubs/websocket.py
thonnycontrib/esp/esp32_api_stubs/websocket_helper.py
thonnycontrib/esp/esp32_api_stubs/zlib.py
thonnycontrib/esp/esp8266_api_stubs/_boot.py
thonnycontrib/esp/esp8266_api_stubs/_onewire.py
thonnycontrib/esp/esp8266_api_stubs/_webrepl.py
thonnycontrib/esp/esp8266_api_stubs/apa102.py
thonnycontrib/esp/esp8266_api_stubs/array.py
thonnycontrib/esp/esp8266_api_stubs/btree.py
thonnycontrib/esp/esp8266_api_stubs/builtins.py
thonnycontrib/esp/esp8266_api_stubs/dht.py
thonnycontrib/esp/esp8266_api_stubs/ds18x20.py
thonnycontrib/esp/esp8266_api_stubs/errno.py
thonnycontrib/esp/esp8266_api_stubs/esp.py
thonnycontrib/esp/esp8266_api_stubs/example_pub_button.py
thonnycontrib/esp/esp8266_api_stubs/example_sub_led.py
thonnycontrib/esp/esp8266_api_stubs/flashbdev.py
thonnycontrib/esp/esp8266_api_stubs/framebuf.py
thonnycontrib/esp/esp8266_api_stubs/gc.py
thonnycontrib/esp/esp8266_api_stubs/http_client.py
thonnycontrib/esp/esp8266_api_stubs/http_client_ssl.py
thonnycontrib/esp/esp8266_api_stubs/http_server.py
thonnycontrib/esp/esp8266_api_stubs/http_server_ssl.py
thonnycontrib/esp/esp8266_api_stubs/inisetup.py
thonnycontrib/esp/esp8266_api_stubs/json.py
thonnycontrib/esp/esp8266_api_stubs/lwip.py
thonnycontrib/esp/esp8266_api_stubs/machine.py
thonnycontrib/esp/esp8266_api_stubs/math.py
thonnycontrib/esp/esp8266_api_stubs/micropython.py
thonnycontrib/esp/esp8266_api_stubs/neopixel.py
thonnycontrib/esp/esp8266_api_stubs/network.py
thonnycontrib/esp/esp8266_api_stubs/ntptime.py
thonnycontrib/esp/esp8266_api_stubs/onewire.py
thonnycontrib/esp/esp8266_api_stubs/os.py
thonnycontrib/esp/esp8266_api_stubs/port_diag.py
thonnycontrib/esp/esp8266_api_stubs/select.py
thonnycontrib/esp/esp8266_api_stubs/socket.py
thonnycontrib/esp/esp8266_api_stubs/ssd1306.py
thonnycontrib/esp/esp8266_api_stubs/sys.py
thonnycontrib/esp/esp8266_api_stubs/time.py
thonnycontrib/esp/esp8266_api_stubs/uasyncio.py
thonnycontrib/esp/esp8266_api_stubs/ubinascii.py
thonnycontrib/esp/esp8266_api_stubs/ucollections.py
thonnycontrib/esp/esp8266_api_stubs/uctypes.py
thonnycontrib/esp/esp8266_api_stubs/uerrno.py
thonnycontrib/esp/esp8266_api_stubs/uhashlib.py
thonnycontrib/esp/esp8266_api_stubs/uheapq.py
thonnycontrib/esp/esp8266_api_stubs/uio.py
thonnycontrib/esp/esp8266_api_stubs/ujson.py
thonnycontrib/esp/esp8266_api_stubs/uos.py
thonnycontrib/esp/esp8266_api_stubs/upip.py
thonnycontrib/esp/esp8266_api_stubs/upip_utarfile.py
thonnycontrib/esp/esp8266_api_stubs/upysh.py
thonnycontrib/esp/esp8266_api_stubs/urandom.py
thonnycontrib/esp/esp8266_api_stubs/ure.py
thonnycontrib/esp/esp8266_api_stubs/urequests.py
thonnycontrib/esp/esp8266_api_stubs/uselect.py
thonnycontrib/esp/esp8266_api_stubs/usocket.py
thonnycontrib/esp/esp8266_api_stubs/ussl.py
thonnycontrib/esp/esp8266_api_stubs/ustruct.py
thonnycontrib/esp/esp8266_api_stubs/utime.py
thonnycontrib/esp/esp8266_api_stubs/utimeq.py
thonnycontrib/esp/esp8266_api_stubs/uzlib.py
thonnycontrib/esp/esp8266_api_stubs/webrepl.py
thonnycontrib/esp/esp8266_api_stubs/uasyncio/core.py
thonnycontrib/esp/esp8266_api_stubs/umqtt/robust.py
thonnycontrib/esp/esp8266_api_stubs/umqtt/simple.py
thonnycontrib/esp/esp8266_api_stubs/urllib/urequest.py