Jeff Epler 6c3cdceb45
Implement scan, connect, ping
My pings go out, and then they come back

```py
import os
import wifi
import ipaddress

wifi.radio.connect(os.getenv('WIFI_SSID'), os.getenv('WIFI_PASSWORD'))
ipv4 = ipaddress.ip_address("8.8.4.4")
print("Ping google.com: %f ms" % (wifi.radio.ping(ipv4)*1000))
```
2022-09-28 10:06:33 -05:00
..
2021-08-11 23:14:58 -04:00
2022-02-15 12:36:26 -06:00
2021-03-15 19:27:36 +05:30
2022-09-28 10:06:33 -05:00
2021-05-06 16:22:35 +03:00
2022-09-28 10:06:33 -05:00
2022-02-15 12:36:26 -06:00
2022-03-11 16:04:12 -08:00
2021-04-19 22:22:44 -07:00
2021-03-15 19:27:36 +05:30
2022-08-30 15:23:44 -04:00
2021-03-15 19:27:36 +05:30
2021-04-19 22:22:44 -07:00
2022-02-15 12:36:26 -06:00
2022-02-15 12:36:26 -06:00
2022-02-15 12:36:26 -06:00
2021-03-15 19:27:36 +05:30
2021-10-15 08:20:54 -05:00
2021-04-19 22:22:44 -07:00
2022-02-15 12:36:26 -06:00