mirror of
https://github.com/naruxde/revpimodio2.git
synced 2025-11-08 13:53:53 +01:00
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!
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user