circuitpython/locale
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
..
circuitpython.pot Implement scan, connect, ping 2022-09-28 10:06:33 -05:00
cs.po Update translation files 2022-09-16 18:46:34 +02:00
de_DE.po Update translation files 2022-09-16 18:46:34 +02:00
el.po Update translation files 2022-09-16 18:46:34 +02:00
en_GB.po Update translation files 2022-09-16 18:46:34 +02:00
en_US.po Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
en_x_pirate.po Merge tag 'v1.17' into merge-1.17 2021-10-15 08:20:54 -05:00
es.po Update translation files 2022-09-16 18:46:34 +02:00
fil.po Update translation files 2022-09-16 18:46:34 +02:00
fr.po Update translation files 2022-09-16 18:46:34 +02:00
hi.po Update translation files 2022-09-16 18:46:34 +02:00
ID.po Update translation files 2022-09-16 18:46:34 +02:00
it_IT.po Update translation files 2022-09-16 18:46:34 +02:00
ja.po Update translation files 2022-09-16 18:46:34 +02:00
ko.po Update translation files 2022-09-16 18:46:34 +02:00
nl.po Update translation files 2022-09-16 18:46:34 +02:00
pl.po Update translation files 2022-09-16 18:46:34 +02:00
pt_BR.po Update translation files 2022-09-16 18:46:34 +02:00
ru.po Update translation files 2022-09-16 18:46:34 +02:00
sv.po Translated using Weblate (Swedish) 2022-09-16 20:51:37 +02:00
tr.po Update translation files 2022-09-16 18:46:34 +02:00
zh_Latn_pinyin.po Update translation files 2022-09-16 18:46:34 +02:00