Skip to content

Commit aef4834

Browse files
authored
Add the Pico W specific blink to the First Examples section (#493)
* Add the Pico W specific blink to the First Examples section There is a prebuilt Pico W blink at https://datasheets.raspberrypi.com/soft/blink_picow.uf2 but I don't know if a rptl.io shortcut exists for it. * Add rptl.io shortcut for picow_blink binary
1 parent 296b792 commit aef4834

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
See [Getting Started with the Raspberry Pi Pico](https://rptl.io/pico-get-started) and the README in the [pico-sdk](https://github.com/raspberrypi/pico-sdk) for information
66
on getting up and running.
77

8-
### First Examples
8+
### First Examples
99

1010
App|Description | Link to prebuilt UF2
1111
---|---|---
1212
[hello_serial](hello_world/serial) | The obligatory Hello World program for Pico (Output over serial version) |
1313
[hello_usb](hello_world/usb) | The obligatory Hello World program for Pico (Output over USB version) | https://rptl.io/pico-hello-usb
14-
[blink](blink) | Blink an LED on and off. | https://rptl.io/pico-blink
14+
[blink](blink) | Blink an LED on and off. Pico W should use [picow_blink](pico_w/wifi/blink). | https://rptl.io/pico-blink
15+
[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
1516

1617
### ADC
1718

0 commit comments

Comments
 (0)