You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. import IO mechanism, for creating IO object, like
49
-
-`io4Inet`(the default) -- Python networking support (not available for Micro-Python)
50
-
-`io4Wifi` -- Micro-Python WiFi support (for Raspberry Pi Pico W, ESP32, etc.)
49
+
-`io4Inet`(the default) -- Python networking support (not available for Micro-Python)
50
+
-`io4Wifi` -- Micro-Python WiFi support (for Raspberry Pi Pico W, ESP32, etc.)
51
51
3. import layers, for creating layer objects
52
52
53
53
For example (using Python networking support with `io4Inet` as `io` )
@@ -151,13 +151,20 @@ Notes:
151
151
152
152
# Selected Demos
153
153
154
-
Here is a few Raspberry Pi Pico PIO demos that might interested you
154
+
Here is a few Raspberry Pi Pico PIO demos that might interest you
155
155
156
156
|[Respberry Pi Pico W Generating Tones With Programmable I/O (PIO) Using MicroPython](https://www.instructables.com/Respberry-Pi-Pico-W-Generating-Tones-With-Programm/)|[Respberry Pi Pico W NeoPixels Experiments With Programmable I/O (PIO) Using MicroPython](https://www.instructables.com/Respberry-Pi-Pico-W-NeoPixels-Experiments-With-Pro/)|
[`PyTorchIntroductoryExperiments`](https://github.com/trevorwslee/PyTorchIntroductoryExperiments) shows two regular Python 3 demos that might interest you
0 commit comments