Difference between revisions of "Raspberry Pi Pico"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | [[Category:Raspberry Pico]][[File:Pico Board.jpg|thumb|Raspberry Pi Pico Board]] | + | [[Category:Raspberry Pi Pico]][[File:Pico Board.jpg|thumb|Raspberry Pi Pico Board]] |
− | The Raspberry Pico is a [[Category:Development Board|Development Board]] based upon the [[RP2040]] [[MCU]]. | + | The [[Raspberry Pi Pico]] is a [[Category:Development Board|Development Board]] based upon the [[RP2040]] [[MCU]]. |
== SDK == | == SDK == | ||
Line 9: | Line 9: | ||
git clone --recursive git@github.com:raspberrypi/pico-sdk.git | git clone --recursive git@github.com:raspberrypi/pico-sdk.git | ||
</pre> | </pre> | ||
+ | |||
+ | == Picoprobe == | ||
+ | |||
+ | The [[Raspberry Pi Pico]] |
Revision as of 03:11, 18 December 2021
The Raspberry Pi Pico is a based upon the RP2040 MCU.
SDK
The SDK is available at Github. To use, the easiest approach is to clone this repository:
git clone --recursive git@github.com:raspberrypi/pico-sdk.git