Board ID 8ch-c

This commit is contained in:
Vladimir Vinogradov 2023-10-03 03:46:09 +03:00
parent 70043a6124
commit 162f83cc73
3 changed files with 8 additions and 3 deletions

View File

@ -45,3 +45,4 @@
"211","750","4700","h112-17-a"
"212","750","5600","h112-mg1-a"
"213","750","6800","h112-17-b"
"214","750","8200","alpha8ch-c"

Can't render this file because it has a wrong number of fields in line 2.

View File

@ -0,0 +1,3 @@
# resistor | value | footprint | part_number
"R133","750","R0603","C23241"
"R134","8200","R0603","C25981"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -46,9 +46,10 @@
#python3 gen_hellen_board_id.py small-can-a
#python3 gen_hellen_board_id.py small-can-b
#python3 gen_hellen_board_id.py alpha2ch-g
python3 gen_hellen_board_id.py h112-17-a
python3 gen_hellen_board_id.py h112-mg1-a
python3 gen_hellen_board_id.py h112-17-b
#python3 gen_hellen_board_id.py h112-17-a
#python3 gen_hellen_board_id.py h112-mg1-a
#python3 gen_hellen_board_id.py h112-17-b
python3 gen_hellen_board_id.py alpha8ch-c
# do not forget to manually add new files into git
# todo: one day make this a github action?