electricpy.ic_555_monostable¶
-
electricpy.ic_555_monostable(R=
None, C=None, t_high=None, t_low=None)[source]¶ 555 Integrated Circuit Calculator.
Evaluate a number of common attributes related to the common 555 integrated circuit including time period, frequency, duty cycle, time spent low during each cycle, time spent high during each cycle.
TODO: This function should be broken into multiple smaller functions.