File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries a
44necessary to write programs for the RP2040-based devices such as the Raspberry Pi Pico
55in C, C++ or assembly language.
66
7- The SDK is designed to provide an API and programming environment that is familiar both to non-embedded C developers and embedded C developers alike.
7+ The SDK is designed to provide an API and programming environment that is familiar both to non-embedded C developers and embedded C developers alike.
88A single program runs on the device at a time and starts with a conventional ` main() ` method. Standard C/C++ libraries are supported along with
99C level libraries/APIs for accessing all of the RP2040's hardware include PIO (Programmable IO).
1010
You can’t perform that action at this time.
0 commit comments