You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
##KiCad-Arduino Library
1
+
# KiCad-Arduino Library
2
2
Library of schematic components and footprints of common Arduino boards for KiCAD.
3
3
4
4
Currently included are:
@@ -12,7 +12,7 @@ Currently included are:
12
12
13
13
Shield means the Arduino is designed to plug in from beneath your PCB; socket means it is designed to plug in from above.
14
14
15
-
# Library Setup
15
+
##Library Setup
16
16
To add this library to your KiCad Project, do the following steps:
17
17
1. Copy the source files to your Project. Make sure that the Arduino.pretty folder structure is preserved.
18
18
2. In EeSchema (the schematic editor of KiCad) go to Preferences -> Component Libraries. Click the "Add" button next to "Component library files".
@@ -23,7 +23,7 @@ To add this library to your KiCad Project, do the following steps:
23
23
7. In the new line of the table, set Library Path to "$(KIPRJMOD)\Arduino.pretty" and ensure Plugin Type is "KiCad". Options and Description can be left blank. You should set Nickname to something descriptive - like "Arduino" for example!
24
24
8. All done: you are now ready to use these schematic components and footprints!
25
25
26
-
# Comments, Requests, Bugs & Contributions
26
+
##Comments, Requests, Bugs & Contributions
27
27
All are welcome. Please file an "Issue" in the Bug Tracker.
0 commit comments