mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
Yageo CC...R50 weren't recognized.
- boom/lib/e12.inc: added support for leading R to _E12_P scale - boom/manu/yageo/yageo.gen: allow CC series parts with a value of Rxx
This commit is contained in:
@@ -35,7 +35,8 @@ _E12_P=(??)4 -> _E12=${_E12_P:1}0n
|
||||
_E12_P=(?)(?)5 -> _E12=$_E12_P:1.${_E12_P:2}u
|
||||
_E12_P=(??)6 -> _E12=${_E12_P:1}u
|
||||
_E12_P=(??)7 -> _E12=${_E12_P:1}0u
|
||||
_E12_P=(?)R(?) -> _E12=$_E12_P:1.${_E12_P:2}p # strange
|
||||
_E12_P=R(??) -> _E12=0.${_E12_P:1}p
|
||||
_E12_P=(?)R(?) -> _E12=$_E12_P:1.${_E12_P:2}p
|
||||
|
||||
# remove leading and trailing zeroes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user