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
[hello_serial](hello_world/serial) | The obligatory Hello World program for Pico (Output over serial version) |
26
26
[hello_usb](hello_world/usb) | The obligatory Hello World program for Pico (Output over USB version) | https://rptl.io/pico-hello-usb
27
-
[blink](blink) | Blink an LED on and off. Works on both boards with regular LEDs and Pico W | https://rptl.io/pico-blink
28
-
[blink_simple](blink_simple) | Blink an LED on and off. Does not work on Pico W. | https://rptl.io/pico-blink
29
-
[picow_blink](pico_w/wifi/blink) | Blinks the Pico W on-board LED (which is connected via the WiFi chip). | http://rptl.io/pico-w-blink
27
+
[blink](blink) | Blink an LED on and off. Works on both boards with regular LEDs and boards like Pico W where the led is connected via the Wi-Fi chip | https://rptl.io/pico-blink
28
+
[blink_simple](blink_simple) | Blink a LED on and off. Does not work on boards like Pico W where the led is connected via the Wi-Fi chip. | https://rptl.io/pico-blink
29
+
[picow_blink](pico_w/wifi/blink) | Blinks the on-board LED on boards like Pico W where the led is connected via the Wi-Fi chip. | http://rptl.io/pico-w-blink
30
30
31
31
### ADC
32
32
@@ -170,9 +170,9 @@ App|Description
170
170
[blinky](picoboard/blinky) | Blink "hello, world" in Morse code on Pico's LED
171
171
[button](picoboard/button) | Use Pico's BOOTSEL button as a regular button input, by temporarily suspending flash access.
172
172
173
-
### Pico W Networking
173
+
### Pico Networking
174
174
175
-
These examples are for the Pico W, and are only available for `PICO_BOARD=pico_w`
175
+
These networking examples are only available if Wi-Fi is supported by the board.
176
176
177
177
App|Description
178
178
---|---
@@ -192,7 +192,7 @@ App|Description
192
192
193
193
#### FreeRTOS examples
194
194
195
-
These are examples of integrating Pico W networking under FreeRTOS, and require you to set the `FREERTOS_KERNEL_PATH`
195
+
These are examples of integrating Pico Wi-Fi networking under FreeRTOS, and require you to set the `FREERTOS_KERNEL_PATH`
196
196
to point to the FreeRTOS Kernel. See https://github.com/FreeRTOS/FreeRTOS-Kernel
197
197
198
198
App|Description
@@ -205,9 +205,9 @@ App|Description
205
205
[pico_freertos_httpd_nosys](pico_w/wifi/freertos/httpd) | Runs a LWIP HTTP server test app under FreeRTOS in NO_SYS=1 mode.
206
206
[pico_freertos_httpd_sys](pico_w/wifi/freertos/httpd) | Runs a LWIP HTTP server test app under FreeRTOS in NO_SYS=0 (i.e. full FreeRTOS integration) mode.
207
207
208
-
### Pico W Bluetooth
208
+
### Pico Bluetooth
209
209
210
-
These examples are for the Pico W, and are only available for `PICO_BOARD=pico_w`.
210
+
These Bluetooth examples are only available for boards that support Bluetooth.
211
211
They are examples from the Blue Kitchen Bluetooth stack, see [here](https://bluekitchen-gmbh.com/btstack/#examples/examples/index.html) for a full description.
212
212
213
213
By default, the Bluetooth examples are only built in one "mode" only (*background*, *poll*, or *freertos*), with the
0 commit comments