diff options
author | Sumanto Kar | 2023-09-02 15:06:23 +0530 |
---|---|---|
committer | GitHub | 2023-09-02 15:06:23 +0530 |
commit | 9dfa8fc60df73549735d7347e1bfbe356a27edf5 (patch) | |
tree | cf7cb7dd966e48f432ee44134d39817f8bf81d60 /library/kicadLibrary/template/raspberrypi-gpio/meta/info.html | |
parent | ddffb22e52db5e3ebc61262b1ae5e8a6d6e770df (diff) | |
parent | 7c92529d1576015d39a9fecfd85ae918baf3e62e (diff) | |
download | eSim-9dfa8fc60df73549735d7347e1bfbe356a27edf5.tar.gz eSim-9dfa8fc60df73549735d7347e1bfbe356a27edf5.tar.bz2 eSim-9dfa8fc60df73549735d7347e1bfbe356a27edf5.zip |
Merge pull request #255 from PSR0001/master
Porting KiCad V4 To V6
Diffstat (limited to 'library/kicadLibrary/template/raspberrypi-gpio/meta/info.html')
-rw-r--r-- | library/kicadLibrary/template/raspberrypi-gpio/meta/info.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html b/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html deleted file mode 100644 index f641c66c..00000000 --- a/library/kicadLibrary/template/raspberrypi-gpio/meta/info.html +++ /dev/null @@ -1,25 +0,0 @@ -<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> |