a few new board-ids

This commit is contained in:
andreika-git 2022-02-11 12:32:01 +02:00
parent 30ad808e4b
commit a43e55da84
5 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,6 @@
# board_id | R1 | R2 | board_name
"0","510","510","unknown"
"1","510","620","72_NB2-e"
"2","510","750","81hd-a"
"3","510","1000","alpha2ch-b"
"4","510","1200","alpha4ch-a"

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","510","R0603","C23193"
"R134","750","R0603","C23241"
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","510","R0603","C23193"
"R134","1000","R0603","C21190"
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","510","R0603","C23193"
"R134","1200","R0603","C22765"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -2,4 +2,8 @@
#python3 gen_hellen_board_id_resistors.py
python3 gen_hellen_board_id.py 72_NB2-e
#python3 gen_hellen_board_id.py 72_NB2-e
#python3 gen_hellen_board_id.py 81hd-a
#python3 gen_hellen_board_id.py alpha2ch-b
#python3 gen_hellen_board_id.py alpha4ch-a