From 367813a20da7df4db72d1c6996585d00131a2440 Mon Sep 17 00:00:00 2001 From: Peter Hinch Date: Sun, 4 Jun 2023 09:36:54 +0100 Subject: [PATCH] Updated Threads (markdown) --- Threads.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Threads.md b/Threads.md index 19708e4..6407fb1 100644 --- a/Threads.md +++ b/Threads.md @@ -33,3 +33,4 @@ We provide additional firmware variants for the Pyboard that enables the `_threa ### Resources * [Threads in MicroPython](https://www.youtube.com/watch?v=aDXgX0rGVDY): Damien's talk that introduced the feature +* [Threading](https://github.com/peterhinch/micropython-async/blob/master/v3/docs/THREADING.md): A doc which aims to explain the different forms of MicroPython concurrency.