Skip to content

Commit 191f8c7

Browse files
committed
Add metadata.json for #62
1 parent 5776bc6 commit 191f8c7

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# KiCad Symbol & Footprint Library for Arduino modules
1+
# KiCad Symbol & Footprint Library for Arduino Modules
22
*Version 3.0.0*
33

44
This is a library of KiCad schematic symbols and PCB footprints for common Arduino modules. You can use them to make your own PCB design which will effortlessly connect with your chosen Arduino module.

metadata.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"$schema": "https://go.kicad.org/pcm/schemas/v1",
3+
"name": "Library of Arduino Modules",
4+
"description": "KiCad Symbol & Footprint Library for Arduino Modules",
5+
"description_full": "You need to manually update the library tables in the Library Manager. Refer to the links below for documentation and installation instructions.\n\nThis is a library of KiCad schematic symbols and PCB footprints for common Arduino modules. You can use them to make your own PCB design which will effortlessly connect with your chosen Arduino module.",
6+
"identifier": "com.github.alarm-siren.arduino-kicad-library",
7+
"type": "library",
8+
"author": {
9+
"name": "Nicholas Parks Young",
10+
"contact": {
11+
"Profile": "https://github.com/Alarm-Siren/"
12+
}
13+
},
14+
"license": "CC-BY-SA-4.0",
15+
"resources": {
16+
"GitHub": "https://github.com/Alarm-Siren/arduino-kicad-library",
17+
"Instructions": "https://github.com/Alarm-Siren/arduino-kicad-library#readme",
18+
"Bug Tracker": "https://github.com/Alarm-Siren/arduino-kicad-library/issues"
19+
},
20+
"tags": [
21+
"footprints",
22+
"symbols",
23+
"arduino",
24+
"modules"
25+
],
26+
"versions": [
27+
{
28+
"version": "3.0.0",
29+
"status": "stable",
30+
"kicad_version": "6.0"
31+
}
32+
]
33+
}

0 commit comments

Comments
 (0)