aboutsummaryrefslogtreecommitdiff
path: root/bin/level_calc.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-22Fixed level_calc N-channel calculations to fix all errors I could find.Selene ToyKeeper1-13/+43
Fixed the case with multiple 7135 channels (they should add up). Fixed the calculation of moon mode. Fixed boundary cases, including below-zero PWM. Had to ask the user for the type (FET/7135) of each channel.
2016-05-22Made level_calc.py work with any number of power channels.Selene ToyKeeper1-96/+96
Results are slightly different than before, and I'm not sure if I broke something or fixed something. Hard to tell. Regardless, it seems to work fine.
2015-09-30made visually-linear curve function configurable in level_calc.pySelene ToyKeeper1-6/+22
2015-04-06Added dual PWM support to level_calc.py, and made it work better when run ↵Selene ToyKeeper1-12/+82
via an icon in Windows. Fixed estimation formulas to better account for high minimum modes.
2015-04-06Moved level_calc.py to bin/ since it's useful for general purposes.Selene ToyKeeper1-0/+61
Made level_calc.py prompt the user for input interactively, or get values from the command line if possible.