You can get really good official docs here now https://github.com/adafruit/circuitpython/tree/main/ports/espressif
Below are the old notes (19 Oct 2020)
import board | |
import busio | |
import sys | |
import os | |
from digitalio import DigitalInOut | |
import ipaddress | |
import wifi | |
import socketpool | |
import ssl |
You can get really good official docs here now https://github.com/adafruit/circuitpython/tree/main/ports/espressif
Below are the old notes (19 Oct 2020)