micropython/drivers
iabdalkader b9c1e4c205 drivers/ninaw10: Connect to WiFi asynchronously.
Before this patch, WiFi connection was blocking, and could raise exceptions
if the connection failed for any reason (including timeouts).  This doesn't
match the behavior of other WiFi modules, which connect asynchronously, and
requires handling of exceptions on connect.  This change makes `connect()`
work asynchronously by scheduling code to poll connection status, and
handle reconnects (if needed), and return immediately without blocking.
2022-11-16 09:46:43 +11:00
..
bus
cc3100
cyw43
dht
memory
ninaw10 drivers/ninaw10: Connect to WiFi asynchronously. 2022-11-16 09:46:43 +11:00
README.md

README.md

This directory contains C drivers for specific hardware. The drivers are intended to work across multiple ports.