mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-04-21 12:27:27 +03:00
Moved resistor tolerance decoding to lib/tol.inc
- boom/lib/tol.inc: tolerance codes used for resistors, capacitors, etc. - boom/lib/captol.inc: capacitor tolerance codes - boom/manu/panasonic/panasonic.gen, boom/manu/stackpole/stackpole.gen, boom/manu/yageo/yageo.gen: use tol.inc instead of duplicating the tolerance decoding
This commit is contained in:
@@ -141,11 +141,7 @@ ERJ* -> T=R {
|
||||
_LOW_R=(??)M -> _E12_1=R0${_LOW_R:1}
|
||||
_LOW_R=(??)C -> _E12_1=R${_LOW_R:1}
|
||||
|
||||
_TOL=D -> TOL=0.5%
|
||||
_TOL=F -> TOL=1%
|
||||
_TOL=G -> TOL=2%
|
||||
_TOL=J -> TOL=5%
|
||||
_TOL=K -> TOL=10%
|
||||
include ../../lib/tol.inc
|
||||
}
|
||||
|
||||
include ../../lib/e12.inc
|
||||
|
||||
Reference in New Issue
Block a user