Skip to content

Commit 2a556ad

Browse files
authored
Mark: Ap3418 as deprecated (#458)
AP3418 was obsolete and no longer in stock in JLCPCB. https://www.diodes.com/part/view/AP3418
1 parent 8fad390 commit 2a556ad

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

edg/parts/BuckConverter_Ap3418.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from deprecated import deprecated
12
from typing_extensions import override
23

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

4546

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

0 commit comments

Comments
 (0)