Skip to content

Instantly share code, notes, and snippets.

View VladisM's full-sized avatar

Vladislav Mlejnecký VladisM

View GitHub Profile
@VladisM
VladisM / ifx1963.py
Created November 30, 2017 16:26
Calculator for IFX1963 voltage stabilizer.
#!/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]>