Skip to content

Commit 0c4ef03

Browse files
authored
Switch heading order type (oops!)
1 parent 49470a5 commit 0c4ef03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## KiCad-Arduino Library
1+
# KiCad-Arduino Library
22
Library of schematic components and footprints of common Arduino boards for KiCAD.
33

44
Currently included are:
@@ -12,7 +12,7 @@ Currently included are:
1212

1313
Shield means the Arduino is designed to plug in from beneath your PCB; socket means it is designed to plug in from above.
1414

15-
# Library Setup
15+
## Library Setup
1616
To add this library to your KiCad Project, do the following steps:
1717
1. Copy the source files to your Project. Make sure that the Arduino.pretty folder structure is preserved.
1818
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:
2323
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!
2424
8. All done: you are now ready to use these schematic components and footprints!
2525

26-
# Comments, Requests, Bugs & Contributions
26+
## Comments, Requests, Bugs & Contributions
2727
All are welcome. Please file an "Issue" in the Bug Tracker.
2828

29-
# License
29+
## License

0 commit comments

Comments
 (0)