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
Copy file name to clipboardExpand all lines: pico-blink-sdk/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This example demonstrates how to integrate with the Pico SDK which is using CMak
6
6
7
7
## Requirements
8
8
9
-
- A Raspberry Pi Pico (non-W) board. If you have a Pico W instead, refer to the [pico-w-blink-sdk](../pico-w-blink-sdk) sample instead.
9
+
- A Raspberry Pi Pico / Pico 2 (non-W) board, or any other RP2040 / RP2350 board with PICO_DEFAULT_LED_PIN defined. If you have a Pico W instead, refer to the [pico-w-blink-sdk](../pico-w-blink-sdk) sample instead.
10
10
- Follow the setup steps at https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf, in particular you'll need:
11
11
- A checkout of the [pico-sdk](https://github.com/raspberrypi/pico-sdk.git), with git submodules checked out.
12
12
- A checkout of the [pico-examples](https://github.com/raspberrypi/pico-examples.git).
0 commit comments