Skip to content

Commit 20a3fd8

Browse files
committed
Update test_iot_led_driver.py
1 parent 39c00a3 commit 20a3fd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/test_iot_led_driver.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ def contents(self):
2828
self.assign(self.actual_impedance, self.ant_a.actual_impedance.intersect(self.ant_b.actual_impedance))
2929

3030

31-
class IotLedDriver(JlcBoardTop):
31+
# TODO JLC Parts use env var
32+
# Swiotching power converters expose limit ratio, get to 4.7uH
33+
# (layout) merge ANT and UFL
34+
class IotLedDriver(JlcPartsRefinements, JlcBoardTop):
3235
"""Multichannel IoT high-power external LED driver with a 12v barrel jack input.
3336
"""
3437
def contents(self) -> None:
@@ -114,6 +117,7 @@ def refinements(self) -> Refinements:
114117
(['mcu', 'ant'], AntennaOption),
115118
(['mcu', 'ant', 'ant_b'], RfConnectorAntenna),
116119
(['mcu', 'pi', 'l'], JlcInductor), # breaks on JlcParts
120+
(['mcu', 'pi', 'c2'], JlcCapacitor), # breaks on JlcParts
117121
],
118122
instance_values=[
119123
(['refdes_prefix'], 'L'), # unique refdes for panelization

0 commit comments

Comments
 (0)