Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
ducky64 committed Jul 13, 2024
1 parent 1560e94 commit 22df4bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/IotIron/IotIron.net
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,6 @@
(node (ref usb) (pin S1))
(node (ref oled.iref_res) (pin 2))
(node (ref ifilt.r2) (pin 2))
(node (ref tamp.r1) (pin 1))
(node (ref reg_3v3.hf_in_cap) (pin 2))
(node (ref reg_gate.in_cap) (pin 2))
(node (ref reg_gate.out_cap) (pin 2))
Expand Down Expand Up @@ -1283,6 +1282,7 @@
(node (ref vfilt.c) (pin 1)))
(net (code 31) (name "Iiron.isense")
(node (ref packed_opamp.ic) (pin 3))
(node (ref tamp.r1) (pin 1))
(node (ref iron.isense_res) (pin 2))
(node (ref iron.conn) (pin 1)))
(net (code 32) (name "Iifilt.output")
Expand Down
2 changes: 1 addition & 1 deletion examples/IotIron/IotIron.ref.net
Original file line number Diff line number Diff line change
Expand Up @@ -1090,7 +1090,6 @@
(node (ref IJ1) (pin S1))
(node (ref IR9) (pin 2))
(node (ref IR22) (pin 2))
(node (ref IR24) (pin 1))
(node (ref IC1) (pin 2))
(node (ref IC6) (pin 2))
(node (ref IC7) (pin 2))
Expand Down Expand Up @@ -1283,6 +1282,7 @@
(node (ref IC29) (pin 1)))
(net (code 31) (name "Iiron.isense")
(node (ref IU11) (pin 3))
(node (ref IR24) (pin 1))
(node (ref IR17) (pin 2))
(node (ref IJ5) (pin 1)))
(net (code 32) (name "Iifilt.output")
Expand Down
2 changes: 1 addition & 1 deletion examples/test_iot_iron.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def contents(self) -> None:
ratio=(150, 165),
input_impedance=(0.9, 5)*kOhm
))
self.connect(self.tamp.input_negative, self.iron.gnd.as_analog_source())
self.connect(self.tamp.input_negative, self.iron.isense)
self.connect(self.tamp.input_positive, self.iron.thermocouple)
self.connect(self.tamp.output, self.mcu.adc.request('thermocouple'))
self.tp_t = self.Block(AnalogTestPoint()).connected(self.iron.thermocouple)
Expand Down

0 comments on commit 22df4bd

Please sign in to comment.