From 2ac39e2619fa10929138b91a498f9ec2cebf03ca Mon Sep 17 00:00:00 2001 From: Ayman628 <81713115+Ayman628@users.noreply.github.com> Date: Mon, 16 Sep 2024 08:03:11 +0200 Subject: [PATCH] fix: Address of x2out on connect 4 Updating parameter value of the object x2out of the "class Connect4", from "self._slc_led" to "self._slc_output". Also updating the position of the bit in "_slc_output" from 6 to 0! --- src/revpimodio2/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/revpimodio2/device.py b/src/revpimodio2/device.py index 263265e..333e19d 100644 --- a/src/revpimodio2/device.py +++ b/src/revpimodio2/device.py @@ -1298,7 +1298,7 @@ class Connect4(ModularBase): ) self.x2out = IOBase( self, - ["core.x2out", 0, 1, self._slc_led.start, exp_x2out, None, "Connect_X2_OUT", "6"], + ["core.x2out", 0, 1, self._slc_output.start, exp_x2out, None, "Connect_X2_OUT", "0"], OUT, "little", False,