Add LM317 Formulas
Closed this issue · 5 comments
Would be helpful to add some of the LM317 formulas that are defined at BasicTables
In which module/file you want this formula to be in? I would like to work on this
Hmm.... this is a good question.
I think we might someday look at combining some stuff to an "ic
" module, but naming is... well... we're engineers. Has naming things ever really been our strong suit? 😛
For now, let's just stick them in the __init__.py
file, unless you've got a good idea for the name of a module to place them in? Something that could also contain things like the 555-timer functions, etc.
Thank you! ❤️
How about keeping these sorts of formulas in a file called formula.py
Hmm... Not quite sure about formula.py
only because I'm thinking we'd want to group the integrated circuit components together as a single module. So I don't think "formula" helps to make that grouping clear.
Okay then keeping it in __init__.py