upy-lab/threading
androiddrew 5ffdc6e63c Adding interrupt example
..
README.md Here are some updates
hello_threading.py Adding interrupt example
threading2.py Here are some updates

README.md

Threading

The ESP32 has two cores, but Micropython will only run in single core mode. We can however use threading.