Template Arduino : Fix pin order SS, MOSI, MISO, SCK

This commit is contained in:
Ashton Johnson 2017-01-17 20:19:36 -06:00
parent aa251244fa
commit 5f329e7646
11 changed files with 129 additions and 128 deletions

View file

@ -1,8 +1,8 @@
(export (version D)
(design
(source /home/jo/Documents/hobbies/git/kicad_git/kicad-library/template/Arduino_Mini/Arduino_Mini.sch)
(date "mer. 02 mars 2016 20:04:29 CET")
(tool "Eeschema 4.0.2-4+6225~38~ubuntu14.04.1-stable")
(source /home/jo/Documents/DOCS/git/kicad-library/template/Arduino_Mini/Arduino_Mini.sch)
(date "mer. 31 août 2016 16:39:25 CEST")
(tool "Eeschema 4.0.4+e1-6308~48~ubuntu14.04.1-stable")
(sheet (number 1) (name /) (tstamps /)
(title_block
(title)
@ -131,9 +131,9 @@
(node (ref P2) (pin 5)))
(net (code 10) (name "/10(**/SS)")
(node (ref P5) (pin 12)))
(net (code 11) (name "/11(MISO)")
(net (code 11) (name "/11(MOSI)")
(node (ref P5) (pin 11)))
(net (code 12) (name "/12(**/MOSI)")
(net (code 12) (name "/12(**/MISO)")
(node (ref P5) (pin 10)))
(net (code 13) (name "/13(SCK)")
(node (ref P5) (pin 9)))