You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the description of class Motor_Controller: def _read_controlreg(self, value): result = self.mmio_control.read(value) return result
Should the argument "value" transfer to "offset"?