hd81 board id

This commit is contained in:
Vladimir Vinogradov 2023-11-30 19:40:09 +03:00
parent c01704ebb1
commit 7c28470846
3 changed files with 7 additions and 2 deletions

View File

@ -48,3 +48,4 @@
"214","750","8200","alpha8ch-c"
"215","750","10000","uaefi-a"
"300","1000","510","h112-mg1-b"
"301","1000","620","hd81-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","1000","R0603","C21190"
"R134","620","R0603","C23220"
Can't render this file because it has a wrong number of fields in line 2.

View File

@ -50,9 +50,10 @@
#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
#python3 gen_hellen_board_id.py uaefi-a
#python3 gen_hellen_board_id.py h112-mg1-b
python3 gen_hellen_board_id.py uaefi-a
python3 gen_hellen_board_id.py h112-mg1-b
python3 gen_hellen_board_id.py hd81-a
# do not forget to manually add new files into git
# todo: one day make this a github action?