pimoroni-pico/micropython/examples/pico_wireless
Phil Howard 9f07be90da PicoWireless: move HTTP code to ppwhttp library
Creates a new ppwhttp library to hide the implementation detail of HTTP clients/servers from the examples.

Adds a new example - plasma_ws2812_http.py - showing how to expand rgb_http.py to use a WS2812 pixel strip.

Adds "secrets.py" and moves WIFI connection information there. ppwhttp will throw an error if it's missing.
2021-09-29 12:20:06 +01:00
..
cheerlights.py PicoWireless: move HTTP code to ppwhttp library 2021-09-29 12:20:06 +01:00
plasma_ws2812_http.py PicoWireless: move HTTP code to ppwhttp library 2021-09-29 12:20:06 +01:00
ppwhttp.py PicoWireless: move HTTP code to ppwhttp library 2021-09-29 12:20:06 +01:00
rgb_http.py PicoWireless: move HTTP code to ppwhttp library 2021-09-29 12:20:06 +01:00
secrets.py PicoWireless: move HTTP code to ppwhttp library 2021-09-29 12:20:06 +01:00