From bb4ef9a1caa29b1ffd1b16b004257f0b933197d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Carandini?= Date: Wed, 17 Feb 2021 08:24:23 +0100 Subject: [PATCH] Add Install instructions file --- Install instructions.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Install instructions.md diff --git a/Install instructions.md b/Install instructions.md new file mode 100644 index 0000000..5857818 --- /dev/null +++ b/Install instructions.md @@ -0,0 +1 @@ +# Install instructions \ No newline at end of file diff --git a/README.md b/README.md index d593c8b..6922f75 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple repository of files needed to add a 3D footprint of the Raspberry Pi Pico board to KiCad. ## Schematic and footprint -I've started from the schematics and footprint files available on the [HeadBoffin RP_Silicon_KiCad GitHub project](https://github.com/HeadBoffin/RP_Silicon_KiCad). Because there are some errors in the readme file on how and where we can get those files from the Raspberry Pi web site, I've copied the needed files here, on the `RP-Pico Libraries` folder. Following the install instructions (see below) is possible to add the Raspberry Pi Pico board schema and footprint to a KiCad project: +I've started from the schematics and footprint files available on the [HeadBoffin RP_Silicon_KiCad GitHub project](https://github.com/HeadBoffin/RP_Silicon_KiCad). Because there are some errors in the readme file on how and where we can get those files from the Raspberry Pi web site, I've copied the needed files here, on the `RP-Pico Libraries` folder. Following the [install instructions](Install instructions.md) is possible to add the Raspberry Pi Pico board schema and footprint to a KiCad project: ![schema and footprint screenshot](Images\Image001.png)