Skip to content

Commit

Permalink
asyncio links added
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-fryza committed Nov 25, 2024
1 parent 4ab6fd2 commit fe699fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/30_asyncio/leds.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# See:
# https://docs.micropython.org/en/latest/library/asyncio.html
# https://bbc.github.io/cloudfit-public-docs/asyncio/asyncio-part-2.html
# https://gpiocc.github.io/learn/micropython/esp/2020/06/13/martin-ku-asynchronous-programming-with-uasyncio-in-micropython.html
# https://randomnerdtutorials.com/micropython-esp32-esp8266-asynchronous-programming/

import asyncio

Expand Down

0 comments on commit fe699fa

Please sign in to comment.