diff options
author | rahulp13 | 2020-03-02 16:19:12 +0530 |
---|---|---|
committer | rahulp13 | 2020-03-02 16:19:12 +0530 |
commit | 55b7386f67afe1429f61ef9b8f923437419c7b1e (patch) | |
tree | 7fe7ad86944de9820668a19d4cf0ebd212147f6c /library/kicadLibrary/template/raspberrypi-gpio/meta | |
parent | 977bfed94cb0e5e4efc6b68a143d8b79682209c2 (diff) | |
download | eSim-55b7386f67afe1429f61ef9b8f923437419c7b1e.tar.gz eSim-55b7386f67afe1429f61ef9b8f923437419c7b1e.tar.bz2 eSim-55b7386f67afe1429f61ef9b8f923437419c7b1e.zip |
update libraries
Diffstat (limited to 'library/kicadLibrary/template/raspberrypi-gpio/meta')
-rw-r--r-- | library/kicadLibrary/template/raspberrypi-gpio/meta/brd.png | bin | 0 -> 57538 bytes | |||
-rw-r--r-- | library/kicadLibrary/template/raspberrypi-gpio/meta/icon.png | bin | 0 -> 5374 bytes | |||
-rw-r--r-- | library/kicadLibrary/template/raspberrypi-gpio/meta/info.html | 25 |
3 files changed, 25 insertions, 0 deletions
diff --git a/library/kicadLibrary/template/raspberrypi-gpio/meta/brd.png b/library/kicadLibrary/template/raspberrypi-gpio/meta/brd.png Binary files differnew file mode 100644 index 00000000..55e41753 --- /dev/null +++ b/library/kicadLibrary/template/raspberrypi-gpio/meta/brd.png diff --git a/library/kicadLibrary/template/raspberrypi-gpio/meta/icon.png b/library/kicadLibrary/template/raspberrypi-gpio/meta/icon.png Binary files differnew file mode 100644 index 00000000..a8d473b6 --- /dev/null +++ b/library/kicadLibrary/template/raspberrypi-gpio/meta/icon.png diff --git a/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html b/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html new file mode 100644 index 00000000..f641c66c --- /dev/null +++ b/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html @@ -0,0 +1,25 @@ +<html> +<head> +<title>Raspberry Pi - Expansion Board</title> +</head> +<body> +<h1>Raspberry Pi</h1> +<h2>Expansion Board</h2> + +<p>This project template is the basis of an expansion board for the +<a href="http://www.raspberrypi.org/" target="blank">Raspberry Pi $25 ARM +board.</a></p> + +<p>This base project includes a PCB edge defined as the same size as the +Raspberry-Pi PCB with the connectors placed correctly to align the two boards. +All IO present on the Raspberry-Pi board is connected to the project through the +0.1" expansion headers.</p> + +<p>The board outline looks like the following:</p> + +<p><img src="brd.png"></p> + +<p>(c)2012 Brian Sidebotham<br> +(c)2012 Kicad Developers<br></p> +</body> +</html> |