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
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
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,13 +5,14 @@
5
5
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
6
6
on getting up and running.
7
7
8
-
### First Examples
8
+
### First Examples
9
9
10
10
App|Description | Link to prebuilt UF2
11
11
---|---|---
12
12
[hello_serial](hello_world/serial) | The obligatory Hello World program for Pico (Output over serial version) |
13
13
[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
0 commit comments