io commander
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace VisionBuilder.UI.IOCommander.Interfaces;
|
||||
|
||||
public interface IIOCommanderDebugViewService
|
||||
{
|
||||
public void SetInputPinStatus(int pin, bool state);
|
||||
public void SetOutputPinStatus(int pin, bool state);
|
||||
public void ShowDebugView();
|
||||
}
|
||||
Reference in New Issue
Block a user