Standardise references to Raspberry Pi Pico SDK (#21)

This commit is contained in:
Andrew Scheller
2021-01-30 17:16:32 +00:00
committed by Graham Sanderson
parent 90d785bb5b
commit 312dda4726
4 changed files with 11 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
# PICO SDK Examples
# Raspberry Pi Pico SDK Examples
## Getting started
@@ -7,9 +7,9 @@ on getting up and running.
### First Examples
App | Description | Link to prebuilt UF2
App|Description | Link to prebuilt UF2
---|---|---
[hello_serial](hello_world/serial) | The obligatory Hello World program for Pico (Output over serial version) | https://rptl.io/pico-hello-serial
[hello_serial](hello_world/serial) | The obligatory Hello World program for Pico (Output over serial version) |
[hello_usb](hello_world/usb) | The obligatory Hello World program for Pico (Output over USB version) | https://rptl.io/pico-hello-usb
[blink](blink) | Blink an LED on and off. | https://rptl.io/pico-blink