News

Key Components SequenceOn class Logs the flow of function calls between classes. Uses Python’s sys._getframe() to inspect who is calling what. Prints out helpful trace messages showing: The caller and ...
SKiDL is very, very cool. It’s a bit of Python code that outputs a circuit netlist for KiCAD. Why is this cool? If you design a PCB in KiCAD, you go through three steps: draw the schematic, a… ...