iocommander input and virtual input
This commit is contained in:
10
VisionBuilder.UI.IOCommander/Interfaces/IIOCommander.cs
Normal file
10
VisionBuilder.UI.IOCommander/Interfaces/IIOCommander.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections;
|
||||
|
||||
namespace VisionBuilder.UI.IOCommander.Interfaces;
|
||||
|
||||
public interface IIOCommander
|
||||
{
|
||||
BitArray PinState { get; }
|
||||
event Action<int, bool> OnPinChanged;
|
||||
void SetPins(int pin, bool state);
|
||||
}
|
||||
Reference in New Issue
Block a user