This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
# | |
# ifx1963.py | |
# | |
# Calculate resistor values for IFX1963 adjustable stabilizer. Set | |
# parameters and then run it from terminal. Output is in csv format, you | |
# can pipe it into file. | |
# | |
# Copyright 2017 Vladislav <[email protected]> |