Fix path + typo in README.md (#347)

* Fix path + typo in README.md

* Remove incorrect path change

* Remove typo
This commit is contained in:
Exr0n 2021-05-02 13:14:17 -07:00 committed by GitHub
parent 4c83c10f01
commit d35d1b331e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 necessary to write programs for the RP2040-based devices such as the Raspberry Pi Pico
in C, C++ or assembly language. 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 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). C level libraries/APIs for accessing all of the RP2040's hardware include PIO (Programmable IO).