Skip to content

Commit e060164

Browse files
authored
Update README.md
1 parent 51a7ad5 commit e060164

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@ on getting up and running.
88
##### Notes on different boards and platforms (RP2040 / RP2350)
99

1010
The majority of examples are applicable to both RP2040 and RP2350 based boards,
11-
however certain examples that use chip specific functionality will only build on that platform.
12-
Equally, for instance, Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support.
11+
however certain examples that use chip-specific functionality will only build on that platform.
12+
Similarly, Wi-Fi and Bluetooth examples will only build on a board that includes Wi-Fi and Bluetooth support.
1313

14-
Board and platform information are passed to the CMake build via the `PICO_PLATFORM` and `PICO_BOARD` variables.
14+
Platform and board information are passed to the CMake build via the `PICO_PLATFORM` and `PICO_BOARD` variables.
1515
For more information see the "Platform and Board Configuration" chapter of
1616
the [Raspberry Pi Pico-series C/C++ SDK](https://rptl.io/pico-c-sdk) book
1717

1818
Information on which examples are not being built is output during the CMake configuration step.
19+
1920
### First Examples
2021

2122
App| Description | Link to prebuilt UF2

0 commit comments

Comments
 (0)