mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
Fix path + typo in README.md (#347)
* Fix path + typo in README.md * Remove incorrect path change * Remove typo
This commit is contained in:
parent
4c83c10f01
commit
d35d1b331e
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ The Raspberry Pi Pico SDK (henceforth the SDK) provides the headers, libraries a
|
|||
necessary to write programs for the RP2040-based devices such as the Raspberry Pi Pico
|
||||
in C, C++ or assembly language.
|
||||
|
||||
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.
|
||||
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.
|
||||
A single program runs on the device at a time and starts with a conventional `main()` method. Standard C/C++ libraries are supported along with
|
||||
C level libraries/APIs for accessing all of the RP2040's hardware include PIO (Programmable IO).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue