mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2024-11-22 14:10:37 +02:00
Adjusted parsing of component values. Now all capacitors get properly selected.
- bom/atrf.sub: adjusted setting of capacitance and inductivity to conventions used in these projects
This commit is contained in:
parent
66e5aa5a90
commit
636011c23d
@ -1,6 +1,6 @@
|
||||
#SUB
|
||||
|
||||
# Taked from gta02-core. Left in the hacks, since we may use similar components
|
||||
# Taken from gta02-core. Left in the hacks, since we may use similar components
|
||||
# in the future.
|
||||
|
||||
-> T=unknown
|
||||
@ -20,13 +20,13 @@ RP[0-9]* {
|
||||
|
||||
C[0-9]* {
|
||||
-> T=C
|
||||
VAL=$F -> C=$VAL
|
||||
VAL=*F -> C=$VAL
|
||||
FN=*V -> V=>=$FN
|
||||
}
|
||||
|
||||
L[0-9]* {
|
||||
-> T=L
|
||||
VAL=$H -> L=$VAL
|
||||
VAL=*H -> L=$VAL
|
||||
FN=*A -> I=>=$FN
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user