add comment/explanation to eia.py

This commit is contained in:
Victor Shnayder
2012-06-12 09:32:04 -04:00
committed by Matthew Mongeau
parent 53078665ee
commit 2a0680340f

View File

@@ -1,3 +1,6 @@
""" Standard resistor codes.
http://en.wikipedia.org/wiki/Electronic_color_code
"""
E6=[10,15,22,33,47,68]
E12=[10,12,15,18,22,27,33,39,47,56,68,82]
E24=[10,12,15,18,22,27,33,39,47,56,68,82,11,13,16,20,24,30,36,43,51,62,75,91]