Skip to content

Commit 1a0d89b

Browse files
committed
all clean
1 parent 3f67a20 commit 1a0d89b

File tree

3 files changed

+4715
-872
lines changed

3 files changed

+4715
-872
lines changed

edg/parts/BuckConverter_Mps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self, charging_current: RangeLike):
4444
dio_model = DigitalBidir.from_supply(self.gnd, self.vcc,
4545
voltage_limit_abs=(-0.3, 5)*Volt,
4646
input_threshold_abs=(0.4, 1.3)*Volt)
47-
self.rst = self.Port(DigitalSink.from_bidir(dio_model), optional=True) # 200k internal pullup, float if unused
47+
self.rst = self.Port(dio_model, optional=True) # 200k internal pullup, float if unused
4848
self.int = self.Port(DigitalSource.low_from_supply(self.gnd), optional=True)
4949
self.vrntc = self.Port(VoltageSource(
5050
voltage_out=self.vcc.voltage_out,

0 commit comments

Comments
 (0)