Skip to content

Commit

Permalink
better values
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Jan 2, 2024
1 parent bb563d9 commit 9092f82
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 7 deletions.
Binary file modified edg_core/resources/edg-compiler-precompiled.jar
Binary file not shown.
1 change: 1 addition & 0 deletions electronics_abstract_parts/AbstractTestPoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def connected(self, io: Port[DigitalLink]) -> 'DigitalTestPoint':

class DigitalArrayTestPoint(TypedTestPoint, GeneratorBlock):
"""Creates an array of Digital test points, sized from the port array's connections."""
@init_in_parent
def __init__(self, name: StringLike = ''):
super().__init__()
self.io = self.Port(Vector(DigitalSink.empty()), [InOut])
Expand Down
2 changes: 1 addition & 1 deletion examples/BldcController/BldcController.net
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "_mcu_i2c_i2c_link.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/IotKnob/IotKnob.net
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/RobotCrawler/RobotCrawler.net
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/RobotDriver/RobotDriver.net
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/RobotDriver3/RobotDriver3.net
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/SevenSegment/SevenSegment.net
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "edg:TestPoint_TE_RCT_0805")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down
2 changes: 1 addition & 1 deletion examples/TofArray/TofArray.net
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@
(sheetpath (names "/i2c_tp/") (tstamps "/07770242/"))
(tstamps "08f50286"))
(comp (ref "i2c_tp.tp_sda")
(value "i2c_tp._io_sda_link")
(value "i2c_chain_0.sda")
(footprint "TestPoint:TestPoint_Keystone_5015_Micro-Minature")
(property (name "Sheetname") (value "i2c_tp"))
(property (name "Sheetfile") (value "electronics_abstract_parts.AbstractTestPoint.I2cTestPoint"))
Expand Down

0 comments on commit 9092f82

Please sign in to comment.