Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions edg/parts/BuckConverter_Ap3418.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from deprecated import deprecated
from typing_extensions import override

from ..abstract_parts import *
Expand Down Expand Up @@ -43,6 +44,7 @@ def contents(self) -> None:
self.assign(self.actual_basic_part, False)


@deprecated("obsolete part")
class Ap3418(VoltageRegulatorEnableWrapper, DiscreteBuckConverter):
"""Adjustable synchronous buck converter in SOT-23-5 with integrated switch"""

Expand Down
Loading