-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.json
More file actions
33 lines (33 loc) · 1.28 KB
/
metadata.json
File metadata and controls
33 lines (33 loc) · 1.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"$schema": "https://go.kicad.org/pcm/schemas/v1",
"name": "TrailCurrent Libraries",
"description": "Symbols, footprints, and 3D models for the TrailCurrent open-source vehicle platform.",
"description_full": "Consolidated KiCAD library package for the TrailCurrent open-source vehicle platform.\n\nIncludes custom symbols, footprints, and 3D models for:\n- CAN bus components (MCP2515, SN65HVD230DR)\n- DC-DC converters (AP63203WU-7)\n- Crystals and passives\n- JST XH connector series\n- Custom connectors\n- DIP switches (DS-04)\n\nFor more information, visit https://trailcurrent.com",
"identifier": "com-trailcurrent-kicad-libraries",
"type": "library",
"author": {
"name": "TrailCurrent",
"contact": {
"web": "https://trailcurrent.com"
}
},
"maintainer": {
"name": "TrailCurrent",
"contact": {
"web": "https://github.com/trailcurrentoss/TrailCurrentKiCADLibraries"
}
},
"license": "CERN-OHL-P-2.0",
"resources": {
"homepage": "https://trailcurrent.com",
"issues": "https://github.com/trailcurrentoss/TrailCurrentKiCADLibraries/issues",
"repository": "https://github.com/trailcurrentoss/TrailCurrentKiCADLibraries"
},
"versions": [
{
"version": "1.0.0",
"status": "stable",
"kicad_version": "9.0"
}
]
}