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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Arduion KiCad Library
1
+
# Arduino KiCad Library
2
2
Library of schematic components and footprints of common Arduino boards for KiCAD.
3
3
4
4
Currently included are:
@@ -16,7 +16,7 @@ Shield means the Arduino is designed to plug in from beneath your PCB; socket me
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".
19
-
3. Navigate to your project folder, select "arduion.lib" and click "open".
19
+
3. Navigate to your project folder, select "arduino.lib" and click "open".
20
20
4. You may wish to adjust the newly added arduino schematic library to be near the top of the load order using the "Up" and "Down" buttons, but this is optional and is only relevant if you have other libraries that use the same names for parts.
21
21
5. OK out and exit EeSchema. Open PcbNew (the PCB editor of KiCad) go to Preferences -> Footprint Libraries Manager.
22
22
6. Select the "Project Specific Libraries" tab and then click "Append Library".
0 commit comments