Upd pinout

This commit is contained in:
Vladimir Vinogradov 2021-09-24 14:29:21 +03:00
parent c293d37202
commit 2559f9e6d8
8 changed files with 2357 additions and 189 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*-backups
*.prl

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "hellen-one"]
path = hellen-one
url = https://github.com/andreika-git/hellen-one

View File

@ -1,3 +1,6 @@
(fp_lib_table
(lib (name "lib")(type "KiCad")(uri "${KIPRJMOD}/lib")(options "")(descr ""))
(lib (name "hellen-one-wbo-0.2")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/modules/wbo/0.2")(options "")(descr "Hellen-One WBO Module"))
(lib (name "hellen-one-can-0.1")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/modules/can/0.1")(options "")(descr "Hellen-One CAN Module"))
(lib (name "hellen-one-common")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/kicad/footprints")(options "")(descr "Hellen-One common library"))
)

1
hellen-one Submodule

@ -0,0 +1 @@
Subproject commit 82a3fabbefd8a4238bca6b4a21cd2423644adcd4

View File

@ -313,7 +313,6 @@
],
"rule_severities": {
"bus_definition_conflict": "error",
"bus_entry_needed": "error",
"bus_label_syntax": "error",
"bus_to_bus_conflict": "error",
"bus_to_net_conflict": "error",
@ -370,7 +369,7 @@
}
],
"meta": {
"version": 2
"version": 0
},
"net_colors": null
},
@ -407,7 +406,7 @@
"legacy_lib_dir": "",
"legacy_lib_list": [],
"meta": {
"version": 1
"version": 0
},
"net_format_name": "Pcbnew",
"ngspice": {

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,6 @@
(sym_lib_table
(lib (name "1318612-1")(type "KiCad")(uri "${KIPRJMOD}/lib/1318612-1.kicad_sym")(options "")(descr ""))
(lib (name "hellen-one-wbo-0.2")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/modules/wbo/0.2/wbo.kicad_sym")(options "")(descr "Hellen-One WBO Module"))
(lib (name "hellen-one-can-0.1")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/modules/can/0.1/can.kicad_sym")(options "")(descr "Hellen-One CAN Module"))
(lib (name "hellen-one-common")(type "KiCad")(uri "${KIPRJMOD}/hellen-one/kicad/hellen-one-common.kicad_sym")(options "")(descr "Hellen-One common library"))
)