Skip to content

Commit b105eb5

Browse files
committed
Making links "clickable"
1 parent 2cce7c2 commit b105eb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/EmbeddedSwift/Documentation.docc/SDKSupport/IntegrateWithPico.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Setting up a project that can seamlessly use C APIs from the Pico SDK.
66
77
Development for [Raspberry Pi Pico and Pico W](https://www.raspberrypi.com/products/raspberry-pi-pico/) normally uses the [Pico SDK](https://github.com/raspberrypi/pico-sdk) and the vendor provides several [sample projects in the pico-examples repository](https://github.com/raspberrypi/pico-examples). The SDK and sample project setup is described in:
88

9-
- https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html#sdk-setup
10-
- https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf
9+
- [https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html#sdk-setup](https://www.raspberrypi.com/documentation/microcontrollers/c_sdk.html#sdk-setup)
10+
- [https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf)
1111

1212
Before trying to use Swift with the Pico SDK, make sure your environment works and can build the provided C/C++ sample projects.
1313

0 commit comments

Comments
 (0)